powered by
Cross-platform wrappers for R CMD config to lookup the availability of the compiler.
R CMD config
cc_info()cxx_info()cxx11_info()cxx14_info()cxx17_info()fc_info()r_cmd_config(VAR = "--all")
cxx_info()
cxx11_info()
cxx14_info()
cxx17_info()
fc_info()
r_cmd_config(VAR = "--all")
value passed to R CMD config such as CXX or FC
CXX
FC
Other maketools: diagnostics, make(), pkgconfig, sysdeps
diagnostics
make()
pkgconfig
sysdeps
# This runs 'R CMD CONFIG CXX' r_cmd_config("CXX") # Show C++ config: cxx_info()
Run the code above in your browser using DataLab