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