-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.14 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
Package: graphicsutils
Type: Package
Title: Collection of graphics utilities
Version: 1.6.0.9000
Date: 2022-01-08
Authors@R: c(
person("Kevin", "Cazelles", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0001-6619-9874")),
person("Nicolas", "Casajus", role = "aut", comment = c(ORCID = "0000-0002-5537-5294")),
person("David", "Beauchesne", role = "aut", comment = c(ORCID = "0000-0002-3590-8161")),
person(given = "Steve", family = "Vissault", comment = c(ORCID = "0000-0002-0866-4376"), role = "aut")
)
Description: A collection of functions to easily customize graphics-based plots.
Depends:
R (>= 3.2.0)
Imports:
grDevices,
graphics,
methods,
stats,
utils,
jpeg (>= 0.1-8),
png (>= 0.1-7),
Rcpp (>= 0.12.9)
Suggests:
knitr,
plotrix,
rmarkdown,
testthat,
maps
LinkingTo: Rcpp
NeedsCompilation: yes
LazyData: true
URL: https://github.com/inSileco/graphicsutils, http://insileco.github.io/graphicsutils/
BugReports: https://github.com/inSileco/graphicsutils/issues
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.1
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)