-
The following does not compile (`attributes::sourceCpp(test.cpp)`, see also comment on #156):
``` cpp
#include
using namespace Rcpp ;
typedef Array Numeric3D ;
// [[Rcpp::export]]
Numeric3D test()…
-
Hi,
I try to use monolib-2 with [Rcpp](https://CRAN.R-project.org/package=Rcpp). Invoking CS methods works on
[X] macOS
[X] Linux
[ ] Windows
using
Mono JIT compiler version 5.18.0.24…
-
### Actual Behavior
Running `conda build --R 4.1 .` results in unexpected exit during the post-processing stage of packaging when running on native `osx-arm64`. Below is the traceback, including so…
-
An incoming PR to Rcpp (https://github.com/RcppCore/Rcpp/pull/917) will ensure that Rcpp throws an exception if one attempts to convert an `Rcpp::String` to a SEXP, if that string contains embedded NU…
-
```
##############################################################################
##############################################################################
###
### Running command:
###
### /ho…
-
I have incorporated the PCG family into an [R package](https://www.daqana.org/dqrng/). On submission to CRAN I have been informed about a compilation error on Solaris:
>
> In file included from …
rstub updated
3 years ago
-
Hi, thanks for the useful package and it works fine on my mac for both the R version and Cpp version. However, the cpp version of progress bar fails to display on windows. Here's a minimal repro (usin…
-
No more address sanitizer problems.
There's valgrind reports with geometry read :
https://github.com/hypertidy/vapour/actions/runs/9396874849/job/25878915640
Considering summarizing lik…
-
Hi, thank you for the package. I tried to use it with Cyrillic script (here is a Tabasaran example); however, I've got the following problem...
```r
library(diffmatchpatch)
diff_make("БицIидимиди…
-
Hi Ilya,
Given the C++ core of the models now, I have a harder time debugging issues that crop up. It seems that some errors cause an R session to crash rather than displaying an error message.
…