You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address #153, #124; make clobberable default quiet & msging clearer
For #153:
* Make `epix_slide` use the latest version by making its default an evenly
spaced sequence guessed from `DT$version`. (Using `guess_period` built on
`gcd_num`, `gcd2num`.)
* Make `epix_slide` generate error if any `ref_time_values` is outside
acceptable range; don't silently filter.
For #124:
* Make `epi_slide` generate error if any `ref_time_values` is outside
acceptable range; don't silently filter.
For clobberable messaging:
* Make default `clobberable_versions_start` be `NA`.
* (Hopefully) improve messaging and docs.
Update docs and NEWS.md. Fix invalidated tests.
Abort("`max_version` must be at most `self$versions_end`.")
466
468
}
467
469
if (!is.na(self$clobberable_versions_start) &&max_version>=self$clobberable_versions_start) {
468
-
Warn('Getting data as of some "clobberable" version that might be hotfixed, synced, or otherwise replaced later with different data using the same version tag. Thus, the snapshot that we produce here might not be reproducible later. See `?epi_archive` for more info and `?epix_as_of` on how to muffle.',
470
+
Warn('Getting data as of some recent version which could still be overwritten (under routine circumstances) without assigning a new version number (a.k.a. "clobbered"). Thus, the snapshot that we produce here should not be expected to be reproducible later. See `?epi_archive` for more info and `?epix_as_of` on how to muffle.',
0 commit comments