Package: RcppExamples 0.1.9.3
RcppExamples: Examples using 'Rcpp' to Interface R and C++
Examples for Seamless R and C++ integration The 'Rcpp' package contains a C++ library that facilitates the integration of R and C++ in various ways. This package provides some usage examples. Note that the documentation in this package currently does not cover all the features in the package. The site <https://gallery.rcpp.org> regroups a large number of examples for 'Rcpp'.
Authors:
RcppExamples_0.1.9.3.tar.gz
RcppExamples_0.1.9.3.zip(r-4.5)RcppExamples_0.1.9.3.zip(r-4.4)RcppExamples_0.1.9.3.zip(r-4.3)
RcppExamples_0.1.9.3.tgz(r-4.4-x86_64)RcppExamples_0.1.9.3.tgz(r-4.4-arm64)RcppExamples_0.1.9.3.tgz(r-4.3-x86_64)RcppExamples_0.1.9.3.tgz(r-4.3-arm64)
RcppExamples_0.1.9.3.tar.gz(r-4.5-noble)RcppExamples_0.1.9.3.tar.gz(r-4.4-noble)
RcppExamples_0.1.9.3.tgz(r-4.4-emscripten)RcppExamples_0.1.9.3.tgz(r-4.3-emscripten)
RcppExamples.pdf |RcppExamples.html✨
RcppExamples/json (API)
NEWS
# Install 'RcppExamples' in R: |
install.packages('RcppExamples', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/eddelbuettel/rcppexamples/issues
Last updated 2 months agofrom:ab0e1448ad. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 12 2024 |
R-4.5-win-x86_64 | OK | Nov 12 2024 |
R-4.5-linux-x86_64 | OK | Nov 12 2024 |
R-4.4-win-x86_64 | OK | Nov 12 2024 |
R-4.4-mac-x86_64 | OK | Nov 12 2024 |
R-4.4-mac-aarch64 | OK | Nov 12 2024 |
R-4.3-win-x86_64 | OK | Nov 12 2024 |
R-4.3-mac-x86_64 | OK | Nov 12 2024 |
R-4.3-mac-aarch64 | OK | Nov 12 2024 |
Exports:char2factorfactor2charRcppDataFrameRcppDateExampleRcppListExampleRcppMatrixExampleRcppNumericVectorExampleRcppRNGsExampleRcppStringVectorExample
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Examples for the Rcpp R/C++ Interface library | RcppExamples-package RcppExamples |
Convert Index and String Vector into CharacterVector, and vice versa | char2factor factor2char |
Rcpp::DataFrame example for Rcpp | RcppDataFrame |
C++ classes for interfacing date and datetime R objects | RcppDateExample |
Examples of uses of List | RcppListExample |
Example of using Rcpp NumericMatrix | RcppMatrixExample |
Rcpp NumericVector example | RcppNumericVectorExample |
Rcpp RNGs example | RcppRNGsExample |
Example of using Rcpp StringVector (aka CharacterVector) | RcppStringVectorExample |