-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
59 lines (59 loc) · 1.62 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
52
53
54
55
56
57
58
59
Package: rphylopic
Title: Get Silhouettes of Organisms from PhyloPic
Description: Work with the PhyloPic Web Service (<http://api-docs.phylopic.org/v2/>)
to fetch silhouette images of organisms. Includes functions for adding
silhouettes to both base R plots and ggplot2 plots.
Version: 1.5.0.9000
Authors@R: c(
person(given = "William", family = "Gearty", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0076-3262")),
person(given = "Lewis A.", family = "Jones", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0003-3902-8986")),
person(given = "Scott", family = "Chamberlain", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0003-1444-9135")),
person(given = "David", family = "Miller", email = "[email protected]",
role = c("ctb"))
)
License: GPL (>= 3)
Language: en-US
Encoding: UTF-8
LazyData: true
biocViews:
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.0)
Imports:
ggplot2,
jsonlite,
grid,
graphics,
png,
grImport2 (>= 0.3.3),
rsvg (>= 2.6.0),
httr,
curl,
methods,
lifecycle,
pbapply,
knitr,
scales
Suggests:
testthat (>= 3.0.0),
vdiffr (>= 1.0.0),
rmarkdown,
covr,
phytools,
palaeoverse,
ggtree,
ape,
deeptime,
palmerpenguins,
maps,
sf
Config/testthat/edition: 3
URL: https://rphylopic.palaeoverse.org,
https://github.com/palaeoverse/rphylopic,
https://palaeoverse.org
BugReports: https://github.com/palaeoverse/rphylopic/issues
VignetteBuilder: knitr