|
9 | 9 | \itemize{
|
10 | 10 | \item Safer \code{Rcpp_list*}, \code{Rcpp_lang*} and
|
11 | 11 | \code{Function.operator()} (Romain in \ghpr{1014}, \ghit{1015}).
|
| 12 | + \item A number of \code{#nocov} markers were added (Dirk in |
| 13 | + \ghprP1036}). |
12 | 14 | }
|
13 | 15 | \item Changes in Rcpp Attributes:
|
14 | 16 | \itemize{
|
|
17 | 19 | \ghit{1017}).
|
18 | 20 | \item Invisible return object are now supported via new option (Kun Ren
|
19 | 21 | in \ghpr{1025} fixing \ghit{1024}).
|
| 22 | + \item Unavailable packages referred to in \code{LinkingTo} are now |
| 23 | + reported (Dirk in \ghpr{1027} fixing \ghit{1026}). |
| 24 | + \item The \code{sourceCpp} function can now create a debug DLL on |
| 25 | + Windows (Dirk in \ghpr{1037} fixing \ghit{ghit}). |
20 | 26 | }
|
21 | 27 | \item Changes in Rcpp Documentation:
|
22 | 28 | \itemize{
|
23 | 29 | \item The \code{.github/} directory now has more explicit guidance on
|
24 | 30 | contributinh, issues, and pull requests (Dirk).
|
25 | 31 | \item The Rcpp Attributes vignette describe the new invisible return
|
26 | 32 | objection option (Kun Ren in \ghpr{1025}).
|
| 33 | + \item Vignettes are now included as pre-made pdf files (Dirk in \ghpr{1029}) |
| 34 | + \item The Rcpp FAQ has new entry on the recommended |
| 35 | + \code{importFrom} directive (Dirk in \ghpr{1031} fixing \ghit{1030}). |
27 | 36 | }
|
28 | 37 | \item Changes in Rcpp Deployment:
|
29 | 38 | \itemize{
|
30 | 39 | \item Added unit test to check if C++ version remains remains aligned
|
31 | 40 | with the package number (Dirk in \ghpr{1022} fixing \ghit{1021}).
|
| 41 | + \item The unit test system was switched to tinytest (Dirk in |
| 42 | + \ghpr{1028}, \ghpr{1032}, \ghpr{1033}). |
32 | 43 | }
|
33 | 44 | }
|
34 | 45 | }
|
|
0 commit comments