Package: RcppExamples 0.1.10
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.10.tar.gz
RcppExamples_0.1.10.zip(r-4.7)RcppExamples_0.1.10.zip(r-4.6)RcppExamples_0.1.10.zip(r-4.5)
RcppExamples_0.1.10.tgz(r-4.6-x86_64)RcppExamples_0.1.10.tgz(r-4.6-arm64)RcppExamples_0.1.10.tgz(r-4.5-x86_64)RcppExamples_0.1.10.tgz(r-4.5-arm64)
RcppExamples_0.1.10.tar.gz(r-4.7-arm64)RcppExamples_0.1.10.tar.gz(r-4.7-x86_64)RcppExamples_0.1.10.tar.gz(r-4.6-arm64)RcppExamples_0.1.10.tar.gz(r-4.6-x86_64)
RcppExamples_0.1.10.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:4c7cdec0b0. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 169 | ||
| linux-devel-x86_64 | OK | 141 | ||
| source / vignettes | OK | 165 | ||
| linux-release-arm64 | OK | 134 | ||
| linux-release-x86_64 | OK | 104 | ||
| macos-release-arm64 | OK | 118 | ||
| macos-release-x86_64 | OK | 216 | ||
| macos-oldrel-arm64 | OK | 91 | ||
| macos-oldrel-x86_64 | OK | 172 | ||
| windows-devel | OK | 127 | ||
| windows-release | OK | 129 | ||
| windows-oldrel | OK | 115 | ||
| wasm-release | OK | 117 |
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 |
