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 @@ -33,17 +33,17 @@ All future backends implementing the Future API should validate that they confor
3333### From Outside R
3434
3535``` sh
36- $ Rscript -e future.tests::check --args -- test-plan=" multisession"
36+ $ Rscript -e future.tests::check --test-plan=" multisession"
3737$ exit_code=$?
3838$ [[ exit_code -eq 0 ]] || { >&2 echo " One or more tests failed" ; exit 1; }
3939```
4040
4141
4242[ R ] : https://www.r-project.org
43- [ future ] : https://cran.r-project .org/package=future
44- [ future.callr ] : https://cran.r-project.org/package= future.callr
45- [ future.batchtools ] : https://cran.r-project.org/package= future.batchtools
46- [ future.tests ] : https://cran.r-project.org/package= future.tests
43+ [ future ] : https://future.futureverse .org
44+ [ future.callr ] : https://future.callr.futureverse.org
45+ [ future.batchtools ] : https://future.batchtools.futureverse.org
46+ [ future.tests ] : https://future.tests.futureverse.org
4747[ Future API Backend Specification ] : https://future.futureverse.org/articles/future-6-future-api-backend-specification.html
4848
4949## Installation
You can’t perform that action at this time.
0 commit comments