r_config | R Documentation |
Cross-platform wrappers for R CMD config
to lookup the availability
of the compiler.
cc_info()
cxx_info()
cxx11_info()
cxx14_info()
cxx17_info()
fc_info()
r_cmd_config(VAR = "--all")
VAR |
value passed to |
Other maketools:
diagnostics
,
make()
,
pkgconfig
,
sysdeps
# This runs 'R CMD CONFIG CXX'
r_cmd_config("CXX")
# Show C++ config:
cxx_info()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.