-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
37 lines (37 loc) · 1.19 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
Type: Package
Package: CCAMLRGIS
Title: Antarctic Spatial Data Manipulation
Version: 4.2.0
Date: 2024-10-15
Authors@R:
c(person("Stephane","Thanassekos",role = c("aut", "cre"), email = "[email protected]"),
person("Keith", "Reid", role = "aut"),
person("Lucy", "Robinson", role = "aut"),
person("Michael D.","Sumner", role = "ctb"),
person("Roger","Bivand", role = "ctb"))
Description: Loads and creates spatial data, including layers and tools that are relevant
to the activities of the Commission for the Conservation of Antarctic Marine Living
Resources. Provides two categories of functions: load functions and create functions.
Load functions are used to import existing spatial layers from the online CCAMLR GIS
such as the ASD boundaries. Create functions are used to create layers from user data
such as polygons and grids.
Depends: R (>= 4.0), sf
License: GPL-3
URL: https://github.com/ccamlr/CCAMLRGIS#ccamlrgis-r-package
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
terra,
graphics,
grDevices,
magrittr,
isoband,
bezier,
lwgeom
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr