Description Package Content Maintainer Author(s) Examples
Core parts of the C API of R are wrapped in a C++ namespace via a set of inline functions giving a tidier representation of the underlying data structures and functionality using a header-only implementation without additional dependencies.
Index: This package was not yet installed at build time.
Dirk Eddelbuettel <edd@debian.org>
Dirk Eddelbuettel
1 2 3 4 5 6 7 8 9 | ## Not run:
## see the source files in the snippets/ directory of the package
## check for (optional, only in Suggests:) Rcpp, and also wrapped in a
## dontrun as it takes 10s at CRAN (yet only 3.5 here) yielding a NOTE
if (requireNamespace("Rcpp", quietly=TRUE)) {
Rcpp::sourceCpp(system.file("snippets", "convolveExample.cpp", package="tidyCpp"))
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.