Como fazer seu código R ficar mais rápido com Rcpp
Ok, você quer fazer o seu código R rodar mais rápido? Já pensou em colocar partes do seu código em C++?
{Rcpp}
{RcppEigen}
e {RcppArmadillo}
{RcppParallel}
{cpp11}
– Nova Interface do pessoal do RStudio{Rcpp}
na GPU com CUDA
{Rcpp}
Claro, que primeiro você deve instalar o R pelo CRAN.
sudo apt-get install r-base-dev
ou similarxcode-select --install
para instalar o Xcode Command Line ToolsTotal de Downloads do CRAN | ||
---|---|---|
Pacote | Total de Downloads1 | Links Reversos2,3 |
|
41,59M | 2.386 |
|
23,45M | 273 |
|
13,33M | 886 |
|
11,00M | 303 |
|
3,76M | 13 |
|
2,16M | 86 |
1
Downloads entre 01/01/2016 e 31/12/2020.
2
Link reverso ocorre quando um pacote depende do código em C/C++ de outro.
3
Total em 12/03/2021.
|
Este obra está licenciado com uma Licença Creative Commons Atribuição-CompartilhaIgual 4.0 Internacional.
If you see mistakes or want to suggest changes, please create an issue on the source repository.
Text and figures are licensed under Creative Commons Attribution CC BY-SA 4.0. Source code is available at https://github.com/storopoli/Rcpp, unless otherwise noted. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".
For attribution, please cite this work as
Storopoli (2021, Feb. 2). Rcpp - A interface entre R e C++. Retrieved from https://storopoli.github.io/Rcpp
BibTeX citation
@misc{storopoli2021rcpp, author = {Storopoli, Jose}, title = {Rcpp - A interface entre R e C++}, url = {https://storopoli.github.io/Rcpp}, year = {2021} }