-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.01 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
Package: asam
Title: Read and work with Anti-shipping Activity Messages (ASAM) database files
Version: 0.2.0
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: Anti-shipping Activity Messages ('ASAM') include the locations and
descriptive accounts of specific hostile acts against ships and mariners.
The reports may be useful for recognition, prevention and avoidance of
potential hostile activity. Tools are provided to download the official 'ASAM'
database along with a geojson version of the official polygons defining the
'ASAM' global regions and subregions. Data is from <https://msi.nga.mil/Piracy>
URL: http://gitlab.com/hrbrmstr/asam
BugReports: https://gitlab.com/hrbrmstr/asam/issues
Depends: R (>= 3.2.0)
License: MIT + file LICENSE
Suggests:
testthat
Imports:
sf,
utils,
httr,
XML,
memoise
Encoding: UTF-8
RoxygenNote: 6.1.1