-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
72 lines (72 loc) · 2.49 KB
/
DESCRIPTION
File metadata and controls
72 lines (72 loc) · 2.49 KB
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
Package: getRad
Title: Download Radar Data for Biological Research
Version: 0.2.4.9000
Authors@R: c(
person("Bart", "Kranstauber", , "b.kranstauber@uva.nl", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8303-780X", affiliation = "University of Amsterdam")),
person("Pieter", "Huybrechts", , "pieter.huybrechts@inbo.be", role = "aut",
comment = c(ORCID = "0000-0002-6658-6062", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Peter", "Desmet", , "peter.desmet@inbo.be", role = "aut",
comment = c(ORCID = "0000-0002-8442-8025", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Cecilia", "Nilsson", , "cecilia.nilsson@biol.lu.se", role = "ctb",
comment = c(ORCID = "0000-0001-8957-4411", affiliation = "Lund University")),
person("Alexander", "Tedeschi", , "at744@cornell.edu", role = "ctb",
comment = c(ORCID = "0000-0003-0772-6931", affiliation = "Cornell Lab of Ornithology")),
person("Hidde", "Leijnse", role = "ctb",
comment = c(ORCID = "0000-0001-7835-4480", affiliation = "Royal Netherlands Meteorological Institute")),
person("Bart", "Hoekstra", role = "ctb",
comment = c(ORCID = "0000-0002-7085-3805", affiliation = "University of Amsterdam")),
person("University of Amsterdam", role = "cph",
comment = c(ROR = "04dkp9463")),
person("Biodiversa+", role = "fnd",
comment = "https://hirad.science/")
)
Description: Load polar volume and vertical profile data for
aeroecological research directly into R. With 'getRad' you can access
data from several sources in Europe and the US and standardize it to
facilitate further exploration in tools such as 'bioRad'.
License: MIT + file LICENSE
URL: https://github.com/aloftdata/getRad,
https://aloftdata.github.io/getRad/
BugReports: https://github.com/aloftdata/getRad/issues
Depends:
R (>= 4.1.0)
Imports:
bioRad,
cachem,
cli,
dplyr (>= 1.1.0),
glue,
httr2 (>= 1.1.1),
lubridate,
purrr (>= 1.0.0),
rlang,
tibble,
tools,
utils,
vroom,
withr,
xml2
Suggests:
askpass,
htmltools,
keyring,
knitr,
leaflet,
rhdf5,
rnaturalearth,
rnaturalearthdata,
sf,
testthat (>= 3.0.0),
tidyr,
vol2birdR
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/Needs/website:
rmarkdown,
leafpop,
htmltools