Package: ami
Title: Checks for Various Computing Environments
Version: 0.2.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 = "ctb",
           comment = c(ORCID = "0000-0003-2172-5265")),
    person("Lluís", "Revilla Sancho", , "lluis.revilla@gmail.com", role = "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
URL: https://github.com/briandconnelly/ami,
        https://briandconnelly.github.io/ami/
BugReports: https://github.com/briandconnelly/ami/issues
Imports: curl, glue, lifecycle, rlang, rstudioapi (>= 0.17.0)
Suggests: config, covr, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-11-15 18:04:52 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-11-15 18:20:01 UTC
Built: R 4.5.2; ; 2025-11-08 02:59:33 UTC; windows
