-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: slurmworkflow
Title: Build workflows for the Slurm workload manager
Version: 0.1.0
Date: 2023-04-05
Authors@R:
c(person(given = "Adrien",
family = "Le Guillou",
role = c("aut", "cre"),
email = "contact@aleguillou.org",
comment = c(ORCID = "0000-0002-4791-418X")))
Description: slurmworkflow makes it possible to locally pre-define a set of jobs
to be run on a slurm equipped HPC. A workflow is a set of steps to be run
on the HPC (sequentially by default). slurmworkflow provides tools to alter
the execution order, allowing conditional execution of the steps and loop
like behavior.
License: MIT + file LICENSE
Depends:
R (>= 4.1.0)
Imports:
fs,
yaml
Suggests:
covr,
knitr,
rlang,
rmarkdown,
spelling,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Language: en-US
URL: https://epimodel.github.io/slurmworkflow/