-
I am experiencing an issue with the following code:
``` splus
# fs2 is a data.frame
task.eaxr.lkhr = mlr::makeClassifTask(id = "EAXRLKHR", data = fs2, target = "pairing")
task.eaxr.lkhr = mlr::remove…
-
Add `cleanup(..., method="internal")` to filter out functions calling `.Internal()`, which (1) should not be necessary to export, but more importantly (2) are not guaranteed to work consistently acros…
-
Hi
Your package is potentially really useful to me but I'm having some problems getting it working on our LSF cluster. I check that the working directory I'm in is accessible to all nodes, but I'm sti…
-
never ran into this before ... is there a relevant retry option? this is occuring in a multicore
setting
> fdbp = storeToFDRByProbe( mm, xprobs=c(seq(.025,.975,.025),.99))
> Error in value[[3L]](co…
-
From Michael Lang:
Consider the task to align N sequence files (each containing millions of
reads) to a reference genome. We want to perform this in R using
parallelization on a parallel backend with…
-
Before I discovered `future` I wrote [`mcparallelDo`](https://github.com/drknexus/mcparallelDo). For almost every purpose I run into, `future` does a better job of obtaining the results I was seeking…
-
> devtools::install_github("sckott/analogsea")
> Downloading github repo sckott/analogsea@master
> Installing analogsea
> Error in base::basename(fnames) : a character vector argument expected
> libra…
-
# Problem
There should also be a way to export `options()`, e.g.
``` r
options(width=60)
a %
-
Compability issue with virtualArray.
``` splus
bplapply(list(as.symbol("x")), as.character,
BPPARAM=SerialParam(catch.errors=TRUE))
```
throws an error if `catch.errors==TRUE`, which is the defa…
-
Talking today with @xiangzhu and bringing his dsc up to date was illuminating. Like most others who use `dscr` in practice, he "cheats" `dscr` by having his method wrappers point to hand-prepared data…