-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.11 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
Package: hoboR
Title: An R package to summarize and manipulate weather station data
Version: 1.0.7
Authors@R:
c(person("Ricardo I", "Alcala Briseno", , "[email protected]", role = c("aut", "cre")),
person("Adam", "Carson", role = "ctb"),
person("Yung-Hsiang", "Lan", role = "ctb"),
person("Ebba", "Peterson", role = "ctb"),
person("Niklaus J", "Grunwald", role = "ctb"),
person("Jared M", "LeBoldus", role = "ctb"))
Author: Ricardo I Alcala Briseno [aut, cre], Adam Carson [ctb], Yung-Hsiang Lan [ctb], Ebba Peterson [ctb], Niklaus J Grunwald [ctb], Jared M LeBoldus [ctb]
Maintainer: Ricardo I Alcala Briseno <[email protected]>
Description: Provides function to load, clean and summarize HOBO weather station data.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends: R (>= 4.3.0)
Imports:
dplyr,
lubridate,
reshape,
reshape2,
ggplot2,
tidyr,
purrr,
scales
Suggests: testthat
URL: https://www.r-project.org, https://leboldus-lab.github.io/hoboR/
BugReports: https://github.com/LeBoldus-Lab/hoboR/issues