View source: R/compiler-flags.R
compiler_flags | R Documentation |
These default flags enforce good coding practice by ensuring that
CFLAGS and CXXFLAGS are set to -Wall -pedantic
.
These tests are run by cran and are generally considered to be good practice.
compiler_flags(debug = FALSE)
debug |
If |
By default compile_dll()
is run with compiler_flags(TRUE)
,
and check with compiler_flags(FALSE)
. If you want to avoid the
possible performance penalty from the debug flags, install the package.
Other debugging flags:
with_debug()
compiler_flags()
compiler_flags(TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.