Package 'mutossGUI'

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

Help Index


Function to start the MuTossGUI Java class

Description

Starts the graphical user interface for the MuToss system.

Usage

mutossGUI(debugOutput=FALSE)

Arguments

debugOutput

If FALSE (the default) the verbose output for debugging will only be written to the file mutoss.log in the java temporary directory (System.getProperty("java.io.tmpdir")). If set to TRUE the output is also printed to the R Console. Note that the behavior can only be influenced the first time the GUI is called in an R session. After that this parameter is ignored.

Details

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.

Value

None (invisible NULL).

Author(s)

Kornelius Rohmeyer [email protected]

Examples

## Not run: 
  mutossGUI()
  
## End(Not run)

Function to Report Bugs in MuTossGUI

Description

This function opens a graphical user interface for reporting bugs with the mutoss Java GUI.

Usage

reportBug()

Details

This function collects all necessary information for debugging from the current session. The information that is sent can be reviewed before sending.

Value

None (invisible NULL).

Author(s)

Kornelius Rohmeyer [email protected]

Examples

## Not run: 
  reportBug()
  
## End(Not run)