@@ -21,7 +21,7 @@ batchtools provides a parallel implementation of Map for high
2121performance computing systems managed by schedulers like Slurm, Sun Grid
2222Engine, OpenLava, TORQUE/OpenPBS, Load Sharing Facility (LSF) or Docker
2323Swarm (see the setup section in the
24- [ vignette] ( https://batchtools.mlr-org.com/batchtools/ articles/batchtools.html ) ).
24+ [ vignette] ( https://batchtools.mlr-org.com/articles/batchtools.html ) ).
2525
2626Main features:
2727
@@ -55,8 +55,8 @@ devtools::install_github("mlr-org/batchtools")
5555
5656Next, you need to setup ` batchtools ` for your HPC (it will run
5757sequentially otherwise). See the
58- [ vignette] ( https://mlr-org.github.io/batchtools/ articles/batchtools.html#setup )
59- for instructions.
58+ [ vignette] ( https://batchtools. mlr-org.com/ articles/batchtools.html ) for
59+ instructions.
6060
6161## Why batchtools?
6262
@@ -80,22 +80,20 @@ discontinued for the following reasons:
8080[ BatchJobs] ( https://github.com/tudo-r/BatchJobs/ ) and
8181[ BatchExperiments] ( https://github.com/tudo-r/Batchexperiments ) will
8282remain on CRAN, but new features are unlikely to be ported back. The
83- [ vignette] ( https://batchtools.mlr-org.com/batchtools/ articles/batchtools.html#migration )
83+ [ vignette] ( https://batchtools.mlr-org.com/articles/batchtools.html )
8484contains a section comparing the packages.
8585
8686## Resources
8787
88- - [ NEWS] ( https://batchtools.mlr-org.com/batchtools/news/ )
89- - [ Function
90- reference] ( https://batchtools.mlr-org.com/batchtools/reference/ )
91- - [ Vignette] ( https://batchtools.mlr-org.com/batchtools/articles/batchtools.html )
88+ - [ Function reference] ( https://batchtools.mlr-org.com/reference/ )
89+ - [ Vignette] ( https://batchtools.mlr-org.com/articles/batchtools.html )
9290- [ JOSS Paper] ( https://doi.org/10.21105/joss.00135 ) : Short paper on
9391 batchtools. Please cite this if you use batchtools.
9492- [ Paper on
9593 BatchJobs/BatchExperiments] ( https://www.jstatsoft.org/v64/i11 ) : The
9694 described concept still holds for batchtools and most examples work
9795 analogously (see the
98- [ vignette] ( https://batchtools.mlr-org.com/batchtools/ articles/batchtools.html#migration )
96+ [ vignette] ( https://batchtools.mlr-org.com/articles/batchtools.html )
9997 for differences between the packages).
10098
10199## Citation
0 commit comments