-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
revamp sitrep and nflverse_data class #199
Conversation
16563fe
to
2dbe2b0
Compare
|
||
name: ${{ matrix.config.os }} (${{ matrix.config.r }}) | ||
|
||
strategy: | ||
fail-fast: false | ||
matrix: | ||
config: | ||
- {os: windows-latest, r: 'release', rspm: "https://packagemanager.rstudio.com/all/latest"} | ||
#- {os: windows-latest, r: '3.6', rspm: "https://packagemanager.rstudio.com/cran/latest"} | ||
- {os: macOS-latest, r: 'release', rspm: "https://packagemanager.rstudio.com/all/latest"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mrcaseb maybe it was that we were installing mac pkgs from RSPM instead of whatever the default is?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah that's what I figured and why I decided to test a newer workflow. I hope it resolves our problems and stops annoying us
may need to bypass merge checks and then update which checks are being keyed on again |
changed required checks in branch protection rules. We could merge now but we found some problems with pak |
aa60ef0
to
8ca88bf
Compare
This is a duplicate of #198
I moved the code into a fresh branch because git couldn't identify actual code changes (maybe encoding or line ending)