-
Several a packages are defined as dependencies in M348 VCE image — `M348`, `nlme`, `urca`, `plm`, `formatR`, `tseries` — and these in turn may have dependencies or imports.
Eg via https://cran-e.co…
-
Currently in `external.cpp` all externally referenced C++ functions:
1. are declared in an `R_CallMethodDef` array as discussed in [r-exts](http://cran.r-project.org/doc/manuals/r-release/R-exts.html#…
-
I encountered the error "WARNING:rpy2.rinterface_lib.callbacks:R[write to console]: HINT: For large R or large XtX, consider installing the Rfast package for better performance.", so I need to install…
-
I can only run the R package after restart Rstudio and emptying the loaded R package. Am I any better way to solve this problem
```
> library(CytoTRACE2) #loading
Loading required package: data.tab…
-
I know there are several other issues with the same topic but what i found was not clear to me what versions of RStudio, Python, reticulate or other packages were used.
So I will describe my issue an…
-
Any idea?
```
using C++ compiler: 'g++ (Ubuntu 13.2.0-23ubuntu4) 13.2.0'
using C++17
ccache gcc -I"/opt/R/4.4.1/lib/R/include" -DNDEBUG -I./gdx/src -Igdx/src/rtl -I. -I'/opt/R/4.4.1/lib/R/librar…
pat-s updated
2 months ago
-
Have you thought about implementing (the bulk of) the code using [Rcpp](https://cran.r-project.org/web/packages/Rcpp/index.html) (nice intro [here](http://adv-r.had.co.nz/Rcpp.html))? As that's C++ co…
Blaza updated
6 years ago
-
Nino,
Hope all is well. Glancing at the updated package, I think everything should now be in order for your CRAN submission.
That is, you are using an `#ifdef _OPENMP` to protect against includ…
-
Hi there,
I'm using this together with bnlearn, and I'm receiving the following error:
```
Error in rcpp_init_node(as.data.frame(dnode$prob), dnode_name, dnode_parents, :
Not compatible wi…
-
Following message shows up during build. RCPP Classes seem to get a Rcpp_ prefix, should we define the classes with Rcpp_ as a prefix as well?
```
in method for 'show' with signature '"Rcpp_Vol2Bird…