Skip to content

Commit 3a1894b

Browse files
authored
Merge pull request #99 from zivy/updateCircleci
Address error with hombrew install of rig.
2 parents 069e241 + d6a6bc5 commit 3a1894b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
R_VERSION="<< parameters.r-version >>"
4242
# Install rig, R Installation Manager (https://github.com/r-lib/rig) to control installed R version
4343
if [ "$RUNNER_OS" == "macos" ]; then
44-
brew tap r-lib/rig
45-
brew install --cask rig
44+
brew install --cask r-lib/rig/rig
4645
rig add $R_VERSION
4746
# on macOS the R package is installed into a MAJOR.MINOR directory
4847
# the PATCH is ignored (only one patch version supported) the

0 commit comments

Comments
 (0)