-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.04 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: mesonetgdh
Title: Calculate growing degree hours per day
Version: 0.0.0.9000
Authors@R:
c(person("J.", "Hathway", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-1574-0832")),
person("Mars", "Biziyabal", role = c("aut"), comment = "api functions, package structure"),
person("Ellie", "Anderson", role = c("aut"), comment = "temperature and gdh calulation functions"),
person("Dawn", "Galloway", role = c("ctb")))
Author: J. Hathaway [aut, cre],
Mars Biziyabal [aut],
Ellie Anderson [aut],
Dawn Galloway [ctb]
Description: pull station data and calculate daily gdh for nearby fields.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
elevatr,
dplyr,
geosphere,
lubridate,
jsonlite,
httr,
zoo,
DBI,
URL: https://byuidsconsulting.github.io/weatheR/
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr
Depends:
R (>= 2.10)