Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rcpp-FAQ.Rmd #1217

Merged
merged 2 commits into from
May 12, 2022
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
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2022-05-12 Marco Colombo <mar.colombo13@gmail.com>

* vignettes/rmd/Rcpp-FAQ.Rmd: Fixed typo

2022-04-03 Dirk Eddelbuettel <edd@debian.org>

* vignettes/rmd/Rcpp-FAQ.Rmd: Add paragraph about Date(time) not
Expand Down
2 changes: 1 addition & 1 deletion vignettes/rmd/Rcpp-FAQ.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@ The `Date` and `Datetime` classes, and their vector variants, go back a very
long time to the very beginning of \pkg{Rcpp} and use in \pkg{RQuantLib}
\citep{CRAN:RQuantLib} interfacing \pkg{QuantLib} \citep{QuantLib}. Their intent was,
essentially, to hold (single) start and end values delineating an interval. The
design is far from optional, but the interface is now established. We have
design is far from optimal, but the interface is now established. We have
rewritten them once, and do not plan to rewrite them in the near future. Those
looking to _parse and convert_ many dates at once could look at \pkg{anytime}
\citep{CRAN:anytime} where we use the Boost parser, or similar approaches using
Expand Down