-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 878 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 878 Bytes
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
Package: EnvironmentModules
Type: Package
Title: A user friendly R front-end for the Environment Modules system
Version: 0.1.0
Authors@R: c(
person("Michael", "Milton", email = "michael.r.milton@gmail.com", role = "cre")
)
Description: Offers a way to load and unload system packages on shared HPC
(High Performance Computing) environments, through R.
URL: https://wehi-researchcomputing.github.io/EnvironmentModules/, https://github.com/WEHI-ResearchComputing/EnvironmentModules
BugReports: https://github.com/WEHI-ResearchComputing/EnvironmentModules/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Depends: R (>= 4.2.0)
Imports:
cli,
withr
Suggests:
htmltools,
knitr,
rmarkdown,
testthat (>= 3.0.0),
pkgdown,
remotes,
Config/testthat/edition: 3
VignetteBuilder: knitr
License: GPL (>= 3)