-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 908 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 908 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
Package: envstat
Title: Configurable Reporting on your External Compute Environment
Version: 0.0.3.9000
Authors@R:
person(given = "Mark",
family = "Sellors",
email = "rstats@5vcc.com",
role = c("aut", "cre"))
Description: Runs a series of configurable tests against a user's compute
environment. This can be used for checking that things like a specific
directory or an environment variable is available before you start an analysis.
Alternatively, you can use the package's situation report when filing error
reports with your compute infrastructure.
URL: https://envstat.sellorm.com
BugReports: https://github.com/sellorm/envstat/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Imports:
cli,
httr2,
rstudioapi,
yaml
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3