Learn R Programming

RcppDate (version 0.0.5)

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

Description

tools:::Rd_package_description("RcppDate")

Arguments

Package Content

tools:::Rd_package_indices("RcppDate")

Author

tools:::Rd_package_author("RcppDate")

Maintainer

tools:::Rd_package_maintainer("RcppDate")

Examples

Run this code
## see the source files in the examples/ directory of the package
## check for (optional, only in Suggests:) Rcpp, and ensure we are
## not on Windows as this runs up to the ten second time limit
if (requireNamespace("Rcpp", quietly=TRUE) && (.Platform$OS.type != "windows")) {
    Rcpp::sourceCpp(system.file("examples", "year_month_day.cpp", package="RcppDate"))
}

Run the code above in your browser using DataLab