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.
1 parent 7e1ec3f commit 6c6bd4dCopy full SHA for 6c6bd4d
.github/workflows/test-all.yaml
@@ -40,8 +40,7 @@ jobs:
40
- name: SessionInfo
41
run: R -q -e 'sessionInfo()'
42
- name: Install nimbleModel
43
- run: R -q -e 'remotes::install_github("https://github.com/perrydv/nimbleModel", subdir="nimbleModel",
44
- auth_token=Sys.getenv("GITHUB_TOKEN_NIMBLEMODEL"))'
+ run: R -q -e 'remotes::install_github("https://github.com/perrydv/nimbleModel", subdir="nimbleModel", auth_token=Sys.getenv("GITHUB_TOKEN_NIMBLEMODEL"))'
45
env: GITHUB_TOKEN_NIMBLEMODEL: ${{ secrets.GH_NM_PAT }}
46
- name: Package Dependencies
47
run: R -q -e 'remotes::install_deps("nCompiler", dependencies=TRUE)'
0 commit comments