Package: potions
Type: Package
Title: Easy Options Management
Version: 0.1.0
Authors@R: 
    c(person(given = "Martin",
             family = "Westgate",
             email = "martin.westgate@csiro.au",
             role = c("aut", "cre")))
Description: Store and retrieve data from options() using syntax derived from
    the 'here' package. 'potions' makes it straightforward to update and 
    retrieve options, either in the workspace or during package development, 
    without overwriting global options.
Depends: R (>= 4.1.0)
Imports: jsonlite, lobstr, rlang, stringi, yaml
Suggests: knitr, pkgload, rmarkdown, testthat (>= 3.0.0)
License: MPL-2.0
URL: https://github.com/AtlasOfLivingAustralia/potions
BugReports: https://github.com/AtlasOfLivingAustralia/potions/issues
Encoding: UTF-8
RoxygenNote: 7.2.3
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-05-01 06:50:15 UTC; wes186
Author: Martin Westgate [aut, cre]
Maintainer: Martin Westgate <martin.westgate@csiro.au>
Repository: CRAN
Date/Publication: 2023-05-02 21:00:02 UTC
Built: R 4.1.2; ; 2023-05-03 10:36:29 UTC; unix
