File: DESCRIPTION

package info (click to toggle)
rcpp 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,480 kB
  • sloc: cpp: 27,436; ansic: 7,778; sh: 53; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: testRcppModule
Type: Package
Title: Some Test Examples using Rcpp with the Module Feature
Version: 0.1
Date: 2010-09-06
Author: John Chambers
Maintainer: John Chambers <jmc@stat.stanford.edu>
Description: Some examples taken (and perhaps modified) from the Rcpp Modules documentation.
License: GPL (>=2)
LazyLoad: yes
Depends: methods, Rcpp (>= 0.8.5)
LinkingTo: Rcpp
RcppModules: RcppModuleWorld, stdVector, NumEx
Packaged: 2010-09-09 18:42:28 UTC; jmc