forked from IMOS-AnimalTracking/remora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
121 lines (121 loc) · 3.14 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Package: remora
Title: Rapid Extraction of Marine Observations for Roving Animals
Version: 0.7.3
Date: 2023-05-15
Authors@R:
c(person(given = "Fabrice",
family = "Jaine",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9304-5034")),
person(given = "Ian",
family = "Jonsen",
role = c("aut", "ctb", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5423-6076")),
person(given = "Vinay",
family = "Udyawer",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5812-0740")),
person(given = "Ross",
family = "Dwyer",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1136-5489")),
person(given = "Kylie",
family = "Scales",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0843-0956")),
person(given = "Francisca",
family = "Maron",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7633-7003")),
person(given = "Xavier",
family = "Hoenner",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5811-1166")),
person(given = "Charlie",
family = "Huveneers",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8937-1358")))
Maintainer: Ian Jonsen <[email protected]>
Description: R Package to access and integrate animal tracking data from the IMOS Animal Tracking Facility database and web-app, and environmental data from the AODN database.
URL: https://github.com/IMOS-AnimalTracking/remora/,
https://imos-animaltracking.github.io/remora
BugReports: https://github.com/IMOS-AnimalTracking/remora/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
colormap,
crosstalk,
data.table,
dplyr,
DT,
fasttime,
fs,
furrr,
future,
gdistance,
geojsonio,
geosphere,
ggdist,
gghalves,
ggraph,
ggplot2,
gmt,
igraph,
kableExtra,
knitr,
leaflet,
lubridate,
magrittr,
maps,
mapview,
ncdf4,
parallel,
plotly,
plyr,
progressr,
purrr,
RColorBrewer,
R.utils,
raster (>= 3.0-2),
readr,
rgdal,
rgeos,
scales,
sf,
shiny,
shinycssloaders,
shinythemes,
shinyWidgets,
sp,
stringr,
tibble,
tidyr,
tools,
viridis,
xml2,
zip,
htmlwidgets
Suggests:
testthat (>= 3.0.0),
rnaturalearth,
tcltk,
rmarkdown,
hrbrthemes,
classInt,
tidyverse
Depends: R (>= 3.6.0)
SystemRequirements: GDAL (>= 2.4.2), GEOS (>= 3.7.0), PROJ (>= 5.2.0)
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Config/testthat/parallel: true