-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 712 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
32 lines (32 loc) · 712 Bytes
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
Package: coagmetr
Title: API Wrapper for CoAgMet Weather
Version: 0.0.0.9000
Authors@R:
person(given = "Giovanni",
family = "Colitti",
role = c("cre", "aut"),
email = "g.a.colitti@gmail.com")
Description: Simple wrapper around Colorado's Mesonet (CoAgMet)
API used for accessing weather data.
License: MIT + file LICENSE
URL: https://github.com/gacolitti/coagmetr
BugReports: https://github.com/gacolitti/coagmetr/issues
Imports:
attempt,
readr,
curl,
httr,
jsonlite,
purrr,
rvest,
xml2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Suggests:
testthat (>= 2.1.0),
covr,
spelling
Language: en-US
Depends:
R (>= 3.2)