-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
69 lines (69 loc) · 1.84 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
Package: fmi2
Title: Finnish Meteorological Institute open data API R client
Version: 0.2.0
Date: 2020-11-29
Authors@R: c(
person("Joona", "Lehtomaki", , "jlehtoma@pm.me", role = c("aut", "cre")),
person("Leo", "Lahti", role = "aut",
comment = c(ORCID = "0000-0001-5537-637X")),
person("Ilari", "Scheinin", role = "ctb")
)
Description: R client for the Finnish Meteorological Institute (FMI) open
data API. This package supersedes the obsolete fmi package. Client can
be used to fetch geospatial over FMI's WFS
<https://en.ilmatieteenlaitos.fi/open-data-manual-accessing-data> and
converted into geospatial objects in R.
License: MIT + file LICENSE
URL: https://ropengov.github.io/fmi2/, https://github.com/rOpenGov/fmi2
BugReports: https://github.com/rOpenGov/fmi2/issues
Depends:
R (>= 3.3)
Imports:
checkmate (>= 1.9.4),
dplyr (>= 0.7.6),
glue (>= 1.3.1),
httpcache (>= 1.1.0),
httr (>= 1.4.1),
lubridate (>= 1.7.4),
magrittr (>= 1.5),
methods,
purrr (>= 0.3.2),
rlang (>= 0.1.2),
rvest (>= 0.3.2),
sf (>= 0.6.3),
tibble (>= 1.4.2),
xml2 (>= 1.2.0)
Suggests:
covr (>= 3.1.0),
DT (>= 0.8),
ggplot2 (>= 3.2.1),
httptest (>= 3.2.2),
knitr (>= 1.20),
leaflet (>= 2.0.2),
prettydoc (>= 0.3.0),
rmarkdown (>= 1.10),
roxygen2 (>= 6.1.1),
skimr (>= 1.0.7),
testthat (>= 2.0.0),
tidyr (>= 0.8.3)
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
X-schema.org-isPartOf: http://ropengov.org/
X-schema.org-keywords: ropengov
Collate:
'fmi2-global.R'
'aaa.R'
'describe_variables.R'
'fmi_api.R'
'fmi_stations.R'
'list_parameters.R'
'list_queries.R'
'obs_weather_daily.R'
'obs_weather_hourly.R'
'to_sf.R'
'utils-pipe.R'
'valid_fmisid.R'