Package: rstudio.prefs
Title: Manage 'RStudio' Preferences and Addin Shortcuts
Version: 0.2.0
Authors@R: c(
    person("S.A.", "van der Wulp", , "vdwulp@gmail.com", role = c("aut", "cre", "cph")),
    person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = c("aut", "cph"),
           comment = c(ORCID = "0000-0003-0862-2018")))
Description: Provides an interface for working with 'RStudio' preference files
    to modify settings and addin shortcuts without using point-and-click option
    menus. Useful for ensuring a unified experience across devices and for
    enforcing best practices. Also exposes some settings not available in the
    Global Options dialog.
License: GPL (>= 3)
URL: https://github.com/vdwulp/rstudio.prefs,
        https://vdwulp.github.io/rstudio.prefs/
BugReports: https://github.com/vdwulp/rstudio.prefs/issues
SystemRequirements: RStudio (>= 1.3)
Depends: R (>= 3.5)
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),
        withr (>= 2.3.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Config/roxygen2/version: 8.0.0
Config/roxygen2/markdown: TRUE
NeedsCompilation: no
Packaged: 2026-08-19 14:14:18 UTC; wulps
Author: S.A. van der Wulp [aut, cre, cph],
  Daniel D. Sjoberg [aut, cph] (ORCID:
    <https://orcid.org/0000-0003-0862-2018>)
Maintainer: S.A. van der Wulp <vdwulp@gmail.com>
Repository: CRAN
Date/Publication: 2026-08-20 05:20:37 UTC
