Skip to content

Commit 1655150

Browse files
committed
Fix quickly-addressible comments on #222
1 parent aa6991d commit 1655150

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

NEWS.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
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)
26

37
## Cleanup:
48

@@ -128,7 +132,8 @@
128132

129133
* Removed dependency of some `epi_archive` tests on an example archive.
130134
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`.
132137
* Added tests for `epi_archive` methods and wrapper functions.
133138
* Removed some dead code.
134139
* Made `.{Rbuild,git}ignore` files more comprehensive.
@@ -148,10 +153,10 @@
148153
characters to yield `"custom"`, not US `"nation"`.
149154
* Fixed `time_type` guessing to actually detect `Date`-class `time_value`s
150155
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.
152157
* Fixed `as_of` to not cut off any (forecast-like) data with `time_value >
153158
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,
155160
usage of `other_keys`, and pre-processing objects not following the
156161
`geo_value`, `time_value` naming scheme.
157162
* Expanded `epi_slide` examples to show how to use an `f` argument with
@@ -213,7 +218,8 @@ Classes:
213218
* Convenience function: `is_epi_df`
214219
* `epi_archive`: R6 class for version (patch) data for geotemporal
215220
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:
217223
* `as_epi_archive`: prepares an `epi_archive` object from a data frame
218224
containing snapshots and/or patch data for every available version of
219225
the data set.

pkgdown/extra.scss

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
/* The news/changelog in pkgdown 2.0.6 is squashed relative to 1.6.1, and
22
secondary headings are too prominent when using ## (but we can't change to
33
### without impacting side navbar). Just trying a couple of bootswatches
4-
didn't seem to help, and nice template packages might be limited for use by
5-
particular own groups (e.g., tidytemplate).
4+
didn't seem to help, and nice template packages might be restricted for use
5+
by particular groups (e.g., tidytemplate has such a restriction).
66
*/
77

8-
/* Current approach: add some spacing with CSS, and change ## -> ### in the .md
9-
to get smaller fonts more easily.
8+
/* Current approach: add some spacing with CSS, and have h3 extend h4 so that
9+
##'s (which use h3) will render with a bit smaller fonts, while still being
10+
recognized/included by the page navigation / TOC feature.
1011
*/
1112

1213
/* General structure: div.template-news wraps everything of interest regarding

0 commit comments

Comments
 (0)