-
Hi,
I am using a workstation with Ubuntu 14.04 LTS as OS. Due to problem in running edgeR visualization, I was forced to update from R v. 3.4.4 to 3.6.3 recently. I tried to completely remove old v…
-
## The problem
I'm using `tidymodels` and associated R packages on the [SMS Spam Collection dataset](https://www.kaggle.com/uciml/sms-spam-collection-dataset) from Kaggle. Specifically, I am using …
-
Greetings,
I have a error message when I tried to install this package:
```
> devtools::install_github("zdk123/SpiecEasi")
Downloading GitHub repo zdk123/SpiecEasi@HEAD
Skipping 6 packages no…
-
Hi,
I cloned the repo and tried to run the tests, but for some reason it reaches to a certain point and doesn't progress.
I thought maybe there might be a long running test so I let it run over n…
-
**Describe the bug**
I tried to restore "renv" but, the error code showed up and I could not proceed. I also tried to install "genefilter" with install packages("genefilter"), but even after that I…
-
Dear,
I am not able to install the causalDML package. I am running version 4.0.2 of R. What is the recommended version to run this package?
Thanks in advance!
I receive the following messages…
-
Hello,
I am attempting to install the SpiecEasi package and am receiving a 'non-zero exit status error' (code below).
I have installed the ("devtools") package just fine. I am using the most upd…
-
Hi, I was trying to install largeVis package using R function 'install_github()' with the error message:
Can anyone help me solve this?
`In file included from RcppExports.cpp:4:
In file included fr…
-
When installing SpiecEasi I get error messages for non-zero exit status. I think the issue may be that my GCC target is different than the directory used by the installer.
Error messages:
ld: warn…
-
Hi,
I am trying to make a function with `RcppArmadillo 0.10.2.2.0` but I am getting an error. The function is:
```
#include
// [[Rcpp::depends(RcppArmadillo)]]
using namespace Rcpp;
// …