-
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…
-
Hi
I am trying use QUILT to impute my data with a reference panel. But I get in some troubles.
This is my code:
for i in `cat list2`
do
hap_file="/data/Yujz/quilt-2021/ref/chr${i}.hap.gz"
le…
-
### System details
RStudio Edition : Desktop
RStudio Version : RStudio 2023.03.0+386 "Cherry Blossom"
OS Version : Windows
R Version : 4.2.2
### Steps to reproduce…
-
The following cost outputs have been commented out of the C code, can we add them back in?
` //Rcpp::Named("cumul_cost_ctime")=AS_VECTOR_DOUBLE_SIZE(output_ex.cumul_cost_ctime,input.global_param…
-
There are two sets of underlying samplers in _Rcpp_.
Samplers returning a `NumericVector` are from `Rcpp::` and those that return a `double` are from `R::`.
E.g.
```
rnorm(1, 2, 3) => R::rn…
-
First of all, thanks for writing this code and sharing it.
Just like you, I was initially flummoxed as to how to efficiently deal with the new ngram format.
It seemed like what you created would do…
-
Hi, I don't fully knows how to transform the pak instruction to pkgdepends, but taking advantage it says to report here lets do it:
```bash
docker run --rm -ti rocker/geospatial R
```
```R
in…
latot updated
5 months ago
-
Hi,
I have never reported an issue on GitHub, so excuses in advance if I'm doing something wrong.
I'm trying to install phylomice as suggested in the README, but get the attached error. Is the…
-
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
-