-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
26 lines (26 loc) · 1.02 KB
/
DESCRIPTION
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
Package: addinit
Type: Package
Title: Initialize an 'RStudio' Project or a Shiny Application
Version: 0.3.0
Authors@R: c(
person("Fanny", "Meyer", email = "fanny.meyer@dreamrs.fr", role = c("aut", "cre")),
person("Victor", "Perrier", role = "aut"),
person("dreamRs", role = "cph")
)
Description: A Shiny gadget to initialize your projects with a specified structure, and create implementation scaffolding for a Shiny application.
You can quickly create folders needed by your analysis (scripts, funs, datas, ...), and scripts based on a template.
Some options of the gadget are configurale, for example, if default folders names doesn't suit you, yon can change them by setting an option in your Rprofile.
URL: https://github.com/dreamRs/addinit,
https://dreamrs.github.io/addinit/
BugReports: https://github.com/dreamRs/addinit/issues
License: MIT + file LICENSE
Encoding: UTF-8
Imports: miniUI,
rstudioapi,
shinyWidgets,
shiny,
htmltools,
markdown,
usethis,
phosphoricons
RoxygenNote: 7.1.2