File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 - name : Package Dependencies
4343 run : R -q -e 'remotes::install_deps("nCompiler", dependencies=TRUE)'
4444 - name : Install inline
45- run : R -q -e 'remotes::install_cran("inline")'
45+ run : R -q -e 'remotes::install_cran(c( "inline", "nimble") )'
4646 - name : Build Package
4747 run : |
4848 R CMD build nCompiler
5353 testthat::test_dir("nCompiler/tests/testthat/uncompiled_tests", reporter = "summary")
5454 testthat::test_dir("nCompiler/tests/testthat/nCompile_tests", reporter = "summary")
5555 testthat::test_dir("nCompiler/tests/testthat/cpp_tests", reporter = "summary")
56- testthat::test_dir("nCompiler/tests/testthat/specificOp_tests", reporter = "summary")
5756 shell : Rscript {0}
5857
5958 test-nCompile-features :
7776 run : |
7877 library(nCompiler)
7978 testthat::test_dir("nCompiler/tests/testthat/predefined_tests", reporter = "summary")
79+ testthat::test_dir("nCompiler/tests/testthat/specificOp_tests", reporter = "summary")
8080 shell : Rscript {0}
8181
8282 test-nClass :
You can’t perform that action at this time.
0 commit comments