Package: ami
Title: Checks for Various Computing Environments
Version: 0.1.1
Authors@R: c(
    person("Brian", "Connelly", , "bdc@bconnelly.net", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-9948-0379")),
    person("Mark", "Padgham", , "mark.padgham@email.com", role = c("ctb"),
           comment = c(ORCID = "0000-0003-2172-5265")),
           person("Lluís", "Revilla Sancho", , "lluis.revilla@gmail.com", role = c("ctb"),
           comment = c(ORCID = "0000-0001-9747-2570"))
  )
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.3.1
URL: https://github.com/briandconnelly/ami,
        https://briandconnelly.github.io/ami/
BugReports: https://github.com/briandconnelly/ami/issues
NeedsCompilation: no
Packaged: 2024-06-16 20:53:12 UTC; bconnelly
Author: Brian Connelly [aut, cre, cph]
    (<https://orcid.org/0000-0002-9948-0379>),
  Mark Padgham [ctb] (<https://orcid.org/0000-0003-2172-5265>),
  Lluís Revilla Sancho [ctb] (<https://orcid.org/0000-0001-9747-2570>)
Maintainer: Brian Connelly <bdc@bconnelly.net>
Repository: CRAN
Date/Publication: 2024-06-16 21:10:02 UTC
