Skip to content

Commit 6597b7d

Browse files
README: refresh [ci skip]
1 parent 787eba9 commit 6597b7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)