File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ All future backends implementing the Future API should validate that they confor
3535### From Outside R
3636
3737``` sh
38- $ Rscript -e future.tests::check --args -- test-plan=" multisession"
38+ $ Rscript -e future.tests::check --test-plan=" multisession"
3939$ exit_code=$?
4040$ [[ exit_code -eq 0 ]] || { >&2 echo " One or more tests failed" ; exit 1; }
4141```
4242
4343
4444[ R ] : https://www.r-project.org
45- [ future ] : https://cran.r-project .org/package=future
46- [ future.callr ] : https://cran.r-project.org/package= future.callr
47- [ future.batchtools ] : https://cran.r-project.org/package= future.batchtools
48- [ future.tests ] : https://cran.r-project.org/package= future.tests
45+ [ future ] : https://future.futureverse .org
46+ [ future.callr ] : https://future.callr.futureverse.org
47+ [ future.batchtools ] : https://future.batchtools.futureverse.org
48+ [ future.tests ] : https://future.tests.futureverse.org
4949[ Future API Backend Specification ] : https://future.futureverse.org/articles/future-6-future-api-backend-specification.html
You can’t perform that action at this time.
0 commit comments