https://github.com/cran/Rcpp
Revision b93c35a6f3a6dfc5cff08f1914c0765c52ff0685 authored by Dirk Eddelbuettel on 09 February 2010, 09:16:26 UTC, committed by cran-robot on 09 February 2010, 09:16:26 UTC
1 parent 628ab72
Raw File
Tip revision: b93c35a6f3a6dfc5cff08f1914c0765c52ff0685 authored by Dirk Eddelbuettel on 09 February 2010, 09:16:26 UTC
version 0.7.5
Tip revision: b93c35a
NAMESPACE
useDynLib(Rcpp)

export(RcppExample,
       print.RcppExample,
       RcppDateExample,
       RcppParamsExample,
       RcppVectorExample, 
       Rcpp.package.skeleton
)

importFrom( utils, capture.output )

back to top