Title: | A Graphical User Interface for the MuToss Project |
---|---|
Description: | Provides a graphical user interface for the MuToss Project. |
Authors: | MuToss Coding Team (Berlin 2010), Gilles Blanchard, Thorsten Dickhaus, Niklas Hack, Frank Konietschke, Kornelius Rohmeyer, Jonathan Rosenblatt, Marsel Scheer, Wiebke Werft |
Maintainer: | Kornelius Rohmeyer <[email protected]> |
License: | GPL |
Version: | 0.1-12 |
Built: | 2024-11-20 06:54:58 UTC |
Source: | CRAN |
Starts the graphical user interface for the MuToss system.
mutossGUI(debugOutput=FALSE)
mutossGUI(debugOutput=FALSE)
debugOutput |
If |
This function executes the method startGUI()
of the Java class MuTossGUI
defined in the JAR file ‘inst/java/mutossgui.jar’ inside the R package.
Further details are given in the package vignette.
None (invisible NULL
).
Kornelius Rohmeyer [email protected]
## Not run: mutossGUI() ## End(Not run)
## Not run: mutossGUI() ## End(Not run)
This function opens a graphical user interface for reporting bugs with the mutoss Java GUI.
reportBug()
reportBug()
This function collects all necessary information for debugging from the current session. The information that is sent can be reviewed before sending.
None (invisible NULL
).
Kornelius Rohmeyer [email protected]
## Not run: reportBug() ## End(Not run)
## Not run: reportBug() ## End(Not run)