-
## If you are using **R** for analysing epidemics, then tell us what you use!
These packages will become part of the RECON deployer. It takes only a few seconds:
1. open a R session
2. type: `…
-
hi,
i just cannot figure out how to specify which queue to use on a SGE.
i also cannot find any mentioning of this in the documentation.
can somebody please help me out here? if i don't specify a…
-
First of all, sorry that I cannot provide more detailed information about this issue - I do not have a windows box to reproduce + investigate myself. Although I'm aware that there are known problems w…
-
With
```sh
$ git clone git@github.com:hadley/rappdirs.git
$ cd rappdirs
```
and
```r
> rhub::check_on_windows(email = my_email)
```
you [get](https://builder.r-hub.io/status/rappdirs_0.3.1.90…
-
Thanks for the package.
This addresses the long-term wish for parallel purrr.
See https://github.com/tidyverse/purrr/issues/121.
Questions:
- Are you in touch with the tidyverse stakeholder (i…
-
Any idea? This is under R version 3.4.4, Rcpp version 0.12.16, using gcc 6.3.0 on RHEL 6.8
```
file.cc: In function 'Rcpp::List stat_(Rcpp::CharacterVector)':
file.cc:199:24: error: expected ')' …
tyner updated
6 years ago
-
FYI, in https://github.com/wlandau-lilly/drake/blob/master/vignettes/parallelism.Rmd you've forgot `future::plan()`, i.e. instead of
```r
library(future.batchtools)
drake_batchtools_tmpl_file("slur…
-
NFS+sqlite flakiness is driving my crazy. Batchtools uses `data.table`s in memory to manage the registry instead of an external sqlite db.
-
If there was a way to control verbosity of the messages being printed in the `waitForJobs()` function, and similarly `submitJobs()`,
**verbose=TRUE/FALSE**
```
args(waitForJobs)
function (ids…
-
Hi,
I've been using batchtools as the backend for the neuroimaging library that I develop. I also use it for scripting and analysis. I recently converted my tools away from BatchJobs. So far the on…