Skip to contents

Shiny App for spatiotemporal modeling developed with the Pandora & IsoMemo initiatives.

Access to online versions:

Release notes (Changelog):

  • see NEWS.md

Folder for online models

How to use this Package

Refer to the vignette for a description of the usage of the MapR package. You can find it in the documentation of this package.

Notes for developers

When adding information to the help sites, docstrings or the vignette of this package, please update documentation locally as follows. The documentation of the main branch is build automatically via github action.

devtools::document() # or CTRL + SHIFT + D in RStudio
devtools::build_site()