We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1730b7f commit 4a2d2f7Copy full SHA for 4a2d2f7
1 file changed
inst/NEWS.Rd
@@ -9,6 +9,10 @@
9
\itemize{
10
\item Compilation can be sped up by skipping Modules headers via a
11
toggle \code{RCPP_NO_MODULES} (Kevin in \ghpr{995} for \ghit{993}).
12
+ \item Compilation can be sped up by toggling \code{RCPP_NO_RTTI} which
13
+ implies \code{RCPP_NO_MODULES} (Dirk in \ghpr{998} fixing \ghit{998}).
14
+ \item \code{XPtr} tags are now preserved in \code{as<>} (Stephen Wade
15
+ in \phpr{1003} fixing \ghpr{986})
16
}
17
\item Changes in Rcpp Modules:
18
@@ -21,6 +25,8 @@
21
25
edit (Riccardo Porreca in \ghpr{982}).
22
26
\item Minor whitespace alignments and edits were made in three
23
27
vignettes following the new \pkg{pinp} release (Dirk).
28
+ \item New badges for DOI and CRAN and BioConductor reverse dependencies
29
+ have been added to README.md (Dirk).
24
30
31
32
0 commit comments