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 Config/pak/sysreqs: libssl-dev Repository: https://sellorm.r-universe.dev Date/Publication: 2023-05-02 15:00:15 UTC RemoteUrl: https://github.com/sellorm/envstat RemoteRef: HEAD RemoteSha: 5a62a8a26bbfddb3eab827c7af13e989317d0a6d NeedsCompilation: no Packaged: 2026-06-11 09:30:16 UTC; root Author: Mark Sellors [aut, cre] Maintainer: Mark Sellors