-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
43 lines (43 loc) · 958 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: fishualize
Type: Package
Title: Color Palettes Based on Fish Species
Version: 0.2.3
Authors@R: c(
person("Nina M. D.", "Schiettekatte",
email = "[email protected]",
role = c("cre", "aut")),
person("Simon J.", "Brandl", role = "aut"),
person("Jordan M.", "Casey", role = "aut"))
Maintainer: Nina M. D. Schiettekatte <[email protected]>
Description: Implementation of color palettes based on fish species.
License: GPL-2
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
Suggests:
testthat,
knitr,
rmarkdown,
rfishbase,
rnaturalearth,
pkgdown
URL: https://github.com/nschiett/fishualize
BugReports: https://github.com/nschiett/fishualize/issues
Imports:
ggplot2 (>= 1.0.1),
gridExtra,
grid,
png,
downloader,
utils,
httr,
magrittr,
stringr,
dplyr,
tidyr,
scales,
rlang,
curl
RoxygenNote: 7.1.2
VignetteBuilder: knitr