-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
71 lines (71 loc) · 1.4 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
60
61
62
63
64
65
66
67
68
69
70
71
Package: nzsf
Title: New Zealand Spatial Features
Version: 1.1.0
Authors@R:
person(given = "Darcy",
family = "Webber",
role = c("aut", "cre"),
email = "darcy.webber@quantifish.co.nz")
Description: New Zealand Spatial Features (nzsf) is a package for creating
scientific maps in New Zealand waters.
URL: https://github.com/quantifish/nzsf, http://www.quantifish.co.nz/nzsf/
BugReports: https://github.com/quantifish/nzsf/issues
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 3.0.0),
dplyr,
ggplot2,
raster,
sf
Imports:
gtools,
tidyr,
stringr,
rmapshaper,
rnaturalearth,
rnaturalearthdata,
rnaturalearthhires,
ggspatial,
BH,
lwgeom,
viridis,
reshape2,
stars,
brms,
patchwork,
cowplot,
ggnewscale
Suggests:
tidyverse,
knitr,
devtools,
markdown,
rmarkdown,
roxygen2,
testthat,
usethis
Remotes:
ropensci/rnaturalearthhires
LazyData: true
LazyDataCompression: bzip2
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Collate:
'nzsf.R'
'data.R'
'projection.R'
'theme-nzsf.R'
'get-fnz-standard-grid.R'
'plot-coast.R'
'plot-cra.R'
'plot-rivers.R'
'plot-depth.R'
'plot-statistical-areas.R'
'plot-ccamlr.R'
'plot-ccsbt.R'
'plot-marine-reserves.R'
'plot-qma.R'
'plot-raster.R'
'plot-brms.R'
'plot-clip.R'