[Rcpp-commits] r2995 - in pkg/Rcpp: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Apr 12 04:28:08 CEST 2011
Author: edd
Date: 2011-04-12 04:28:08 +0200 (Tue, 12 Apr 2011)
New Revision: 2995
Modified:
pkg/Rcpp/ChangeLog
pkg/Rcpp/inst/NEWS
Log:
log addition of references per JSS request
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2011-04-12 02:24:57 UTC (rev 2994)
+++ pkg/Rcpp/ChangeLog 2011-04-12 02:28:08 UTC (rev 2995)
@@ -1,13 +1,19 @@
2011-04-11 Romain Francois <romain at r-enthusiasts.com>
- * R/loadRcppModules.R: New R function "loadRcppModules" that looks for
- the "RcppModules" field in the DESCRIPTION file, loads and populates
- the modules into the package NAMESPACE
-
+ * R/loadRcppModules.R: New R function "loadRcppModules" that looks
+ for the "RcppModules" field in the DESCRIPTION file, loads and
+ populates the modules into the package NAMESPACE
+
* man/loadRcppModules.Rd: documentation
-
+
* inst/unitTests/testRcppModule: using loadRcppModules
+2011-04-11 Dirk Eddelbuettel <edd at debian.org>
+
+ * inst/man/Rcpp-package.Rd: Added JSS reference in \references{}
+
+ * inst/doc/*: Added JSS reference to vignettes
+
2011-04-09 Dirk Eddelbuettel <edd at debian.org>
* inst/CITATION: Finalized using JSS data on volume, number, pages
Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS 2011-04-12 02:24:57 UTC (rev 2994)
+++ pkg/Rcpp/inst/NEWS 2011-04-12 02:28:08 UTC (rev 2995)
@@ -1,9 +1,12 @@
0.9.4 (future)
- o new R function "loadRcppModules" to load Rcpp modules automatically
+ o New R function "loadRcppModules" to load Rcpp modules automatically
from a package. This function must be called from the .onLoad function
and works with the "RcppModules" field of the package's DESCRIPTION file
+ o A CITATION file for the published JSS paper has been added, and a
+ reference was added to Rcpp-package.Rd and the different vignettes
+
0.9.3 2011-04-05
o Fixed a bug in which modules code was not behaving when compiled
More information about the Rcpp-commits
mailing list