[Rcpp-commits] r3861 - in pkg/Rcpp: . man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Oct 30 19:06:42 CET 2012
Author: edd
Date: 2012-10-30 19:06:41 +0100 (Tue, 30 Oct 2012)
New Revision: 3861
Modified:
pkg/Rcpp/DESCRIPTION
pkg/Rcpp/man/sourceCpp.Rd
Log:
one-char typo fix
add JJ to DESCRIPTION
increment minor number
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2012-10-30 15:47:27 UTC (rev 3860)
+++ pkg/Rcpp/DESCRIPTION 2012-10-30 18:06:41 UTC (rev 3861)
@@ -1,9 +1,9 @@
Package: Rcpp
Title: Seamless R and C++ Integration
-Version: 0.9.15.5
+Version: 0.9.15.6
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois, with contributions
- by Douglas Bates and John Chambers
+ by Douglas Bates, John Chambers and JJ Allaire
Maintainer: Dirk Eddelbuettel <edd at debian.org>
Description: The Rcpp package provides R functions as well as a C++ library
which facilitate the integration of R and C++.
Modified: pkg/Rcpp/man/sourceCpp.Rd
===================================================================
--- pkg/Rcpp/man/sourceCpp.Rd 2012-10-30 15:47:27 UTC (rev 3860)
+++ pkg/Rcpp/man/sourceCpp.Rd 2012-10-30 18:06:41 UTC (rev 3861)
@@ -4,7 +4,7 @@
Source C++ Code from a File
}
\description{
-\code{sourceCpp} parses the specified C++ file and looks for functions marked with the \code{\link[=exportAttribute]{Rcpp::export}} attribute. The C++ file is then built into a shared library and it's exported functions are made available as R functions in the specified environment.
+\code{sourceCpp} parses the specified C++ file and looks for functions marked with the \code{\link[=exportAttribute]{Rcpp::export}} attribute. The C++ file is then built into a shared library and its exported functions are made available as R functions in the specified environment.
}
\usage{
sourceCpp(file, local = FALSE, rebuild = FALSE,
More information about the Rcpp-commits
mailing list