- migrate repository from github.com to opencode.de
- fully reproduce contents of
docs/ - install source packages using
pak:pak() - remove dependencies to deprecated
devtools::-functions - updated slurm computations
- remove dependency to the deprecated R-package
leaflet.esri - capture errors caused by missing gauging data during daily flood extent computation
- deploy shinyapps automatically using
make shiny - general updates
- require R >= 4.1.0
- capture download timeout errors
- add a reference to the 2023 flood3 products published on pangaea.de
- bug fixing in
getDEM()
- replace scripted html-postprocessing with packaged (
bfgdown::cleanAll) - deactivate time-consuming
classifyToPNV()example - improve website accessibility
- move file downloads from
utils::download.filetohttr2 - add
waterDepth()-function - fix broken urls
- adapt BfG's new corporate design
- link the changelog in the pkgdown navbar
- set download.file mode = "wb" on windows
- check package on r-hub.io
- reduce spatial extent of the example of
classifyToPNV, thereby computational efforts, to reduce check duration - use the stable user interface of class
SpatExtentin terra (Issue #16) - add reference to the flood3 data computed for 2022 and published on pangaea.de
- change to documentation to avoid a problem on CRAN (Issue #13)
- final citation of the associated manuscript article
- Get rid of the last 'sp' remains
- Fix bug in
getDEM() - Capture
timeoutwarning and recommend increasedoptions("timeout") - Improve cleanliness of
download.fileerrors
- Added a
NEWS.mdfile to track changes to the package. - Changes due to package availability on CRAN.
- Improve Figure 1 of the accompanying manuscript.
- Adapt the authors formating in
inst/CITATIONto present requirements. - Remove
tidyversefromSuggests