-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
20 lines (20 loc) · 927 Bytes
/
DESCRIPTION
File metadata and controls
20 lines (20 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: metaDigitise
Title: Extract and Summarise Data from Published Figures
Version: 1.0.2
Authors@R: c(person("Joel", "Pick", email = "joel.l.pick@gmail.com", role = c("aut")), person("Shinichi", "Nakagawa", email = "s.nakagawa@unsw.edu.au", role = c("aut")), person("Daniel", "Noble", email = "daniel.wa.noble@gmail.com", role = c("aut", "cre")))
Description: High-throughput, flexible and reproducible extraction of data from figures in primary research papers. metaDigitise() can extract data and / or automatically calculate summary statistics for users from box plots, bar plots (e.g., mean and errors), scatter plots and histograms.
Depends: R (>= 3.4)
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports: magick,
stats,
graphics,
utils,
purrr
Suggests: testthat,
knitr,
rmarkdown
BugReports: https://github.com/daniel1noble/metaDigitise/issues
VignetteBuilder: knitr