Skip to content

Commit 37cb88d

Browse files
refresh intro vignette
1 parent 6597b7d commit 37cb88d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

vignettes/future.tests-01-intro.md

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

0 commit comments

Comments
 (0)