-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 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
Package: RFc
Type: Package
Title: Client for FetchClimate Web Service
Version: 0.1-2
Date: 2016-06-22
Description: Returns environmental data such as air temperature,
precipitation rate and wind speed from the FetchClimate Web service (<http://fetchclimate.org/>)
based on user specified arguments such as geographical regions or coordinates and time bounds.
Authors@R: c(person(given="Dmitry A.",
family="Grechka",
email="[email protected]",
role=c("aut","cre")),
person(given="Sergey B.",
family="Berezin",
role="ctb"),
person(given="Stephen J.",
family="Emmott",
role="ctb"),
person(given="Vassily",
family="Lyutsarev",
role="ctb"),
person(given="Matthew J.",
family="Smith",
role="ctb"),
person(given="Drew W.",
family="Purves",
role="ctb"))
License: MIT + file LICENSE
URL: https://github.com/dgrechka/RFc
BugReports: https://github.com/dgrechka/RFc/issues
Suggests: testthat
Depends:
jsonlite,
httr,
sp
RoxygenNote: 5.0.1