-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
25 lines (25 loc) · 933 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
Package: digitize
Version: 0.0.4
Date: 2016-08-26
Title: Use Data from Published Plots in R
Authors@R: c(
person("Timothée", "Poisot", email = "[email protected]", role = c("aut")),
person("Rene", "Sachse", email = "[email protected]", role = c("aut")),
person("Jaime", "Ashander", email = "[email protected]", role = c("aut", "cre")),
person("Tal", "Galili", email = "[email protected]", role = c("aut"))
)
Depends:
R (>= 2.2.0)
Description: Import data from a digital image; it requires user input for
calibration and to locate the data points. The end result is similar to
'DataThief' and other other programs that 'digitize' published plots or
graphs.
License: GPL (>= 2)
Encoding: UTF-8
URL: https://github.com/tpoisot/digitize/
BugReports: https://github.com/tpoisot/digitize/issues
Imports:
graphics,
readbitmap (>= 0.1-4)
RoxygenNote: 5.0.1
Suggests: testthat