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 0aaf259 commit b52f690Copy full SHA for b52f690
inst/NEWS.Rd
@@ -11,6 +11,9 @@
11
set an initial format string (Dirk in \ghpr{777} fixing \ghit{776}).
12
\item The 'new' Date and Datetime vectors now have \code{is_na} methods
13
too. (Dirk in \ghpr{783} fixing \ghit{781}).
14
+ \item Protect more temporary \code{SEXP} objects produced by \code{wrap}
15
+ (Kevin in \ghpr{784}).
16
+ \item Use public R APIs for \code{new_env} (Kevin in \ghpr{785}).
17
\item Evaluation of R code is now safer when compiled against R
18
3.5 (you also need to explicitly define \code{RCPP_PROTECTED_EVAL}
19
before including \code{Rcpp.h}). Longjumps of all kinds (condition
0 commit comments