Skip to content

Commit 4a2d2f7

Browse files
committed
update NEWS.Rd
1 parent 1730b7f commit 4a2d2f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

inst/NEWS.Rd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
\itemize{
1010
\item Compilation can be sped up by skipping Modules headers via a
1111
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})
1216
}
1317
\item Changes in Rcpp Modules:
1418
\itemize{
@@ -21,6 +25,8 @@
2125
edit (Riccardo Porreca in \ghpr{982}).
2226
\item Minor whitespace alignments and edits were made in three
2327
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).
2430
}
2531
}
2632
}

0 commit comments

Comments
 (0)