-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
122 lines (122 loc) · 3.36 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
122
Package: remora
Title: Rapid Extraction of Marine Observations for Roving Animals
Version: 0.8-05
Date: 2024-01-07
Authors@R:
c(person(given = "Fabrice",
family = "Jaine",
role = c("aut", "ctb"),
email = "fabrice.jaine@utas.edu.au",
comment = c(ORCID = "0000-0002-9304-5034")),
person(given = "Ian",
family = "Jonsen",
role = c("aut", "ctb", "cre"),
email = "jonsen@stochastic-qc.org",
comment = c(ORCID = "0000-0001-5423-6076")),
person(given = "Vinay",
family = "Udyawer",
role = c("aut", "ctb"),
email = "v.udyawer@aims.gov.au",
comment = c(ORCID = "0000-0001-5812-0740")),
person(given = "Ross",
family = "Dwyer",
role = c("aut", "ctb"),
email = "rdwyer2@usc.edu.au",
comment = c(ORCID = "0000-0003-1136-5489")),
person(given = "Kylie",
family = "Scales",
role = c("aut", "ctb"),
email = "kscales@usc.edu.au",
comment = c(ORCID = "0000-0003-0843-0956")),
person(given = "Francisca",
family = "Maron",
role = c("aut", "ctb"),
email = "francisca.maron@sims.org.au",
comment = c(ORCID = "0000-0001-7633-7003")),
person(given = "Xavier",
family = "Hoenner",
role = c("aut", "ctb"),
email = "Xavier.Hoenner@csiro.au",
comment = c(ORCID = "0000-0001-5811-1166")),
person(given = "Charlie",
family = "Huveneers",
role = c("aut", "ctb"),
email = "charlie.huveneers@flinders.edu.au",
comment = c(ORCID = "0000-0001-8937-1358")),
person(given = "Yuri",
family = "Niella",
role = c("aut", "ctb"),
email = "yuri.niella@sims.org.au",
comment = c(ORCID = "0000-0003-1878-6091")))
Maintainer: Ian Jonsen <ian.jonsen@mq.edu.au>
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:
data.table,
dplyr,
fasttime,
furrr,
future,
gdistance,
kableExtra,
knitr,
leaflet,
lubridate,
magrittr,
ncdf4,
ncmeta,
parallel,
doParallel,
foreach,
plotly,
purrr,
RColorBrewer,
R.utils,
RNetCDF,
readr,
sf (>= 1.0-14),
shiny,
stringr,
tibble,
tidyr,
tidync,
viridis,
xml2,
htmlwidgets,
terra (>= 1.7-30),
geodist (>= 0.0.8)
Suggests:
colormap,
crosstalk,
DT,
geojsonio,
geosphere,
ggdist,
gghalves,
ggraph,
igraph,
scales,
shinycssloaders,
shinythemes,
shinyWidgets,
testthat (>= 3.0.0),
tcltk,
tidyverse,
tools,
rnaturalearth,
rmarkdown,
hrbrthemes,
classInt,
sp (>= 2.0-0)
Depends: R (>= 3.6.0)
SystemRequirements: GDAL (>= 3.6.2), GEOS (>= 3.11.0), PROJ (>= 9.2.0)
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true