[Rcpp-commits] r2980 - in pkg/Rcpp: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Apr 9 15:21:39 CEST 2011
Author: edd
Date: 2011-04-09 15:21:38 +0200 (Sat, 09 Apr 2011)
New Revision: 2980
Modified:
pkg/Rcpp/.Rbuildignore
pkg/Rcpp/ChangeLog
pkg/Rcpp/inst/CITATION
Log:
added CITATION file supplied by Achim
updated .Rbuildignore, will now include CITATION in package
Modified: pkg/Rcpp/.Rbuildignore
===================================================================
--- pkg/Rcpp/.Rbuildignore 2011-04-08 22:44:10 UTC (rev 2979)
+++ pkg/Rcpp/.Rbuildignore 2011-04-09 13:21:38 UTC (rev 2980)
@@ -3,4 +3,3 @@
inst/doc/latex
inst/doc/man
build
-inst/CITATION
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2011-04-08 22:44:10 UTC (rev 2979)
+++ pkg/Rcpp/ChangeLog 2011-04-09 13:21:38 UTC (rev 2980)
@@ -1,3 +1,7 @@
+2011-04-09 Dirk Eddelbuettel <edd at debian.org>
+
+ * inst/CITATION: Finalized using JSS data on volume, number, pages
+
2011-04-07 Dirk Eddelbuettel <edd at debian.org>
* inst/doc/Rcpp-quickref/Rcpp-quickref.Rnw: Add patch by Christian
Modified: pkg/Rcpp/inst/CITATION
===================================================================
--- pkg/Rcpp/inst/CITATION 2011-04-08 22:44:10 UTC (rev 2979)
+++ pkg/Rcpp/inst/CITATION 2011-04-09 13:21:38 UTC (rev 2980)
@@ -1,19 +1,21 @@
citHeader("To cite Rcpp in publications use:")
-citEntry(entry="Article",
- title = "Rcpp: Seamless R and C++ Integration",
- author = personList(as.person("Dirk Eddelbuettel"),
- as.person("Romain Francois")),
- journal = "Journal of Statistical Software",
- year = "forthcoming",
- volume = "XX",
- number = "YY",
- pages = "aa--bb",
- url = "http://www.jstatsoft.org/vXX/iYY/",
-
- textVersion =
- paste("Dirk Eddelbuettel and Romain Francois (2011).",
- "Rcpp: Seamless R and C++ Integration.",
- "Journal of Statistical Software, xx(yy), aa-bb.",
- "URL http://www.jstatsoft.org/vXX/iYY/")
+citEntry(entry = "Article",
+ title = "{Rcpp}: Seamless {R} and {C++} Integration",
+ author = personList(as.person("Dirk Eddelbuettel"),
+ as.person("Romain Fran\\c{c}ois")),
+ journal = "Journal of Statistical Software",
+ year = "2011",
+ volume = "40",
+ number = "8",
+ pages = "1--18",
+ url = "http://www.jstatsoft.org/v40/i08/",
+
+ textVersion =
+ paste("Dirk Eddelbuettel, Romain Francois (2011).",
+ "Rcpp: Seamless R and C++ Integration.",
+ "Journal of Statistical Software, 40(8), 1-18.",
+ "URL http://www.jstatsoft.org/v40/i08/.")
)
+
+
More information about the Rcpp-commits
mailing list