forked from gertstulp/ggplotgui
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
52 lines (51 loc) · 1.83 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: datapie
Title: Data Package Interface (for) Evaluation
Version: 0.0.0.9000
Authors@R:
c(
person(given='Colin A.', family= 'Smith', email='[email protected]', role=c('aut', 'cre'), comment = c(ORCID = '0000-0003-2261-9931')),
person(given='Alesia', family='Hallmark', email = '[email protected]', role = c('aut')),
person(given='Li', family='Kui', email = '[email protected]', role = c('aut')),
person(given='Jason J.', family='Mercer', email = '[email protected]', role = c('aut')),
person(given='An T.', family='Nguyen', email = '[email protected]', role = c('aut')),
person(given='John H.', family='Porter', email = '[email protected]', role = c('aut')),
person(given='Sheila', family='Saia', email = '[email protected]', role = c('aut')),
person(given="Gert", family="Stulp", email = "[email protected]", role = c("ctb"), comment='Orgnial creator and author of ggplotgui.'),
person(given='Kathe', family='Todd-Brown', email = '[email protected]', role = c('aut')),
person(given='Kristin', family='Vanderbilt', email = '[email protected]', role = c('aut')),
person(given='Jocelyn', family='Wardrup', email = '[email protected]', role = c('aut'))
)
Description: Easily explore data by creating ggplots through a (shiny-)GUI. R-code to recreate graph provided.
Depends: R (>= 3.3.2)
Imports:
cowplot,
dplyr,
ggplot2,
haven,
lubridate,
magrittr,
metajam,
plotly,
RColorBrewer,
readr,
readxl,
scales,
shiny,
shinyFiles,
shinyjs,
stringr,
tidyr,
tidyverse,
usethis
Remotes:
clnsmth/metajam
License: MIT
BugReports: https://github.com/IMCR-Hackathon/datapie/issues
URL: https://github.com/IMCR-Hackathon/datapie
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: testthat,
knitr,
rmarkdown
VignetteBuilder: knitr