-
The following basic KMeans implementation using RcppMLPACK (v. 1 on CRAN) fails to compile and build with RcppAttributes under Windows R 3.4.1 using the gcc 4.9.3 RTools chain .
// [[Rcpp::depends…
-
https://r-pkgs.org/structure.html#sec-structure-binary
https://medium.com/@shiansu/how-to-create-and-distribute-an-r-package-a296217435dc
****
sounds like we want to distribute binaries. how …
-
Reported by my colleague Seline.
## Repro
On Windows 11 machines (and at least windows server 2022), importing the python module `uchronia` crashes the python process and it exists. I've not obs…
jmp75 updated
1 month ago
-
Hello,
I would like to try out this package, but am having trouble installing it. I was wondering if you'd be able to help me with the install. I've pasted the output of the code below.
Thanks,
…
-
Hello, I've encountered some issues while trying to install the s2 package on our cluster server. Our cluster server runs on CentOS system. Due to the relatively low versions of g++ and openssl on our…
-
This issue is motivated by https://stackoverflow.com/questions/49457018/using-rviennacl-for-matrix-multiplication/.
According to https://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-extendin…
rstub updated
6 years ago
-
The following should not compile:
``` c++
#include
#include
using namespace Rcpp ;
// [[Rcpp::export]]
CharacterVector character_iterator1( const CharacterVector letters ){
std::string res ;
…
-
Dear xtensor maintainers,
I recently discovered your `xtensor` library, and it looks great. I have been trying to get started with it either in C++ or with the associated R package, but unfortunat…
-
Stumbled across an interesting hiccup in the exporter for `arma::field` (the generic vector). In particular, the attributes associated with an `arma::field` shows as `matrix` under a `class(x)` call i…
-
Dear zdk123, hello!
I hope not to be repeating what others already asked here, but I looked at all issues that I could and I could not find a solution even though they looked similar.
I am havi…