Package: simpleroptions
Title: Easily Manage Options Files for your Packages and Scripts
Description: A framework to easily setup 
 and maintain options files in your R packages and scripts.
Version: 0.2.0
Authors@R: c(
  person("Luca","Cerone", , email="luca.cerone@gmail.com", role = c("aut","cre","cph"))
  )
License: MIT + file LICENSE
URL: https://github.com/lucacerone/simpleroptions/
BugReports: https://github.com/lucacerone/simpleroptions/issues
Depends: R (>= 3.4.0)
Imports: R6 (>= 2.2.2), jsonlite (>= 1.5), knitr (>= 1.17), readr (>=
        1.1.1)
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Suggests: rmarkdown
NeedsCompilation: no
Packaged: 2018-01-13 08:35:51 UTC; luca
Author: Luca Cerone [aut, cre, cph]
Maintainer: Luca Cerone <luca.cerone@gmail.com>
Repository: CRAN
Date/Publication: 2018-01-13 17:23:21 UTC
