Skip to content

Commit 8c9ed5d

Browse files
authored
Merge pull request #1217 from mcol/typo
Update Rcpp-FAQ.Rmd
2 parents 7679325 + 9fd5d01 commit 8c9ed5d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2022-05-12 Marco Colombo <[email protected]>
2+
3+
* vignettes/rmd/Rcpp-FAQ.Rmd: Fixed typo
4+
15
2022-04-03 Dirk Eddelbuettel <[email protected]>
26

37
* vignettes/rmd/Rcpp-FAQ.Rmd: Add paragraph about Date(time) not

vignettes/rmd/Rcpp-FAQ.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,7 @@ The `Date` and `Datetime` classes, and their vector variants, go back a very
18121812
long time to the very beginning of \pkg{Rcpp} and use in \pkg{RQuantLib}
18131813
\citep{CRAN:RQuantLib} interfacing \pkg{QuantLib} \citep{QuantLib}. Their intent was,
18141814
essentially, to hold (single) start and end values delineating an interval. The
1815-
design is far from optional, but the interface is now established. We have
1815+
design is far from optimal, but the interface is now established. We have
18161816
rewritten them once, and do not plan to rewrite them in the near future. Those
18171817
looking to _parse and convert_ many dates at once could look at \pkg{anytime}
18181818
\citep{CRAN:anytime} where we use the Boost parser, or similar approaches using

0 commit comments

Comments
 (0)