forked from flr/ggplotFL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 896 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
Package: ggplotFL
Title: Using ggplot2 in FLR
Version: 2.6.4.9002
Date: 2018-08-21
Authors@R: c(
person("Iago", "Mosqueira", email = "[email protected]", role = "cre"),
person("Laurence T.", "Kell", email = "[email protected]", role = "aut"))
Description: Using ggplot2 for FLR. Provides (1) overloaded ggplot methods for
various FLR classes, and (2) ggplot-based versions of standard plots in
the FLCore package.
Depends:
R(>= 3.2.0),
ggplot2(>= 2.0.0),
FLCore(>= 2.6.5)
Imports:
methods,
gridExtra,
rlang,
stats,
scales
Suggests:
knitr,
rmarkdown
URL: http://flr-project.org/ggplotFL
BugReports: https://github.com/flr/ggplotFL/issues
Additional_repositories: http://flr-project.org/R
Collate:
'allGenerics.R'
'geom.R'
'functions.R'
'ggplot.R'
'plot.R'
License: GPL-2
VignetteBuilder: knitr
LazyLoad: Yes
LazyData: Yes
RoxygenNote: 6.0.1