-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.22 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
Type: Package
Package: worldmet
Title: Import Surface Meteorological Data from NOAA Integrated Surface
Database (ISD)
Version: 0.9.9
Authors@R:
person("David", "Carslaw", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0991-950X"))
Maintainer: David Carslaw <[email protected]>
Description: Functions to import data from more than 30,000 surface
meteorological sites around the world managed by the National Oceanic
and Atmospheric Administration (NOAA) Integrated Surface Database
(ISD, see
<https://www.ncei.noaa.gov/products/land-based-station/integrated-surface-database>).
License: MIT + file LICENSE
URL: https://openair-project.github.io/worldmet/,
https://github.com/openair-project/worldmet
BugReports: https://github.com/openair-project/worldmet/issues
Depends:
R (>= 3.2.0)
Imports:
doParallel,
dplyr,
foreach,
leaflet,
magrittr,
openair,
parallel,
purrr (>= 1.0.0),
readr,
tibble,
tidyr
Suggests:
knitr,
rmarkdown
ByteCompile: true
Config/Needs/website: openair-project/openairpkgdown
Encoding: UTF-8
Language: en-GB
LazyData: true
LazyLoad: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2