Package: potions Type: Package Title: Easy Options Management Version: 0.2.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, purrr, rrapply, rlang, stringi, yaml Suggests: knitr, pkgload, rmarkdown, testthat (>= 3.0.0) License: MPL-2.0 URL: https://potions.ala.org.au BugReports: https://github.com/AtlasOfLivingAustralia/potions/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://atlasoflivingaustralia.r-universe.dev Date/Publication: 2023-08-23 03:02:27 UTC RemoteUrl: https://github.com/AtlasOfLivingAustralia/potions RemoteRef: HEAD RemoteSha: d1f4d22c34eb2da81fa73be1e37250dfded21937 NeedsCompilation: no Packaged: 2026-06-14 08:06:01 UTC; root Author: Martin Westgate [aut, cre] Maintainer: Martin Westgate