Version 2026.8.22
The package drops
magrittr. Every%>%is now the base pipe|>, andmagrittris gone fromDESCRIPTION.The rewrite is a relocation, not an edit. Each
%>%call was transformed the way R’s parser transforms|>, and the resulting tree was required to match the tree parsed from the rewritten file. A file whose trees disagreed was left untouched and converted by hand instead.The version runs one day ahead of the calendar on purpose. r-universe already published today’s number from a different commit, and one version must never name two trees.
Version 2026.8.21
- The vignette links to the reference index by its full URL. The relative form,
../reference/index.html, resolves on the pkgdown site and nowhere inside the tarball, soR CMD checkreported it as a possibly invalid URL.
Version 2026.8.20
-
.Rbuildignoreexcludes.github. The workflow directory shipped inside the tarball, andR CMD check --as-cranreported it as a hidden file for as long as the directory has existed. The shared CI workflow does not fail on a note, so the check stayed green and the note went unread. -
.Rbuildignorealso excludesdocs. It carried^doc$, which does not matchdocs, so 87 files of generated website shipped inside the tarball. - The version is bumped because the tarball changed.
2026.8.6was already published from an earlier tree, and one version number must not name two.
Version 2026.8.6
Licensing
- The copyright holder is now Folkehelseinstituttet. It read “Core Surveillance”, which names the package family rather than a legal entity.
-
DESCRIPTIONAuthors@Rnow declares that holder withrole = "cph". It declared no copyright holder at all, and neither did any other package in the fleet. Nothing inR CMD checkreports that. - The copyright year is now 2026. It read 2023.
-
CLAUDE.mdnow carries a Licensing section, so the year gets checked rather than silently ageing.
Documentation
- Added a get-started overview to the front of
vignettes/csmaps.Rmd, the vignette pkgdown promotes to “Get started”. The overview covers four things:- What the package is for.
- The
<area>_<content>_b<year>_<layout>_<type>rule for building a dataset name. - The three layouts, one line each.
- The two coverage limits.
sfobjects exist for thedefaultlayout only, and the 2024 municipality maps hold 356 municipalities.
- Rewrote the roxygen prose, the four vignettes and
README.mdto the house technical-prose standard (ASD-STE100, Simplified Technical English). Sentences over 25 words are now zero inR/, zero in the four vignettes, zero inREADME.mdand zero inindex.md. No claim changed. - Made two repeated terms consistent. Every dataset help page now opens with the same sentence, without the ornamental “conveniently”. Prose says “geolibrary”, the spelling the DESCRIPTION Title uses, in place of the mixed “geo-library”.
Version 2026.8.4
Documentation
- Corrected the split-layout description. The split layouts move the northern counties and municipalities down beside southern Norway. They do not reposition Svalbard or Jan Mayen, which the package does not contain.
- Corrected the insert-Oslo description. The inset is a magnified copy of Oslo placed in the blank area east of the mainland outline, not in the lower-left corner. On the municipality maps it is the municipality outline, not the city wards.
- Corrected
annotate_oslo_nor_map_bxxxx_split_dt(). Its box matches the county split maps only; the municipality split maps carry no magnified Oslo copy. - Documented the
position_geolabelsandposition_titlecolumn schemas, which differ from the map schema, and therepelflag on the county label datasets. - Documented that
nor_municip_map_b2024_*holds 356 municipalities. Haram (municip_nor1580) has no polygon, somunicip_nor1508still covers it. - Documented that the
sfdatasets carry no EPSG authority code, althoughsftreats their CRS as equal to EPSG:4326. - Added
@familygroupings and vignette cross-references to every help page. - Expanded
README.mdwith an installation snippet, a quick start and a which-map-do-I-want table.
