-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.19 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
Package: tempestwx
Type: Package
Title: Tools To Query WeatherFlow Tempest Weather Station Data
Version: 0.1.0
Date: 2022-01-15
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 WeatherFlow (<https://weatherflow.com>) Tempest Weather System combines
state-of-the-art sensors and a sleek, wireless design with WeatherFlow’s proprietary
modeling capabilities to seamlessly present validated weather data and improved
forecasts. The Tempest API & Developer Platform empowers a growing community of
developers to build useful applications and integrations by providing access to
enhanced data and forecasts from the Tempest System. Tools are provided to query
Tempest Weather station data.
URL: https://github.com/hrbrmstr/tempestwx
BugReports: https://github.com/hrbrmstr/tempestwx/issues
RequiresCompilation: yes
SystemRequirements: C++11
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
tinytest
Depends:
R (>= 3.6.0)
Imports:
Rcpp,
httr,
jsonlite
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
LinkingTo:
Rcpp