Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2023-11-11 Dirk Eddelbuettel <edd@debian.org>

* vignettes/rmd/Rcpp-FAQ.Rmd: Updated and edited
* vignettes/pdf/Rcpp-FAQ.pdf: Updated
* vignettes/rmd/Rcpp.bib: Updated

2023-10-28 Dirk Eddelbuettel <edd@debian.org>

* vignettes/rmd/Rcpp-FAQ.Rmd: Updated and edited
* vignettes/pdf/Rcpp-FAQ.pdf: Updated
* vignettes/rmd/Rcpp.bib: Updated

2023-10-27 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Roll micro version
Expand Down
39 changes: 28 additions & 11 deletions inst/bib/Rcpp.bib
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ @Misc{Brokken:2011:Cpp
@Manual{CRAN:anytime,
title = {anytime: Anything to 'POSIXct' or 'Date' Converter},
author = {Dirk Eddelbuettel},
year = {2021},
year = {2020},
note = {R package version 0.3.9},
url = CRAN # "package=anytime"
}
Expand Down Expand Up @@ -154,11 +154,20 @@ @Manual{CRAN:Rcpp:FAQ
crossref = {CRAN:Rcpp},
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
title = {Frequently Asked Questions About {Rcpp}},
year = 2022,
year = 2023,
note = {Vignette included in R package {Rcpp}},
url = CRAN # "package=Rcpp"
}

@Manual{CRAN:Rcpp:Libraries,
crossref = {CRAN:Rcpp},
author = {Dirk Eddelbuettel},
title = {Thirteen Simple Steps for Creating An R Package with an External C++ Library },
year = 2023,
note = {Vignette included in R package Rcpp},
url = CRAN # "package=Rcpp"
}

@Manual{CRAN:Rcpp:Modules,
crossref = {CRAN:Rcpp},
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
Expand Down Expand Up @@ -199,8 +208,8 @@ @Manual{CRAN:RcppArmadillo
@Manual{CRAN:RcppCCTZ,
title = {RcppCCTZ: Rcpp Bindings for the CCTZ Library},
author = {Dirk Eddelbuettel},
year = 2021,
note = {R package version 0.2.10},
year = 2022,
note = {R package version 0.2.12},
url = CRAN # "package=RcppCCTZ"
}

Expand Down Expand Up @@ -254,6 +263,14 @@ @Manual{CRAN:RcppGSL
url = CRAN # "package=RcppGSL"
}

@Manual{CRAN:RcppInt64,
title = {RppInt64: Rcpp-Based Helper Functions to Pass Int64 and nanotime Values Between R and C++},
author = {Dirk Eddelbuettel},
year = 2023,
note = {R package version 0.0.3},
url = CRAN # "package=RcppInt64"
}

@Manual{CRAN:RcppZiggurat,
title = {RcppZiggurat: Rcpp Integration of Different Ziggurat Normal RNG Implementations},
author = {Dirk Eddelbuettel},
Expand Down Expand Up @@ -310,8 +327,8 @@ @Manual{CRAN:inline
@Manual{CRAN:littler,
title = {littler: {R} at the {Command-Line} via r},
author = {Dirk Eddelbuettel and Jeffrey Horner},
year = 2021,
note = {R package version 0.3.15},
year = 2023,
note = {R package version 0.3.18},
url = CRAN # "package=littler"
}

Expand Down Expand Up @@ -734,7 +751,7 @@ @manual{R:Administration
author = RCoreTeam,
organization = RFoundation,
address = {Vienna, Austria},
year = 2018,
year = 2023,
title = "R Installation and Administration",
annote = {{ISBN} 3-900051-09-7},
url = manuals # "R-admin.html"
Expand All @@ -744,7 +761,7 @@ @manual{R:Extensions
author = RCoreTeam,
organization = RFoundation,
address = {Vienna, Austria},
year = 2021,
year = 2023,
title = "Writing R extensions",
annote = {{ISBN} 3-900051-11-9},
url = manuals # "R-exts.html"
Expand All @@ -754,7 +771,7 @@ @manual{R:Internals
author = RCoreTeam,
organization = RFoundation,
address = {Vienna, Austria},
year = 2021,
year = 2023,
title = "R internals",
annote = {{ISBN} 3-900051-14-3},
url = manuals # "R-ints.html"
Expand All @@ -764,7 +781,7 @@ @manual{R:Language
author = RCoreTeam,
organization = RFoundation,
address = {Vienna, Austria},
year = 2021,
year = 2023,
title = "R language",
annote = {{ISBN} 3-900051-13-5},
url = manuals # "R-lang.html"
Expand All @@ -776,7 +793,7 @@ @Manual{R:Main
author = RCoreTeam,
organization = RFoundation,
address = {Vienna, Austria},
year = 2021,
year = 2023,
url = {https://www.R-project.org/}
}

Expand Down
Binary file modified vignettes/pdf/Rcpp-FAQ.pdf
Binary file not shown.
Loading