Package: envvar
Title: Make Working with Environment Variables Easier and More
        Consistent
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 functions that allows for easy and consistent use
  of environment variables. This includes setting, checking, retrieving,
  transforming, and validating values stored in environment variables.
License: MIT + file LICENSE
URL: https://github.com/briandconnelly/envvar,
        https://briandconnelly.github.io/envvar/
BugReports: https://github.com/briandconnelly/envvar/issues
Imports: cli, fs, lubridate, rlang
Suggests: httr2, ipaddress, spelling, testthat (>= 3.0.0), uuid, withr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-10-24 20:21:34 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-10-25 07:10:09 UTC
