1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Package: testRcppClass
Type: Package
Title: Some Examples using Rcpp Classes and loadModule()
Version: 0.1
Date: 2012-04-06
Author: John Chambers
Maintainer: John Chambers <jmc@stat.stanford.edu>
Description: Some examples from the Rcpp Modules documentation, with
load-time creation of classes that extend C++ classes and with
explicit loading of some objects.
License: GPL(>=2)
LazyLoad: yes
Depends: R (>= 2.15.0)
Imports: Rcpp (>= 0.8.5), methods
LinkingTo: Rcpp
Packaged: 2012-04-14 18:42:28 UTC; jmc
NeedsCompilation: yes
|