Package: butterfly
Title: Verification for Continually Updating Time Series Data
Version: 1.1.2
Authors@R: c(
    person("Thomas", "Zwagerman", , "thozwa@bas.ac.uk", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0003-3742-3234")),
    person("British Antarctic Survey", role = c("cph")),
    person("Quentin", "Read", role = "rev",
           comment = "Quentin reviewed the package (v. 1.1.0) for rOpenSci, see <https://github.com/ropensci/software-review/issues/676>"))
Description: Verification of continually updating time series data where we
    expect new values, but want to ensure previous data remains unchanged. Data
    previously recorded could change for a number of reasons, such as discovery
    of an error in model code, a change in methodology or instrument recalibration.
    Monitoring data sources for these changes is not always possible. Other unnoticed
    changes could include a jump in time or measurement frequency, due to instrument
    failure or software updates. Functionality is provided that can be
    used to check and flag changes to previous data to prevent changes going
    unnoticed, as well as unexpected jumps in time.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/butterfly/,
        https://github.com/ropensci/butterfly/
BugReports: https://github.com/ropensci/butterfly/issues
Depends: R (>= 4.1.0)
Imports: cli, dplyr, lifecycle, rlang, waldo
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-04-04 08:09:41 UTC; thozwa
Author: Thomas Zwagerman [aut, cre] (<https://orcid.org/0009-0003-3742-3234>),
  British Antarctic Survey [cph],
  Quentin Read [rev] (Quentin reviewed the package (v. 1.1.0) for
    rOpenSci, see
    <https://github.com/ropensci/software-review/issues/676>)
Maintainer: Thomas Zwagerman <thozwa@bas.ac.uk>
Repository: CRAN
Date/Publication: 2025-04-12 08:10:02 UTC
Built: R 4.5.2; ; 2025-11-08 04:06:18 UTC; windows
