File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 run : R -q -e 'sessionInfo()'
4242 - name : Install nimbleModel
4343 run : R -q -e 'remotes::install_github("https://github.com/perrydv/nimbleModel", subdir="nimbleModel", auth_token=Sys.getenv("GITHUB_TOKEN_NIMBLEMODEL"))'
44- env :
44+ env :
4545 GITHUB_TOKEN_NIMBLEMODEL : ${{ secrets.GH_NM_PAT }}
4646 - name : Package Dependencies
4747 run : R -q -e 'remotes::install_deps("nCompiler", dependencies=TRUE)'
5454 - name : Run nCompile and other tests
5555 run : |
5656 library(nCompiler)
57- testthat::test_dir("nCompiler/tests/testthat/uncompiled_tests", reporter = "summary")
58- testthat::test_dir("nCompiler/tests/testthat/nCompile_tests", reporter = "summary")
59- testthat::test_dir("nCompiler/tests/testthat/cpp_tests", reporter = "summary ")
57+ # testthat::test_dir("nCompiler/tests/testthat/uncompiled_tests", reporter = "summary")
58+ # testthat::test_dir("nCompiler/tests/testthat/nCompile_tests", reporter = "summary")
59+ testthat::test_dir("nCompiler/tests/testthat/cpp_tests", reporter = "location ")
6060 shell : Rscript {0}
6161
6262 test-nCompile-features :
You can’t perform that action at this time.
0 commit comments