Package: uniset
Type: Package
Title: Dynamic Settings File
Version: 0.3.0
Authors@R: c(
    person("Bernhard", "Pollner", email = "bernhard.pollner@mac.com", role = c("cre","aut")),
    person("Zoltan", "Kovacs", email = "kovacs@correltech.hu", role = "aut"))
Maintainer: Bernhard Pollner <bernhard.pollner@mac.com>
Description: Any package (subsequently called 'target package') is enabled to provide its users an easily accessible, user-friendly and human readable text file where key=value pairs (used by functions defined in the target package) can be saved. This settings file lives in a location defined by the user of the target package, and its user-defined values remain unchanged even when the author of the target package is introducing or deleting keys, or when the target package is updated or re-installed. 
URL: https://bpollner.github.io/uniset/,
        https://github.com/bpollner/uniset
BugReports: https://github.com/bpollner/uniset/issues
Language: en-US
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.1.2
Depends: R (>= 3.3.2)
Imports: methods, easycsv
Suggests: covr, knitr, rmarkdown, tidyverse, devtools, testthat (>=
        3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-03-25 01:18:57 UTC; bernhard
Author: Bernhard Pollner [cre, aut],
  Zoltan Kovacs [aut]
Repository: CRAN
Date/Publication: 2022-03-25 08:10:05 UTC
