-
-
Notifications
You must be signed in to change notification settings - Fork 136
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) 路 768 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
28 lines (28 loc) 路 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: addinslist
Title: Discover and Install Useful RStudio Addins
Version: 0.5.0
Authors@R: person("Dean", "Attali",
email = "daattali@gmail.com",
role = c("aut", "cre"),
comment= c(ORCID="0000-0002-5645-3493"))
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