-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 894 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
Package: unsound
Type: Package
Title: Retrieve Current and Historical Upper Air Soundings Data from the University of Wyoming
Version: 0.1.0
Date: 2018-09-29
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: The University of Wyoming maintains a server (<http://weather.uwyo.edu/upperair/sounding.html>)
that provides an interface to query current and historical upper air soundings
data. Tools are provided to query this service and retrieve the data.
URL: https://gitlab.com/hrbrmstr/unsound
BugReports: https://gitlab.com/hrbrmstr/unsound/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
httr,
rvest,
xml2,
memoise,
magick
RoxygenNote: 6.0.1.9000