-
Here is the error message:
xuzhan@markTwo:~/lab/distributedR/DistributedR-master$ make
make -C third_party -j8 all
make[1]: Entering directory '/home/xuzhan/lab/distributedR/DistributedR-master/third…
-
#### Summary:
I have downloaded all needed packages and try to install Rstan on a server (Red Hat Enterprise Linux Server release 6.6 (Santiago)) without internet access but it fails
#### Descript…
-
Hello!
I was trying to install the package using `BiocManager::install("rhdf5")`, but have been encountering this issue. I am trying to install the package through R 4.2.1 on HPC. Even though I spe…
-
```
library(reticulate)
scipy
-
Have you considered replacing the read portion of your package with more optimal versions of the same functions?
I don't know the package well enough, but will make (breaking) modifications to stre…
-
Hi, I am exploring your powerful packages, and found an error with the function `qiime2meco`.
When using as input for the argument `sample_table` a `data.frame` an error is reported. See below.
I wo…
-
Just an idea, one thing that would be really nice to see for a package using `attributes`: automatic registration of C routines that we want exported to a package's namespace. So, if I write something…
-
We need an accumulate function (possibly call it a fold) and an apply
function, and need to do this over the different iterator orders and
over children etc, and with the target being a node or being …
-
Currently, `setDT` accepts as main argument
```Rd
x: A named or unnamed ‘list’, ‘data.frame’ or ‘data.table’
```
Would it have sense to accept a matrix too instead of asignment `dt
-
I wonder whether this would be of interest; to squeeze out the C++ code in here to a separate header-only library, in much the same way that https://github.com/LTLA/CppIrlba contains the relevant cont…