Binary release artifacts for the kwb.raindrop R package.
This repository exists solely as a release container — it is not an R package and contains no source code. Each GitHub Release here ships one binary asset, downloaded on demand by the kwb.raindrop package.
| Release tag pattern | Asset(s) | Loaded via |
|---|---|---|
engine-<YYYY-MM-DD> |
Regenwasserbewirtschaftung.exe (Windows) |
kwb.raindrop::download_engine("<YYYY-MM-DD>") |
Hosting the binary releases in a dedicated repository keeps the main kwb.raindrop repository free of unrelated tags (engine-*, data-*) and avoids polluting its release history with binary-only artifacts.
- Create a new release: https://github.com/KWB-R/kwb.raindrop.binaries/releases/new
- Tag:
engine-<YYYY-MM-DD>(e.g.engine-2026-02-24). - Upload the executable as
Regenwasserbewirtschaftung.exe— without the date in the filename; the date lives in the tag. - Mark as pre-release if desired, then publish.
- Update the pinned default in
R/download_engine.R(default_engine_version()) on the main package and open a PR.
The Tandler "Regenwasserbewirtschaftung" calculation engine is © Tandler.com GmbH and is redistributed here with permission. See the engine vendor's terms for usage conditions.