-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
59 lines (59 loc) · 1.33 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
Package: GeoPressureR
Title: Global Positioning by Atmospheric Pressure
Version: 3.3.1
Authors@R: c(
person("Raphaël", "Nussbaumer", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8185-1020")),
person("Mathieu", "Gravey", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0871-1507"))
)
Description: R package to determine the position and trajectory of a bird based on light-weight data-logger measuring at lease atmospheric pressure.
License: GPL (>= 3)
URL: https://github.com/Rafnuss/GeoPressureR,
https://raphaelnussbaumer.com/GeoPressureR/
BugReports: https://github.com/Rafnuss/GeoPressureR/issues
Depends:
R (>= 4.1.0)
Imports:
cli,
config,
ecmwfr (>= 2.0.0),
EBImage,
future,
geosphere,
ggplot2,
glue,
httr2 (>= 1.0.0),
jsonlite,
leaflet (>= 2.2.0),
lifecycle,
Matrix,
methods,
ncdf4,
plotly,
pracma,
RColorBrewer,
stats,
suntools,
terra,
utils
Suggests:
assertthat,
BiocManager,
covr,
knitr,
leaflet.extras,
leaflet.providers,
maps,
readxl,
shiny,
shinyjs,
shinyWidgets,
testthat (>= 3.0.0),
withr
biocViews:
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-GB