-
I am trying to install the BGVAR package on linux - specifically AWS Linux 2
Here is the log - not the "Loading profile..." that got inserted into the final g++ line and is breaking the compilation
…
-
Hi,
I noticed in the error message below it mentioned "big sur" which was the previous MacOS version. Is that why my installation kept failing?
Thanks!
JS
BiocManager::install("glmGamPoi"…
-
**Describe the bug**
`install.packages("Rfast")`
```
* installing *source* package ‘Rfast’ ...
** package ‘Rfast’ successfully unpacked and MD5 sums checked
** using staged installation
** lib…
-
Hi,
I'm stuck in the very rudimentary part.
I did below:
library(devtools)
install_github("scottzijiezhang/RADAR")
But I have some error as below.
----------------------------------------…
-
When running the example on the Github page while the `bnlearn` package is loaded, I get the following error:
```
Error in which.undirected(arcs, nodes = nodes) :
'duplicated' applies only to…
-
> install.packages("LOCOM_1.0.tar.gz", repos=NULL)
Installing package into ‘C:/Users/XXX/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
* installing *source* package 'LOCOM' ...
** using s…
-
Stumbled across an interesting hiccup in the exporter for `arma::field` (the generic vector). In particular, the attributes associated with an `arma::field` shows as `matrix` under a `class(x)` call i…
-
Hi Jingning - I have been attempting to run the toy example in your README file. I have encountered a slight issue when attempting to run mutliple chromosomes in parallel as shown in the example. When…
-
Hi,
I just tried to install RxODE on my linux box (debian trixie, R version 4.3.2)
install.packages("RxODE")
gives me:
package ‘RxODE’ is not available for this version of R
devtools::inst…
-
i tried to install and load in library "getSpatialData " package with codes as follows:
devtools::install_github("16EAGLE/getSpatialData")
library(getSpatialData)
and threw prompt:
Enter one…