Skip to content

Commit f1df4ba

Browse files
committed
fix links in description
1 parent b9074f7 commit f1df4ba

1 file changed

Lines changed: 26 additions & 23 deletions

File tree

DESCRIPTION

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,30 @@ Package: batchtools
22
Title: Tools for Computation on Batch Systems
33
Version: 0.9.18
44
Authors@R: c(
5-
person("Michel", "Lang", NULL, "michellang@gmail.com",
6-
role = c("cre", "aut"), comment = c(ORCID = "0000-0001-9754-0393")),
7-
person("Bernd", "Bischl", NULL, "bernd_bischl@gmx.net", role = "aut"),
8-
person("Dirk", "Surmann", NULL, "surmann@statistik.tu-dortmund.de",
9-
role = "ctb", comment = c(ORCID = "0000-0003-0873-137X"))
10-
)
11-
Description: As a successor of the packages 'BatchJobs' and 'BatchExperiments',
12-
this package provides a parallel implementation of the Map function for high
13-
performance computing systems managed by schedulers 'IBM Spectrum LSF'
14-
(<https://www.ibm.com/products/hpc-workload-management>),
15-
'OpenLava' (<https://www.openlava.org/>), 'Univa Grid Engine'/'Oracle Grid
16-
Engine' (<https://www.univa.com/>), 'Slurm' (<https://slurm.schedmd.com/>),
17-
'TORQUE/PBS'
5+
person("Michel", "Lang", , "michellang@gmail.com", role = c("cre", "aut"),
6+
comment = c(ORCID = "0000-0001-9754-0393")),
7+
person("Bernd", "Bischl", , "bernd_bischl@gmx.net", role = "aut"),
8+
person("Dirk", "Surmann", , "surmann@statistik.tu-dortmund.de", role = "ctb",
9+
comment = c(ORCID = "0000-0003-0873-137X"))
10+
)
11+
Description: As a successor of the packages 'BatchJobs' and
12+
'BatchExperiments', this package provides a parallel implementation of
13+
the Map function for high performance computing systems managed by
14+
schedulers 'IBM Spectrum LSF'
15+
(<https://www.ibm.com/products/hpc-workload-management>), 'Univa Grid
16+
Engine'/'Oracle Grid Engine'
17+
(<https://altair.com/hpc-cloud-applications/>), 'Slurm'
18+
(<https://slurm.schedmd.com/>), 'TORQUE/PBS'
1819
(<https://adaptivecomputing.com/cherry-services/torque-resource-manager/>),
19-
or 'Docker Swarm' (<https://docs.docker.com/engine/swarm/>).
20-
A multicore and socket mode allow the parallelization on a local machines,
21-
and multiple machines can be hooked up via SSH to create a makeshift
22-
cluster. Moreover, the package provides an abstraction mechanism to define
23-
large-scale computer experiments in a well-organized and reproducible way.
20+
or 'Docker Swarm' (<https://docs.docker.com/engine/swarm/>). A
21+
multicore and socket mode allow the parallelization on a local
22+
machines, and multiple machines can be hooked up via SSH to create a
23+
makeshift cluster. Moreover, the package provides an abstraction
24+
mechanism to define large-scale computer experiments in a
25+
well-organized and reproducible way.
2426
License: LGPL-3
2527
URL: https://github.com/mlr-org/batchtools, https://batchtools.mlr-org.com
2628
BugReports: https://github.com/mlr-org/batchtools/issues
27-
NeedsCompilation: yes
28-
ByteCompile: yes
29-
Encoding: UTF-8
3029
Depends:
3130
R (>= 3.0.0)
3231
Imports:
@@ -47,8 +46,8 @@ Imports:
4746
withr (>= 2.0.0)
4847
Suggests:
4948
debugme,
50-
doParallel,
5149
doMPI,
50+
doParallel,
5251
e1071,
5352
foreach,
5453
future,
@@ -61,6 +60,10 @@ Suggests:
6160
snow,
6261
testthat,
6362
tibble
64-
VignetteBuilder: knitr
63+
VignetteBuilder:
64+
knitr
65+
ByteCompile: yes
66+
Encoding: UTF-8
67+
NeedsCompilation: yes
6568
Roxygen: list(r6 = FALSE)
6669
RoxygenNote: 7.3.2

0 commit comments

Comments
 (0)