-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
66 lines (66 loc) · 2.01 KB
/
DESCRIPTION
File metadata and controls
66 lines (66 loc) · 2.01 KB
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
60
61
62
63
64
65
66
Package: quickPlot
Type: Package
Title: A System of Plotting Optimized for Speed and Modularity
Description: A high-level plotting system, compatible with `ggplot2` objects,
maps from `sf`, `terra`, `raster`, `sp`. It is built primarily on the
'grid' package. The objective of the package is to provide a plotting system
that is built for speed and modularity. This is useful for quick visualizations
when testing code and for plotting multiple figures to the same device from
independent sources that may be independent of one another (i.e., different
function or modules the create the visualizations).
URL:
https://quickplot.predictiveecology.org,
https://github.com/PredictiveEcology/quickPlot
Version: 1.0.4
Date: 2025-07-14
Authors@R: c(
person("Eliot J B", "McIntire", email = "eliot.mcintire@canada.ca",
role = c("aut", "cre"), comment=c(ORCID = "https://orcid.org/0000-0002-6914-8316")),
person("Alex M", "Chubaty", email = "achubaty@for-cast.ca",
role = "aut", comment = c(ORCID = "https://orcid.org/0000-0001-7146-8135")),
person("His Majesty the King in Right of Canada, as represented by the Minister of Natural Resources Canada",
role = "cph")
)
Depends:
R (>= 4.3)
Imports:
data.table,
fpCompare,
ggplot2,
grDevices,
grid,
methods,
stats,
terra,
utils
Suggests:
covr,
knitr,
raster,
RColorBrewer,
rmarkdown,
sf,
sp,
testthat (>= 1.0.2),
withr
Additional_repositories: https://predictiveecology.r-universe.dev/
Encoding: UTF-8
Language: en-CA
License: GPL-3
VignetteBuilder: knitr, rmarkdown
BugReports: https://github.com/PredictiveEcology/quickPlot/issues
ByteCompile: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'environment.R'
'plotting-classes.R'
'plotting-colours.R'
'plotting-helpers.R'
'plotting-other.R'
'plotting.R'
'quickPlot-classes.R'
'quickPlot-package.R'
'testing-helpers.R'
'zzz.R'
Config/testthat/edition: 3