Title: Discover and Install Useful RStudio Addins
Version: 0.5.0
Description: Browse through a continuously updated list of existing RStudio addins and install/uninstall their corresponding packages.
URL: https://github.com/daattali/addinslist
BugReports: https://github.com/daattali/addinslist/issues
Depends: R (≥ 3.1.0)
Imports: curl, remotes, DT (≥ 0.1), miniUI (≥ 0.1), shiny (≥ 0.13.2), shinyjs (≥ 0.6), rappdirs (≥ 0.3.1), rmarkdown, rvest (≥ 0.3.1), utils, xml2 (≥ 0.1.2)
License: MIT + file LICENSE
RoxygenNote: 7.2.3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2023-05-15 04:17:11 UTC; Dean-X1C
Author: Dean Attali ORCID iD [aut, cre]
Maintainer: Dean Attali <daattali@gmail.com>
Repository: CRAN
Date/Publication: 2023-05-15 04:30:04 UTC

Addin for browsing and installing RStudio addins

Description

This addin allows you to interactively browse through the list of existing addins, see which ones you already have installed, and let you install/uninstall the corresponding package of each addin. This addin can be invoked from RStudio's "Addins" menu.

Usage

addinslistAddin()

Examples

if (interactive()) {
  addinslistAddin()
}