-
#### Summary:
Downstream packages can't use rstan without `depends`ing on Rcpp, which would pollute the user's namespace
#### Description:
This was previously discussed in #176.
The Rcpp devel…
-
Hi there, I'm setting up my R enviroment but when trying to install "statsr" I get the "Error: Could not find build tools necessary to build Rcpp" message. Below is the command I'm using.
Previous …
-
Getting the error message below during installation. Any hints would be appreciated.
```
> Sys.setenv(DOWNLOAD_STATIC_LIBV8 = 1) # only necessary for Linux without the nodejs library / headers
> …
-
Hi there!
I am using the devtools::install_github("sqjin/CellChat") to install CellChat after following the installation of NMF and circlize packages from the GitHub page. I am still getting the f…
-
Motivation:
```r
library(microbenchmark)
task_r Unit: microseconds
#> expr min lq mean median uq max neval cld
#> loop_r(task_r…
-
Dear Authors,
I'm trying to use gkmSVM package following the tutorial at http://www.beerlab.org/gkmsvm/gkmsvm-tutorial.htm. But I get some compile error when I try to do R CMD INSTALL gkmSVM.
Also …
wqshi updated
8 years ago
-
Hi,
Not sure what to title this issue since I haven't quite isolated the problem. I have, however, been able to reproduce it.
Packrat seems to fail when working with packages I have installed f…
-
Hi.
tl:dr, please add:
```
Suggests: codetools
```
I'm running reverse dependencies checks on my **parallelly** package, and I do it in a setup without "recommended" package installed, whi…
-
## Description
The `algebra_solver` function does not compile when given a generalized lambda function. @charlesm93
## Example
```
library(Rcpp)
sourceCpp(code =
'
// [[Rcpp::depends(BH)…
-
Hello BPCells team
I am currently trying to install this package in a conda environment created in a linux server for which I have no sudo access. I am not very keen on informatics, so I am trying my…