-
### Error description
The [vignette on compiled code says](https://cran.r-project.org/web/packages/box/vignettes/compiled-code.html):
> ... it is possible to integrate compiled code via R’s SHLIB…
mlell updated
2 years ago
-
I am looking for options/functions within dodgr to convert a shapefile to dodgr network. I see something `rcpp_sf_as_network` but I am not sure which function can be used to convert sf to network. I …
-
Should probably do this to improve performance and portability to other languages.
-
Issues are meant to report bugs or request features. If you have questions about how to correctly use this package, please don't use the issue system. Such questions can be asked on stackoverflow http…
-
Installing `fmesher` inside an renv project with `renv 1.0.7` fails with a segfault.
```
> renv::install("fmesher")
# Downloading packages -------------------------------------------------------
…
-
I find the current bidask::edge function quite slow. Since you already have edge coded in C++, could you port it to the R package using Rcpp? Also, some parts of the C++ edge function can be paralleli…
-
Package installation went find but it seems some package is not found?
Error in Module(module, mustStart = TRUE) :
Failed to initialize module pointer: Error in FUN(X[[i]], ...): no such symbol…
-
Hi,
I'm trying to install RMINC on R-4.4.1 on Ubuntu 18. I get the following error msg. Do you see what's wrong? hdf5 version: 1.8.18 and gcc version is 7. As a matter of fact, I tried installing wit…
-
Hello. I'm trying to install ballgown on Ubuntu 16.04 and I'm getting the following error messages:
>SafetyError: The package for r-rcpp located at /home/mfl/miniconda3/pkgs/r-rcpp-0.12.17-r341h9d2…
-
Hmmm.... it looks like the answer is "sort of." The following works, but isn't totally type-safe. We could probably do a more general solution in the future. Issue?
```
#include "Rcpp.h"
enum …