r_config {maketools} | R Documentation |
R CMD Config
Description
Cross-platform wrappers for R CMD config
to lookup the availability
of the compiler.
Usage
cc_info()
cxx_info()
cxx11_info()
cxx14_info()
cxx17_info()
fc_info()
r_cmd_config(VAR = "--all")
Arguments
VAR |
value passed to |
See Also
Other maketools:
diagnostics
,
make()
,
pkgconfig
,
sysdeps
Examples
# This runs 'R CMD CONFIG CXX'
r_cmd_config("CXX")
# Show C++ config:
cxx_info()
[Package maketools version 1.3.0 Index]