[Rcpp-commits] r2702 - in pkg/Rcpp: . man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Dec 4 11:53:02 CET 2010
Author: romain
Date: 2010-12-04 11:53:01 +0100 (Sat, 04 Dec 2010)
New Revision: 2702
Modified:
pkg/Rcpp/DESCRIPTION
pkg/Rcpp/man/Rcpp-package.Rd
Log:
wording
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2010-12-04 04:21:26 UTC (rev 2701)
+++ pkg/Rcpp/DESCRIPTION 2010-12-04 10:53:01 UTC (rev 2702)
@@ -33,9 +33,9 @@
Several examples are included, and 793 unit tests in 375 unit test functions
provide additional usage examples.
.
- An initial version of Rcpp, that we call 'classic Rcpp API'
- was written during 2005 and 2006 by Dominick Samperi. The classic API
- has been factored out of Rcpp into the package RcppClassic
+ An initial version of Rcpp, containing C++ code that we now call
+ 'classic Rcpp API' was written during 2005 and 2006 by Dominick Samperi.
+ This code has been factored out of Rcpp into the package RcppClassic
Depends: R (>= 2.12.0), methods
Suggests: RUnit, inline, rbenchmark
URL: http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/Rcpp
Modified: pkg/Rcpp/man/Rcpp-package.Rd
===================================================================
--- pkg/Rcpp/man/Rcpp-package.Rd 2010-12-04 04:21:26 UTC (rev 2701)
+++ pkg/Rcpp/man/Rcpp-package.Rd 2010-12-04 10:53:01 UTC (rev 2702)
@@ -16,10 +16,14 @@
\section{Usage for package building}{
The "Rcpp-package" vignette documents how to use Rcpp in client packages.
}
-\author{Dominick Samperi wrote the initial versions of Rcpp (and
- RcppTemplate) during 2005 and 2006. Dirk Eddelbuettel made some
- additions, and became maintainer in 2008. Dirk Eddelbuettel and Romain
- Francois have been extending Rcpp since 2009.
+\author{Dirk Eddelbuettel and Romain Francois}
+\section{History}{
+ The initial versions of Rcpp were written by Dominick Samperi during 2005 and
+ 2006.
+
+ Dirk Eddelbuettel made some additions, and became maintainer in 2008.
+
+ Dirk Eddelbuettel and Romain Francois have been extending Rcpp since 2009.
}
\examples{
\dontrun{
More information about the Rcpp-commits
mailing list