-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 1.01 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
37
38
Package: slurmjobs
Title: Helper Functions for SLURM jobs
Version: 1.2.5
Date: 2024-09-20
Authors@R:
person("Nicholas J.", "Eagles", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9808-5254"))
Description: This package contains helper functions for interacting with
machines or computing clusters managed by SLURM. It was developed
specifically on the JHPCE cluster https://jhpce.jhu.edu/, but is intended
to work with other SLURM-managed computing environments.
License: Artistic-2.0
URL: https://github.com/LieberInstitute/slurmjobs
BugReports: https://support.bioconductor.org/tag/slurmjobs
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
BiocStyle,
knitr,
RefManageR,
knitcitations,
rmarkdown,
sessioninfo,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
VignetteBuilder: knitr
Imports:
dplyr,
glue,
stringr,
purrr,
utils,
lubridate
Depends:
R (>= 2.10)
LazyData: true