| without_compiler {pkgbuild} | R Documentation |
with_compiler temporarily disables code compilation by setting
CC, CXX, makevars to test. without_cache
resets the cache before and after running code.
without_compiler(code) without_cache(code)
code |
Code to execute with broken compilers |