Skip to content

Commit e52bd46

Browse files
authored
Update Rcpp-FAQ vignette (#1284)
* Update pass over Rcpp-FAQ vignette * Another pass over Rcpp-FAQ and Rcpp.bib * Update ChangeLog and pdf file [ci skip]
1 parent 79211e7 commit e52bd46

File tree

5 files changed

+172
-126
lines changed

5 files changed

+172
-126
lines changed

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2023-11-11 Dirk Eddelbuettel <[email protected]>
2+
3+
* vignettes/rmd/Rcpp-FAQ.Rmd: Updated and edited
4+
* vignettes/pdf/Rcpp-FAQ.pdf: Updated
5+
* vignettes/rmd/Rcpp.bib: Updated
6+
7+
2023-10-28 Dirk Eddelbuettel <[email protected]>
8+
9+
* vignettes/rmd/Rcpp-FAQ.Rmd: Updated and edited
10+
* vignettes/pdf/Rcpp-FAQ.pdf: Updated
11+
* vignettes/rmd/Rcpp.bib: Updated
12+
113
2023-10-27 Dirk Eddelbuettel <[email protected]>
214

315
* DESCRIPTION (Version, Date): Roll micro version

inst/bib/Rcpp.bib

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ @Misc{Brokken:2011:Cpp
7575
@Manual{CRAN:anytime,
7676
title = {anytime: Anything to 'POSIXct' or 'Date' Converter},
7777
author = {Dirk Eddelbuettel},
78-
year = {2021},
78+
year = {2020},
7979
note = {R package version 0.3.9},
8080
url = CRAN # "package=anytime"
8181
}
@@ -154,11 +154,20 @@ @Manual{CRAN:Rcpp:FAQ
154154
crossref = {CRAN:Rcpp},
155155
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
156156
title = {Frequently Asked Questions About {Rcpp}},
157-
year = 2022,
157+
year = 2023,
158158
note = {Vignette included in R package {Rcpp}},
159159
url = CRAN # "package=Rcpp"
160160
}
161161

162+
@Manual{CRAN:Rcpp:Libraries,
163+
crossref = {CRAN:Rcpp},
164+
author = {Dirk Eddelbuettel},
165+
title = {Thirteen Simple Steps for Creating An R Package with an External C++ Library },
166+
year = 2023,
167+
note = {Vignette included in R package Rcpp},
168+
url = CRAN # "package=Rcpp"
169+
}
170+
162171
@Manual{CRAN:Rcpp:Modules,
163172
crossref = {CRAN:Rcpp},
164173
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
@@ -199,8 +208,8 @@ @Manual{CRAN:RcppArmadillo
199208
@Manual{CRAN:RcppCCTZ,
200209
title = {RcppCCTZ: Rcpp Bindings for the CCTZ Library},
201210
author = {Dirk Eddelbuettel},
202-
year = 2021,
203-
note = {R package version 0.2.10},
211+
year = 2022,
212+
note = {R package version 0.2.12},
204213
url = CRAN # "package=RcppCCTZ"
205214
}
206215

@@ -254,6 +263,14 @@ @Manual{CRAN:RcppGSL
254263
url = CRAN # "package=RcppGSL"
255264
}
256265

266+
@Manual{CRAN:RcppInt64,
267+
title = {RppInt64: Rcpp-Based Helper Functions to Pass Int64 and nanotime Values Between R and C++},
268+
author = {Dirk Eddelbuettel},
269+
year = 2023,
270+
note = {R package version 0.0.3},
271+
url = CRAN # "package=RcppInt64"
272+
}
273+
257274
@Manual{CRAN:RcppZiggurat,
258275
title = {RcppZiggurat: Rcpp Integration of Different Ziggurat Normal RNG Implementations},
259276
author = {Dirk Eddelbuettel},
@@ -310,8 +327,8 @@ @Manual{CRAN:inline
310327
@Manual{CRAN:littler,
311328
title = {littler: {R} at the {Command-Line} via r},
312329
author = {Dirk Eddelbuettel and Jeffrey Horner},
313-
year = 2021,
314-
note = {R package version 0.3.15},
330+
year = 2023,
331+
note = {R package version 0.3.18},
315332
url = CRAN # "package=littler"
316333
}
317334

@@ -734,7 +751,7 @@ @manual{R:Administration
734751
author = RCoreTeam,
735752
organization = RFoundation,
736753
address = {Vienna, Austria},
737-
year = 2018,
754+
year = 2023,
738755
title = "R Installation and Administration",
739756
annote = {{ISBN} 3-900051-09-7},
740757
url = manuals # "R-admin.html"
@@ -744,7 +761,7 @@ @manual{R:Extensions
744761
author = RCoreTeam,
745762
organization = RFoundation,
746763
address = {Vienna, Austria},
747-
year = 2021,
764+
year = 2023,
748765
title = "Writing R extensions",
749766
annote = {{ISBN} 3-900051-11-9},
750767
url = manuals # "R-exts.html"
@@ -754,7 +771,7 @@ @manual{R:Internals
754771
author = RCoreTeam,
755772
organization = RFoundation,
756773
address = {Vienna, Austria},
757-
year = 2021,
774+
year = 2023,
758775
title = "R internals",
759776
annote = {{ISBN} 3-900051-14-3},
760777
url = manuals # "R-ints.html"
@@ -764,7 +781,7 @@ @manual{R:Language
764781
author = RCoreTeam,
765782
organization = RFoundation,
766783
address = {Vienna, Austria},
767-
year = 2021,
784+
year = 2023,
768785
title = "R language",
769786
annote = {{ISBN} 3-900051-13-5},
770787
url = manuals # "R-lang.html"
@@ -776,7 +793,7 @@ @Manual{R:Main
776793
author = RCoreTeam,
777794
organization = RFoundation,
778795
address = {Vienna, Austria},
779-
year = 2021,
796+
year = 2023,
780797
url = {https://www.R-project.org/}
781798
}
782799

vignettes/pdf/Rcpp-FAQ.pdf

179 KB
Binary file not shown.

0 commit comments

Comments
 (0)