Learn R Programming

tidyCpp (version 0.0.8)

tidyCpp-package: tools:::Rd_package_title("tidyCpp")

Description

tools:::Rd_package_description("tidyCpp")

Arguments

Package Content

tools:::Rd_package_indices("tidyCpp")

Author

tools:::Rd_package_author("tidyCpp")

Maintainer

tools:::Rd_package_maintainer("tidyCpp")

Examples

Run this code
if (FALSE) {
    ## 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"))
    }
}

Run the code above in your browser using DataLab