-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.2 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: fmir
Title: Access open weather data from the Finnish Meteorological
Institute
Version: 0.1.1.9001
Authors@R:
person(given = "Mikko",
family = "Marttila",
role = c("aut", "cre"),
email = "[email protected]")
Description: This package provides helper functions for
easily accessing up to date, open weather data, made available by the
Finnish Meteorological Institute. Use simple R syntax to create
queries for the FMI API; download XML data from the API; and parse
into a tidy R data frame. See
https://en.ilmatieteenlaitos.fi/open-data for details.
License: MIT + file LICENSE
URL: https://github.com/mikmart/fmir
Depends:
R (>= 3.4.0)
Imports:
httr (>= 1.3.1),
xml2 (>= 1.2.0),
readr (>= 1.1.1),
purrr (>= 0.3.0),
tidyr (>= 0.8.0),
tibble (>= 1.4.2),
lubridate (>= 1.7.4),
vctrs (>= 0.0.0.9000)
Suggests:
tidyverse (>= 1.2.1),
testthat (>= 2.0.0),
ggplot2 (>= 3.0.0),
dplyr (>= 0.7.6),
covr (>= 3.1.0),
knitr,
rmarkdown
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1