-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
38 lines (38 loc) · 863 Bytes
/
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
Package: vikingr
Title: Decode AIS Messages
Version: 0.0.0.9000
Authors@R: c(
person("Ben", "Pontiller", role = c("aut")),
person("Andreas", "Schneider", role = c("aut")),
person(given = "Markus",
family = "Skyttner",
role = c("aut", "cre"),
email = "markus@example.com"))
Description: Decode AIS messages using R and work with example data
from modern-day viking ship traffic around Visby Harbor in Gotland from summer 2019.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
SystemRequirements: python
Depends: R (>= 2.10)
Imports:
dplyr,
purrr,
reticulate,
jsonlite,
here,
lubridate,
readr,
stringr,
tibble
RoxygenNote: 6.1.1
Suggests:
knitr,
rmarkdown,
magick,
leaflet,
flexdashboard,
DT,
rsvg,
microbenchmark
VignetteBuilder: knitr