|
3 | 3 | \newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}} |
4 | 4 | \newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}} |
5 | 5 |
|
6 | | -\section{Changes in Rcpp version 1.0.4 (2020-03-xx)}{ |
| 6 | +\section{Changes in Rcpp version 1.0.4 (2020-03-13)}{ |
7 | 7 | \itemize{ |
8 | 8 | \item Changes in Rcpp API: |
9 | 9 | \itemize{ |
|
23 | 23 | \item The \code{cppFunction} helper now deals correctly with mulitple |
24 | 24 | \code{depends} arguments (TJ McKinley in \ghpr{1016} fixing |
25 | 25 | \ghit{1017}). |
26 | | - \item Invisible return object are now supported via new option (Kun Ren |
| 26 | + \item Invisible return objects are now supported via new option (Kun Ren |
27 | 27 | in \ghpr{1025} fixing \ghit{1024}). |
28 | 28 | \item Unavailable packages referred to in \code{LinkingTo} are now |
29 | 29 | reported (Dirk in \ghpr{1027} fixing \ghit{1026}). |
|
33 | 33 | \item Changes in Rcpp Documentation: |
34 | 34 | \itemize{ |
35 | 35 | \item The \code{.github/} directory now has more explicit guidance on |
36 | | - contributinh, issues, and pull requests (Dirk). |
| 36 | + contributing, issues, and pull requests (Dirk). |
37 | 37 | \item The Rcpp Attributes vignette describe the new invisible return |
38 | | - objection option (Kun Ren in \ghpr{1025}). |
| 38 | + object option (Kun Ren in \ghpr{1025}). |
39 | 39 | \item Vignettes are now included as pre-made pdf files (Dirk in \ghpr{1029}) |
40 | 40 | \item The Rcpp FAQ has new entry on the recommended |
41 | 41 | \code{importFrom} directive (Dirk in \ghpr{1031} fixing \ghit{1030}). |
| 42 | + \item The bib file for the vignette was once again updated to |
| 43 | + current package versions. |
42 | 44 | } |
43 | 45 | \item Changes in Rcpp Deployment: |
44 | 46 | \itemize{ |
|
0 commit comments