https://github.com/cran/Rcpp
Raw File
Tip revision: bdc95043b2849aaa7cb0a3c5dd9d3ba566e72a94 authored by Dirk Eddelbuettel on 08 November 2009, 18:23:53 UTC
version 0.6.7
Tip revision: bdc9504
RcppVersion.Rd
\name{RcppVersion}
\alias{RcppVersion}
\title{Display version info for package and for Rcpp API}
\description{
  \code{RcppVersion} displays version information about the
  package, along with the version of Rcpp that was 
  used to build the package.
}
\usage{
RcppVersion()
}
\author{Dominick Samperi wrote most of Rcpp during 2005 and 2006.  Dirk
  Eddelbuettel made some additions, and became maintainer in 2008.}
\examples{
RcppVersion()
}
\keyword{interface}
back to top