-
I have made a small package to replicate this issue. https://github.com/qinwf/testlocale .
For 32bit R it works fine. This function will remove punctuation in Chinese locale using c++11 regex with ws…
qinwf updated
9 years ago
-
-
Hey @djvanderlaan,
Looks like the package has been off CRAN since 2023-08-10 as issues were not corrected in time.
Let me know if this project will be maintained in future. Happy to help you in my…
-
Ie, with the code from http://stackoverflow.com/questions/24590946/passing-many-argumentes-by-ellipsis-in-rcpp:
``` cpp
#include
List force_dots( const Dots& dots ){
R_xlen_t n = dots.size();
L…
-
The wrapper ceres::wrap_ceres() is always crashing after awhile with message "killed 9". After some investigation I found that crash happens in Rcpp function fit_ceres after a message "Instantiated mo…
-
Hello,
I am trying to install DECoN on my Mac (macOS Catalina 10.15.2). I already have gcc (installed with homebrew) and gfortran seems to be included in the gcc installation. I then try to run the…
-
I am attempting to install H5 via CRAN within R and get the following messages.
* installing *source* package ‘h5’ ...
** package ‘h5’ successfully unpacked and MD5 sums checked
checking for h5c+…
-
## Description
The `algebra_solver` function does not compile when given a generalized lambda function. @charlesm93
## Example
```
library(Rcpp)
sourceCpp(code =
'
// [[Rcpp::depends(BH)…
-
Motivation:
```r
library(microbenchmark)
task_r Unit: microseconds
#> expr min lq mean median uq max neval cld
#> loop_r(task_r…
-
Note to self:
Had to disable TMBad framework for easy access to "erf", but then mean estimation not supported, lacking support to newton::cfg. Disabled newton::cfg for both ekf and ukf.
-- FIXME…