The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
cache_dir now defaults to NULL,
which resolves to a session temporary directory unless you pass a path,
set OPCC.cache_dir or OPCC_CACHE_DIR, or
accept the one-time prompt offered in an interactive session. A
non-interactive session is never prompted, and writes nothing outside
tempdir() unless permission was granted earlier or one of
those settings is present. See ?clear_opcc_cache for the
resolution order.DESCRIPTION now cites the Statistics Canada and
GeoNames sources the correspondences are derived from.output_dir to build_centroids(),
build_db_assignment() and build_m2(). The
documented calls previously omitted it and errored.clear_opcc_cache() now also removes the Shiny app’s
reusable map artifact from the shiny-app subdirectory,
which the prompt and README already said it would.OPCC.shiny_da_cache_dir or
OPCC_SHINY_DA_CACHE_DIR at a directory, or answer the
one-time prompt shown in an interactive session. The answer is
remembered, and with no setting and no recorded answer the app keeps
everything in a session-only temporary directory.A1A 1A1 format before the join runs. Malformed entries are
listed back by name and skipped, and the join continues with the valid
ones instead of silently reporting them as invalid afterwards.dplyr was used unguarded throughout the source-layer
validation path, and rlang was missing from the build
dependency check, so a missing package surfaced as an obscure namespace
error instead of a list of packages to install.run_app() no longer uses rlang to report
which Shiny packages are missing, since rlang is itself
only suggested. It also enforces the bslib >= 0.6.0
floor that DESCRIPTION now declares.sli_make_synthetic_qa() restores the caller’s
random-number stream rather than leaving it reseeded.export_postal_points(), which writes the
postal-code point shapefile for a join. The reproducer script the Shiny
app generates now calls it instead of reaching into unexported
internals, so the script a user is handed runs entirely on public
API.opcc_postal_points.zip download to the Shiny
app that exports the user’s postal codes as a zipped ESRI point
shapefile.run_app()) that joins an uploaded
CSV or typed semicolon-separated postal codes to the postal-code-to-DA
correspondence, draws the matched dissemination areas on a map, and
downloads the joined CSV, the map as HTML, and a reproducer script;
added download_da_boundaries() for the cached 2021 StatCan
DA boundary files.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.