Type: Package Package: MazamaCoreUtils Version: 0.6.2 Title: Utility Functions for Production R Code Authors@R: c( person("Jonathan", "Callahan", email="jonathan.s.callahan@gmail.com", role=c("aut","cre")), person("Eli", "Grosman", email="eligrosman1@gmail.com", role=c("ctb")), person("Spencer", "Pease", email="spencerpease618@gmail.com", role=c("ctb")), person("Thomas", "Bergamaschi", email="tbergama@gmail.com", role=c("ctb")) ) Maintainer: Jonathan Callahan Description: A suite of utility functions providing functionality commonly needed for production level projects such as logging, error handling, cache management and date-time parsing. Functions for date-time parsing and formatting require that time zones be specified explicitly, avoiding a common source of error when working with environmental time series. License: GPL-3 URL: https://github.com/MazamaScience/MazamaCoreUtils BugReports: https://github.com/MazamaScience/MazamaCoreUtils/issues Depends: R (>= 4.0.0) Imports: devtools, dplyr, geohashTools, logger, lubridate, magrittr, purrr, rlang (>= 1.1.0), rvest, stringr, tibble, xml2 Suggests: knitr, markdown, testthat (>= 3.1.7), rmarkdown, roxygen2 Encoding: UTF-8 VignetteBuilder: knitr RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev git make libharfbuzz-dev libgit2-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://mazamascience.r-universe.dev Date/Publication: 2026-05-05 21:21:25 UTC RemoteUrl: https://github.com/mazamascience/mazamacoreutils RemoteRef: HEAD RemoteSha: 2eb3698523778d5406ce897eaae22e3f715cf44a NeedsCompilation: no Packaged: 2026-07-04 05:18:52 UTC; root Author: Jonathan Callahan [aut, cre], Eli Grosman [ctb], Spencer Pease [ctb], Thomas Bergamaschi [ctb]