Package: ami
Title: Checks for Various Computing Environments
Version: 0.1.0
Authors@R: 
    person("Brian", "Connelly", , "bdc@bconnelly.net", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-9948-0379"))
Description: A collection of lightweight functions that can be
    used to determine the computing environment in which your code is
    running. This includes operating systems, continuous integration (CI)
    environments, containers, and more.
License: MIT + file LICENSE
Imports: curl, glue, lifecycle, rlang, rstudioapi
Suggests: config, covr, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
RoxygenNote: 7.2.3
URL: https://github.com/briandconnelly/ami,
        https://briandconnelly.github.io/ami/
BugReports: https://github.com/briandconnelly/ami/issues
NeedsCompilation: no
Packaged: 2023-06-05 14:44:07 UTC; bconnelly
Author: Brian Connelly [aut, cre, cph]
    (<https://orcid.org/0000-0002-9948-0379>)
Maintainer: Brian Connelly <bdc@bconnelly.net>
Repository: CRAN
Date/Publication: 2023-06-06 07:40:13 UTC
