Revision 70c2f5a34e0df843164518fd25a4a5b064c024b7 authored by Dirk Eddelbuettel on 22 May 2017, 03:18:02 UTC, committed by cran-robot on 22 May 2017, 03:18:02 UTC
1 parent b495acd
Raw File
Rcpp-deprecated.Rd
\name{Rcpp-deprecated}
\alias{Rcpp-deprecated}
\title{Deprecated Functions in the Rcpp Package}
\description{
  These functions are provided for compatibility with older versions of the
  \pkg{Rcpp} package only, and may be removed in future versions.
}
\details{
  \code{loadRcppModules} calls should now be replaced by
  \code{\link{loadModule}} calls, one per Module.
}
back to top