File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 374374
375375 \s ubsection{UTILITIES}{
376376 \i temize{
377- \i tem \c ommand{R CMD INSTALL} (and hence \c ommand{check}) now by
378- default compile C++ code with \c ode{-DR_NO_REMAP}. For the time
379- being this can be reverted by setting environment
380- variable \e nv{_R_CXX_USE_NO_REMAP_} to a false value (but that will
381- be removed in the near future).
377+ \i tem \c ommand{R CMD INSTALL} (and hence \c ommand{check}) now
378+ compile C++ code with \c ode{-DR_NO_REMAP}.
382379
383380 \s Quote{Writing R Extensions} has been revised to describe the remapped
384381 entry points, for with the \c ode{Rf_} prefix remains optional when
Original file line number Diff line number Diff line change @@ -2767,8 +2767,8 @@ if(FALSE) {
27672767 paste0(" LTO_FC=" , shQuote(" $(LTO_FC_OPT)" )))
27682768 else if (isFALSE(use_lto )) c(" LTO=" , " LTO_FC=" )
27692769 )
2770- if (config_val_to_logical(Sys.getenv(" _R_CXX_USE_NO_REMAP_" , " TRUE" )))
2771- makeargs <- c(makeargs , " CXX_DEFS=-DR_NO_REMAP" )
2770+ # # if(config_val_to_logical(Sys.getenv("_R_CXX_USE_NO_REMAP_", "TRUE")))
2771+ # # makeargs <- c(makeargs, "CXX_DEFS=-DR_NO_REMAP")
27722772# # if(config_val_to_logical(Sys.getenv("_R_USE_STRICT_R_HEADERS_", "FALSE")))
27732773# # makeargs <- c(makeargs, "XDEFS=-DSTRICT_R_HEADERS=1")
27742774
You can’t perform that action at this time.
0 commit comments