Toby Dylan Hocking

Results 123 issues of Toby Dylan Hocking

I expected there should be no compilation warnings when installing re2, but I observed the following: ``` > install.packages("re2") also installing the dependency ‘Rcpp’ trying URL 'http://cloud.r-project.org/src/contrib/Rcpp_1.0.9.tar.gz' Content type 'application/x-gzip'...

Hi @mllg this PR was motivated by an application in which I am using batchtools with SLURM on some data stored in a path that has some unusual characters (spaces,...

If I understand correctly the default in batchtools is to not use job arrays. why is that? that seems strange to me, as it is a lot faster on SLURM...

enhancement
help wanted

Hi I'm interested in using batchtools but after looking at the documentation I'm not sure if batchtools has support for dependencies between jobs, which is a key feature that I...

enhancement

hi there I see in the templates that there is a log.file parameter, and I would like to specify that (so I can control where the log file exists on...

Hey @qinwf I would like to teach a class about regular expressions in R, and it would be great if you could put re2r on CRAN, so that windows/mac users...

Hi @rhysd my student @LooDaHu wants to try to get https://github.com/analyticalmonk/Rperform working with your software, but the docs say that user-defined tools are not yet supported. can you help explain...

question

Hi! I was wondering if there is some way, given two commits A and B (sha or tag), to list all commits between them, similar to the A..B and A...B...

related to benchmarks #231 I recently computed timings for ruptures.Binseg using the l2 model (normal change in mean, square loss) for univariate data, https://github.com/tdhock/binseg-model-selection#22-mar-2022 ![figure-timings](https://user-images.githubusercontent.com/932850/161127219-20dc2b65-f2e9-4589-b4e2-8a05adf96a77.png) For worst case data, ruptures...