I use r-lib/actions/setup-r-dependencies@v2 in my R CMD check action for rgl. Lately it has been failing on MacOS because it can't install the jpeg package. For example,
fix writePLY to handle colors properly · dmurdoch/rgl@9cdf28b · GitHub
Am I doing something wrong here, or is the a problem with the action, or with pak?
1 Like
Gabor
June 28, 2024, 6:13pm
2
|setup-r-dependencies does not install system packages on macOS, if you are building packages from source, then you need to do that yourself.
1 Like
system
Closed
September 26, 2024, 6:13pm
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.