You can install the released version of norspis from GitHub with:
remotes::install_github("Rapporteket/norspis@*release")
The latest development version can be installed with
remotes::install_github("Rapporteket/norspis")
Start the shiny application from the R console:
norspisApp()
Please provide any comments (e.g. on proposed enhancements, shortcomings, errors) through the issue tracker.
Contributors submit their code by branching from the main branch and issuing a pull request. After acceptance by peer review the pull request may be merged to the main branch. Changes that are accepted in TEST and/or QA environments may be tagged as a new release of the package.
A development environment is provided as a docker-compose.yml file found in the root of this repository. The container can be run from a system command prompt, e.g.
docker-compose up
and the development environment will then be served by localhost through a web browser. By default, RStudio will accessible at localhost:8787, the database server at localhost:8888 and Shiny-Server at localhost:3838.
Please note that the norspis project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.