|
1 |
| -# epiprocess 0.5.0.9999 (dev version) |
| 1 | +Note that `epiprocess` uses the [Semantic Versioning |
| 2 | +("semver")](https://semver.org/) scheme for all release versions, but not for |
| 3 | +development versions. A ".9999" suffix indicates a development version. |
| 4 | + |
| 5 | +# epiprocess 0.5.0.9999 (development version) |
2 | 6 |
|
3 | 7 | ## Cleanup:
|
4 | 8 |
|
|
128 | 132 |
|
129 | 133 | * Removed dependency of some `epi_archive` tests on an example archive.
|
130 | 134 | object, and made them more understandable by reading without running.
|
131 |
| -* Fixed `epi_df` tests relying on S3 implementation external to `epiprocess`. |
| 135 | +* Fixed `epi_df` tests relying on an S3 method for `epi_df` implemented |
| 136 | + externally to `epiprocess`. |
132 | 137 | * Added tests for `epi_archive` methods and wrapper functions.
|
133 | 138 | * Removed some dead code.
|
134 | 139 | * Made `.{Rbuild,git}ignore` files more comprehensive.
|
|
148 | 153 | characters to yield `"custom"`, not US `"nation"`.
|
149 | 154 | * Fixed `time_type` guessing to actually detect `Date`-class `time_value`s
|
150 | 155 | regularly spaced 7 days apart as `"week"`-type as intended.
|
151 |
| -* Improved printing of `epi_df`s, `epi_archives`s |
| 156 | +* Improved printing of `epi_df`s, `epi_archives`s. |
152 | 157 | * Fixed `as_of` to not cut off any (forecast-like) data with `time_value >
|
153 | 158 | max_version`.
|
154 |
| -* Expanded `epi_df` docs include conversion from `tsibble`/`tbl_ts` objects, |
| 159 | +* Expanded `epi_df` docs to include conversion from `tsibble`/`tbl_ts` objects, |
155 | 160 | usage of `other_keys`, and pre-processing objects not following the
|
156 | 161 | `geo_value`, `time_value` naming scheme.
|
157 | 162 | * Expanded `epi_slide` examples to show how to use an `f` argument with
|
@@ -213,7 +218,8 @@ Classes:
|
213 | 218 | * Convenience function: `is_epi_df`
|
214 | 219 | * `epi_archive`: R6 class for version (patch) data for geotemporal
|
215 | 220 | epidemiological time series data sets. Comes with S3 methods and regular
|
216 |
| - functions wrappers for those unfamiliar with R6 methods. Associated functions: |
| 221 | + functions that wrap around this functionality for those unfamiliar with R6 |
| 222 | + methods. Associated functions: |
217 | 223 | * `as_epi_archive`: prepares an `epi_archive` object from a data frame
|
218 | 224 | containing snapshots and/or patch data for every available version of
|
219 | 225 | the data set.
|
|
0 commit comments