Toby Dylan Hocking
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...
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...
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...
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  For worst case data, ruptures...