-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
56 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,26 @@ | ||
Package: asam | ||
Title: Access, Download, Update, Process and Visualize Anti-shipping Activity | ||
Messages (ASAM) Database Files | ||
Messages ('ASAM') Database Files | ||
Version: 0.1.0 | ||
Authors@R: c(person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"))) | ||
Description: Anti-shipping Activity Messages (ASAM) include the locations and | ||
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. The 'asam' package provides a snapshot of the | ||
official ASAM database, utilities to update the local database and the | ||
official polygons defining the ASAM global regions and subregions. | ||
potential hostile activity. A snapshot of the official 'ASAM' database is | ||
included along with utilities to update the local database and the | ||
official polygons defining the 'ASAM' global regions and subregions. | ||
URL: http://gitlab.com/hrbrmstr/asam | ||
BugReports: https://gitlab.com/hrbrmstr/asam/issues | ||
Depends: R (>= 3.2.0) | ||
License: MIT + file LICENSE | ||
Suggests: testthat, sf | ||
Import: sf, rgdal | ||
RoxygenNote: 6.0.1 | ||
Suggests: | ||
testthat | ||
Import: | ||
sf, | ||
rgdal | ||
Encoding: UTF-8 | ||
RoxygenNote: 6.0.1.9000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# asam 0.1.0 | ||
# asam 0.1.1 | ||
* updated data files | ||
|
||
# asam 0.1.0 | ||
* supports simple feature collectioons as well as Spatial objects | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
#' Access, download, update and work with Anti-shipping Activity Messages (ASAM) | ||
#' database files | ||
#' | ||
#' 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. A snapshot of the official 'ASAM' database is | ||
#' included along with utilities to update the local database and the | ||
#' official polygons defining the 'ASAM' global regions and subregions. | ||
#' | ||
#' - URL: <http://gitlab.com/hrbrmstr/asam> | ||
#' - BugReports: <https://gitlab.com/hrbrmstr/asam/issues> | ||
#' | ||
#' @md | ||
#' @name asam | ||
#' @docType package | ||
#' @author Bob Rudis (@@hrbrmstr) | ||
#' @author Bob Rudis (bob@@rud.is) | ||
#' @import sf rgdal | ||
NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.