@@ -7,7 +7,7 @@ development versions. A ".9999" suffix indicates a development version.
7
7
## Cleanup:
8
8
9
9
* Added a ` NEWS.md ` file to track changes to the package.
10
- * Fixed various small documentation issues ([ #217 ] ( https://github.com/cmu-delphi/epiprocess/issues/217 ) )
10
+ * Fixed various small documentation issues ([ #217 ] ( https://github.com/cmu-delphi/epiprocess/issues/217 ) ).
11
11
12
12
# epiprocess 0.5.0:
13
13
@@ -20,13 +20,13 @@ development versions. A ".9999" suffix indicates a development version.
20
20
21
21
## Improvements:
22
22
23
- * Fixed ` epix_merge ` , ` <epi_archive>$merge ` always raising error on ` sync="truncate" `
23
+ * Fixed ` epix_merge ` , ` <epi_archive>$merge ` always raising error on ` sync="truncate" ` .
24
24
25
25
## Cleanup:
26
26
27
- * Added ` Remotes: ` entry for ` genlasso ` , which was removed from CRAN
28
- * Added ` as_epi_archive ` tests
29
- * Added missing ` epix_merge ` test for ` sync="truncate" `
27
+ * Added ` Remotes: ` entry for ` genlasso ` , which was removed from CRAN.
28
+ * Added ` as_epi_archive ` tests.
29
+ * Added missing ` epix_merge ` test for ` sync="truncate" ` .
30
30
31
31
# epiprocess 0.4.0:
32
32
@@ -69,7 +69,7 @@ development versions. A ".9999" suffix indicates a development version.
69
69
* ` epix_<method> ` will not mutate input ` epi_archive ` s, but may alias them
70
70
or alias their fields (which should not be a worry if a user sticks to
71
71
these ` epix_* ` functions and "regular" R functions with
72
- copy-on-write-like behavior, avoiding mutating functions ` [.data.table ` )
72
+ copy-on-write-like behavior, avoiding mutating functions ` [.data.table ` ).
73
73
* ` x$<method> ` may mutate ` x ` ; if it mutates ` x ` , it will return ` x `
74
74
invisibly (where this makes sense), and, for each of its fields, may
75
75
either mutate the object to which it refers or reseat the reference (but
@@ -110,7 +110,7 @@ development versions. A ".9999" suffix indicates a development version.
110
110
* New function ` epix_fill_through_version ` , method
111
111
` <epi_archive>$fill_through_version ` : non-mutating & mutating way to
112
112
ensure that an archive contains versions at least through some
113
- ` fill_versions_end ` , extrapolating according to ` how ` if necessary
113
+ ` fill_versions_end ` , extrapolating according to ` how ` if necessary.
114
114
* Example archive data object is now constructed on demand from its
115
115
underlying data, so it will be based on the user's version of
116
116
` epi_archive ` rather than an outdated R6 implementation from whenever the
@@ -216,7 +216,7 @@ Classes:
216
216
* ` epi_cor ` calculates Pearson, Kendall, or Spearman correlations
217
217
between two (optionally time-shifted) variables in an ` epi_df ` within
218
218
user-specified groups.
219
- * Convenience function: ` is_epi_df `
219
+ * Convenience function: ` is_epi_df ` .
220
220
* ` epi_archive ` : R6 class for version (patch) data for geotemporal
221
221
epidemiological time series data sets. Comes with S3 methods and regular
222
222
functions that wrap around this functionality for those unfamiliar with R6
@@ -225,23 +225,23 @@ Classes:
225
225
containing snapshots and/or patch data for every available version of
226
226
the data set.
227
227
* ` as_of ` : extracts a snapshot of the data set as of some requested
228
- version, in ` epi_df ` format
228
+ version, in ` epi_df ` format.
229
229
* ` epix_slide ` , ` <epi_archive>$slide ` : similar to ` epi_slide ` , but for
230
230
` epi_archive ` s; for each requested ` ref_time_value ` and group, applies
231
231
a time window and user-specified computation to a snapshot of the data
232
232
as of ` ref_time_value ` .
233
233
* ` epix_merge ` , ` <epi_archive>$merge ` : like ` merge ` for ` epi_archive ` s,
234
234
but allowing for the last version of each observation to be carried
235
235
forward to fill in gaps in ` x ` or ` y ` .
236
- * Convenience function: ` is_epi_archive `
236
+ * Convenience function: ` is_epi_archive ` .
237
237
238
238
Additional functions:
239
239
* ` growth_rate ` : estimates growth rate of a time series using one of a few
240
240
built-in ` method ` s based on relative change, linear regression,
241
241
smoothing splines, or trend filtering.
242
242
* ` detect_outlr ` : applies one or more outlier detection methods to a given
243
243
signal variable, and optionally aggregates the outputs to create a
244
- consensus result
244
+ consensus result.
245
245
* ` detect_outlr_rm ` : outlier detection function based on a
246
246
rolling-median-based outlier detection function; one of the methods
247
247
included in ` detect_outlr ` .
0 commit comments