Skip to content

Rapporteket/ltmv

Repository files navigation

ltmv

Version R build status Codecov test coverage Lifecycle: maturing License: GPL v3 GitHub open issues Doc

Installation

You can install the released version of ltmv from GitHub with:

remotes::install_github("Rapporteket/ltmv@*release")

The latest development version can be installed with

remotes::install_github("Rapporteket/ltmv")

Usage

Start the shiny application from the R console:

run_app()

Issues

Please provide any comments (e.g. on proposed enhancements, shortcomings, errors) through the issue tracker.

Develop

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.

Ethics

Please note that the ltmv project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.