Skip to content

Commit c50f941

Browse files
committed
add TAS introduction
1 parent 87a139c commit c50f941

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

inst/bib/Rcpp.bib

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ @Manual{CRAN:Rcpp:Sugar
172172
@Manual{CRAN:RcppArmadillo,
173173
title = {RcppArmadillo: Rcpp integration for Armadillo
174174
templated linear algebra library},
175-
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
175+
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
176176
Douglas Bates and Binxiang Ni},
177177
year = 2018,
178178
note = {R package version 0.8.400.0.0},
@@ -196,8 +196,8 @@ @Manual{CRAN:RcppDE
196196
}
197197

198198
@Manual{CRAN:RcppEigen,
199-
title = {RcppEigen: Rcpp integration for the Eigen templated linear
200-
algebra library},
199+
title = {RcppEigen: Rcpp integration for the Eigen templated linear
200+
algebra library},
201201
author = {Douglas Bates and Dirk Eddelbuettel and Romain Fran\c{c}ois and Yixuan Qiu},
202202
year = 2018,
203203
note = {{R} package version 0.3.3.4.0},
@@ -768,6 +768,17 @@ @Book{Stroustrup:2013:Cpp
768768
edition = {4th}
769769
}
770770

771+
@Article{TAS:Rcpp,
772+
author = {Dirk Eddelbuettel and James Joseph Balamuta},
773+
title = {Extending R with C++: A Brief Introduction to Rcpp},
774+
journal = {The American Statistician},
775+
volume = 72,
776+
number = 1,
777+
year = 2018,
778+
month = {August},
779+
doi = {10.1080/00031305.2017.1375990}
780+
}
781+
771782
@Article{TempleLang:2009:ModestProposal,
772783
author = {Duncan {Temple Lang}},
773784
title = {A modest proposal: an approach to making the

vignettes/Rcpp.bib

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ @Manual{CRAN:Rcpp:Sugar
172172
@Manual{CRAN:RcppArmadillo,
173173
title = {RcppArmadillo: Rcpp integration for Armadillo
174174
templated linear algebra library},
175-
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
175+
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
176176
Douglas Bates and Binxiang Ni},
177177
year = 2018,
178178
note = {R package version 0.8.400.0.0},
@@ -196,8 +196,8 @@ @Manual{CRAN:RcppDE
196196
}
197197

198198
@Manual{CRAN:RcppEigen,
199-
title = {RcppEigen: Rcpp integration for the Eigen templated linear
200-
algebra library},
199+
title = {RcppEigen: Rcpp integration for the Eigen templated linear
200+
algebra library},
201201
author = {Douglas Bates and Dirk Eddelbuettel and Romain Fran\c{c}ois and Yixuan Qiu},
202202
year = 2018,
203203
note = {{R} package version 0.3.3.4.0},
@@ -768,6 +768,17 @@ @Book{Stroustrup:2013:Cpp
768768
edition = {4th}
769769
}
770770

771+
@Article{TAS:Rcpp,
772+
author = {Dirk Eddelbuettel and James Joseph Balamuta},
773+
title = {Extending R with C++: A Brief Introduction to Rcpp},
774+
journal = {The American Statistician},
775+
volume = 72,
776+
number = 1,
777+
year = 2018,
778+
month = {August},
779+
doi = {10.1080/00031305.2017.1375990}
780+
}
781+
771782
@Article{TempleLang:2009:ModestProposal,
772783
author = {Duncan {Temple Lang}},
773784
title = {A modest proposal: an approach to making the

0 commit comments

Comments
 (0)