-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
28 lines (28 loc) · 980 Bytes
/
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
27
28
Package: intRo
Title: Download and Run the intRo Statistical Software
Version: 0.1
Authors@R: c(
person("Eric", "Hare", email = "[email protected]", role = c("aut", "cre")),
person("Andee", "Kaplan", email = "[email protected]", role = "aut"))
Description: Download, run, customize, and deploy your own instance of intRo.
The intRo package provides a small set of functions designed for the easy
customization of the default set of intRo options. For instance, the set of
modules, the order that the modules appear, and the theme of the application
can be specified. Users can then deploy an instance of intRo onto the
ShinyApps.io web service.
URL: https://github.com/gammarama/intRo
BugReports: https://github.com/erichare/gammarama/issues
Depends:
R (>= 3.0.2)
Imports:
git2r,
shiny,
rsconnect
Suggests:
roxygen2,
knitr
License: GPL-3
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 5.0.1
Remotes: rstudio/rsconnect