Package: rstudio.prefs
Title: Set 'RStudio' Preferences
Version: 0.1.9
Authors@R: 
    person(given = "Daniel D.",
           family = "Sjoberg",
           role = c("aut", "cre", "cph"),
           email = "danield.sjoberg@gmail.com",
           comment = c(ORCID = "0000-0003-0862-2018"))
Description: As of 'RStudio' v1.3, the preferences in the Global Options
    dialog (and a number of other preferences that aren’t) are now saved
    in simple, plain-text JSON files. This package provides an interface
    for working with these 'RStudio' JSON preference files to easily make
    modifications without using the point-and-click option menus. This is
    particularly helpful when working on teams to ensure a unified
    experience across machines and utilizing settings for best practices.
License: GPL (>= 3)
URL: https://github.com/ddsjoberg/rstudio.prefs,
        https://www.danieldsjoberg.com/rstudio.prefs/index.html
BugReports: https://github.com/ddsjoberg/rstudio.prefs/issues
Depends: R (>= 3.4)
Imports: cli (>= 2.5.0), dplyr (>= 1.0.6), fs (>= 1.5.0), jsonlite (>=
        1.7.2), purrr (>= 0.3.4), rappdirs (>= 0.3.3), rlang (>=
        0.4.11), rstudioapi (>= 0.13), rvest (>= 1.0.0), tibble (>=
        3.1.2)
Suggests: covr (>= 3.5.1), spelling (>= 2.2), testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.0
NeedsCompilation: no
Packaged: 2022-07-16 12:57:45 UTC; SjobergD
Author: Daniel D. Sjoberg [aut, cre, cph]
    (<https://orcid.org/0000-0003-0862-2018>)
Maintainer: Daniel D. Sjoberg <danield.sjoberg@gmail.com>
Repository: CRAN
Date/Publication: 2022-07-16 13:10:02 UTC
Built: R 4.2.0; ; 2022-07-20 11:24:23 UTC; unix
