forked from rOpenGov/fmi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 810 Bytes
/
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
Package: fmi
Type: Package
Title: Finnish Meteorological Institute open data API R client
Version: 0.2.0
Date: 2017-01-29
Authors@R: c(
person("Joona" , "Lehtomaki", role = c("aut", "cre"), email = "joona.lehtomaki@gmail.com"),
person("Jussi", "Jousimo", role = c("aut", "cph")),
person("Ilari", "Scheinin", role = "ctb"),
person("Leo", "Lahti", role = "ctb"))
Maintainer: Joona Lehtomaki <joona.lehtomaki@gmail.com>
Description: R client for the Finnish Meteorological Institute (FMI) open data API.
License: BSD_2_clause + file LICENSE
Depends:
R (>= 3.0.1),
R6
Imports:
rwfs (>= 0.1.12),
dplyr,
magrittr,
sp,
tibble,
tidyr,
rgdal,
raster
Suggests:
rvest,
testthat,
XML,
xml2
URL: https://github.com/ropengov/fmi
LazyLoad: yes
RoxygenNote: 5.0.1