Skip to content

Commit db755e2

Browse files
committed
Be consistent about bulleted list entry ending periods in NEWS.md
1 parent 36a6619 commit db755e2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

NEWS.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ development versions. A ".9999" suffix indicates a development version.
77
## Cleanup:
88

99
* 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)).
1111

1212
# epiprocess 0.5.0:
1313

@@ -20,13 +20,13 @@ development versions. A ".9999" suffix indicates a development version.
2020

2121
## Improvements:
2222

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"`.
2424

2525
## Cleanup:
2626

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"`.
3030

3131
# epiprocess 0.4.0:
3232

@@ -69,7 +69,7 @@ development versions. A ".9999" suffix indicates a development version.
6969
* `epix_<method>` will not mutate input `epi_archive`s, but may alias them
7070
or alias their fields (which should not be a worry if a user sticks to
7171
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`).
7373
* `x$<method>` may mutate `x`; if it mutates `x`, it will return `x`
7474
invisibly (where this makes sense), and, for each of its fields, may
7575
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.
110110
* New function `epix_fill_through_version`, method
111111
`<epi_archive>$fill_through_version`: non-mutating & mutating way to
112112
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.
114114
* Example archive data object is now constructed on demand from its
115115
underlying data, so it will be based on the user's version of
116116
`epi_archive` rather than an outdated R6 implementation from whenever the
@@ -216,7 +216,7 @@ Classes:
216216
* `epi_cor` calculates Pearson, Kendall, or Spearman correlations
217217
between two (optionally time-shifted) variables in an `epi_df` within
218218
user-specified groups.
219-
* Convenience function: `is_epi_df`
219+
* Convenience function: `is_epi_df`.
220220
* `epi_archive`: R6 class for version (patch) data for geotemporal
221221
epidemiological time series data sets. Comes with S3 methods and regular
222222
functions that wrap around this functionality for those unfamiliar with R6
@@ -225,23 +225,23 @@ Classes:
225225
containing snapshots and/or patch data for every available version of
226226
the data set.
227227
* `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.
229229
* `epix_slide`, `<epi_archive>$slide`: similar to `epi_slide`, but for
230230
`epi_archive`s; for each requested `ref_time_value` and group, applies
231231
a time window and user-specified computation to a snapshot of the data
232232
as of `ref_time_value`.
233233
* `epix_merge`, `<epi_archive>$merge`: like `merge` for `epi_archive`s,
234234
but allowing for the last version of each observation to be carried
235235
forward to fill in gaps in `x` or `y`.
236-
* Convenience function: `is_epi_archive`
236+
* Convenience function: `is_epi_archive`.
237237

238238
Additional functions:
239239
* `growth_rate`: estimates growth rate of a time series using one of a few
240240
built-in `method`s based on relative change, linear regression,
241241
smoothing splines, or trend filtering.
242242
* `detect_outlr`: applies one or more outlier detection methods to a given
243243
signal variable, and optionally aggregates the outputs to create a
244-
consensus result
244+
consensus result.
245245
* `detect_outlr_rm`: outlier detection function based on a
246246
rolling-median-based outlier detection function; one of the methods
247247
included in `detect_outlr`.

0 commit comments

Comments
 (0)