[Rcpp-commits] r2059 - papers/rjournal
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Aug 29 14:52:46 CEST 2010
Author: edd
Date: 2010-08-29 14:52:46 +0200 (Sun, 29 Aug 2010)
New Revision: 2059
Modified:
papers/rjournal/EddelbuettelFrancois.bib
Log:
added RcppExamples and RcppArmadillo 'just in case'
Modified: papers/rjournal/EddelbuettelFrancois.bib
===================================================================
--- papers/rjournal/EddelbuettelFrancois.bib 2010-08-29 12:25:15 UTC (rev 2058)
+++ papers/rjournal/EddelbuettelFrancois.bib 2010-08-29 12:52:46 UTC (rev 2059)
@@ -80,13 +80,29 @@
}
@Manual{cran:rquantlib,
- title = {RQuantLib: {R} interface to the {QuantLib} library},
- author = {Dirk Eddelbuettel and Khanh Nguyen},
- year = 2010,
- note = {R package version 0.3.4},
- url = {http://CRAN.R-project.org/package=RQuantLib}
+ title = {RQuantLib: {R} interface to the {QuantLib} library},
+ author = {Dirk Eddelbuettel and Khanh Nguyen},
+ year = 2010,
+ note = {R package version 0.3.4},
+ url = {http://CRAN.R-project.org/package=RQuantLib}
}
+ at Manual{cran:rcppexamples,
+ title = {RcppExamples: Examples using {Rcpp} to interface {R} and {C++}},
+ author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
+ year = 2010,
+ note = {R package version 0.1.1},
+ url = {http://CRAN.R-project.org/package=RcppExamples}
+}
+
+ at Manual{cran:rcpparmadillo,
+ title = {RcppArmadillo: Rcpp integration for Armadillo templated linear algebra library},
+ author = {Romain Fran\c{c}ois and Dirk Eddelbuettel and Douglas Bates},
+ year = 2010,
+ note = {R package version 0.2.5},
+ url = {http://CRAN.R-project.org/package=RcppArmadillo}
+}
+
@Unpublished{javagailemanly07:r_cpp,
author = {James J. Java and Daniel P. Gaile and Kenneth E. Manly},
title = {{R/Cpp}: Interface Classes to Simplify Using {R} Objects in {C++} Extensions},
More information about the Rcpp-commits
mailing list