Package: hoboR
Title: Weather Station Data Summarization and Manipulation for HOBO
        Data Loggers
Version: 1.1.0
Authors@R: c(
    person(given = c("Ricardo", "I."), family = "Alcala Briseno",
           email = "ria5282@psu.edu", role = c("aut", "cre")),
    person(given = "Adam", family = "Carson", role = "ctb"),
    person(given = "Yung-Hsiang", family = "Lan", role = "ctb"),
    person(given = "Ebba", family = "Peterson", role = "ctb"),
    person(given = c("Niklaus", "J."), family = "Grunwald", role = "ctb"),
    person(given = c("Jared", "M."), family = "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 <ria5282@psu.edu>
Description: Processing of CSV files generated by HOBO weather stations and 
  data loggers. The package automatically imports multiple HOBO data records, 
  removes duplicate records, identifies impossible values, subsets user-defined 
  time ranges, and summarizes environmental data.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 4.3.0)
Imports: dplyr, lubridate, reshape, reshape2, ggplot2, tidyr, scales
Suggests: testthat (>= 3.0.0)
URL: https://www.r-project.org, https://leboldus-lab.github.io/hoboR/
BugReports: https://github.com/LeBoldus-Lab/hoboR/issues
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-05-31 04:57:29 UTC; ricar
Repository: CRAN
Date/Publication: 2026-06-04 11:40:03 UTC
Built: R 4.5.2; ; 2026-06-04 13:47:44 UTC; unix
