502 error with devtools::check_mac_release
I’m working on testing an R package in development, and have always used R Mac Builder as one test environment. However, today upon calling devtools::check_mac_release()
, I get this error:
devtools::check() fails with “Error: Could not find tools necessary to compile a package”, however debugging detects no issues
When checking my R package with devtools::check()
, I run into this error.