We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 069e241 + d6a6bc5 commit 3a1894bCopy full SHA for 3a1894b
1 file changed
.circleci/config.yml
@@ -41,8 +41,7 @@ jobs:
41
R_VERSION="<< parameters.r-version >>"
42
# Install rig, R Installation Manager (https://github.com/r-lib/rig) to control installed R version
43
if [ "$RUNNER_OS" == "macos" ]; then
44
- brew tap r-lib/rig
45
- brew install --cask rig
+ brew install --cask r-lib/rig/rig
46
rig add $R_VERSION
47
# on macOS the R package is installed into a MAJOR.MINOR directory
48
# the PATCH is ignored (only one patch version supported) the
0 commit comments