Revision 3cda6783fd2832331567e4603af53d4df2d909ba authored by Dirk Eddelbuettel and Romain Francois on 29 June 2010, 12:29:30 UTC, committed by cran-robot on 29 June 2010, 12:29:30 UTC
1 parent 0d75e9c
Raw File
NAMESPACE
useDynLib(Rcpp)

import( methods )
export(Rcpp.package.skeleton)

importFrom( utils, capture.output, assignInNamespace )

exportClasses( Module, "C++Class", "C++Object", "C++ObjectS3", "C++Function" )
export( Module )
exportMethods( new )

importFrom( utils, .DollarNames, prompt )
S3method( .DollarNames, "C++ObjectS3" )
S3method( .DollarNames, "Module" )
exportMethods( prompt, show )

back to top