cvasi-tktd / cvasi.ui

Graphical user interface for ecotox effect modelling using the cvasi package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cvasi.ui

Lifecycle: stable

cvasi.ui is a graphical user interface and software package for the language R. It provides an user-friendly interface for features of the cvasi package to calibrate, validate, and simulate TK/TD models in R. It is implemented using the Shiny library.

Installation

Install latest version from GitHub

install.packages("remotes", dependencies=TRUE)
remotes::install_github("cvasi-tktd/cvasi.ui", dependencies=TRUE)

Usage

After installing the cvasi.uipackage, start the GUI by:

library(cvasi.ui)
run_cvasi()

Documentation

The user interface provides an interactive tutorial. The tutorial can be started by clicking on the question mark in the top right corner of the application.

License

The package and its source code is free and open-source software available under the GPL-3.0 license.

Issues

If you find any issues or bugs within the package, please create a new issue on GitHub.

Contributing

Contributions to the project are welcome! Please have a look at the Contribution Guidelines before submitting a Pull Request.

Acknowledgements

Financial support for creation and release of this software project was provided by Bayer Crop Science. Thanks to all persons who contributed to testing the tool and for their valuable feedback (in no particular order):

Alexander Singer, Dietmar Warnecke, Gisela Wiedemann, Silke Laucht, Jens Schabacker, Petra Moosmayer, Thomas Martin and Daniel Stengel at Rifcon. As well as Jutta Hager, Thomas Preuss, David Heckmann, John Herrmann, and Dominic Englert at Bayer Crop Science.

About

Graphical user interface for ecotox effect modelling using the cvasi package

License:GNU General Public License v3.0


Languages

Language:R 98.2%Language:CSS 1.4%Language:JavaScript 0.4%