-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.01 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
Package: shinyDigitise
Title: Extract and Summarise Data from Published Figures
Version: 0.1.0
Authors@R: c(
person("Ed", "Ivimey-Cook", , "e.ivimeycook@gmail.com", role = c("aut", "cre")),
person("Joel", "Pick", , "joel.l.pick@gmail.com", role = "aut")
)
Description: User-friendly shiny app for the metaDigitise package, which
facilitates high-throughput, flexible and reproducible extraction of
data from figures in primary research papers. shinyDigitise() can
extract data and calculate summary statistics for users from box
plots, mean and error plots, scatter plots and histograms.
License: MIT + file LICENSE
BugReports: https://github.com/EIvimeyCook/ShinyDigitise/issues
Imports:
bslib,
dplyr,
DT,
emojifont,
graphics,
magick,
metaDigitise,
scales,
shiny,
shinyalert,
shinyFiles,
shinyjqui,
shinyjs,
shinyscreenshot,
shinyWidgets,
stats,
stringr,
tippy,
utils
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3