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 ")) 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://ropensci.r-universe.dev Date/Publication: 2026-04-10 10:41:55 UTC RemoteUrl: https://github.com/ropensci/butterfly RemoteRef: main RemoteSha: 11b30d8457006672b3ba3aa8bbf0ed7627517e54 NeedsCompilation: no Packaged: 2026-07-01 08:18:08 UTC; root Author: Thomas Zwagerman [aut, cre] (ORCID: ), British Antarctic Survey [cph], Quentin Read [rev] (Quentin reviewed the package (v. 1.1.0) for rOpenSci, see ) Maintainer: Thomas Zwagerman