MTurkRGUI provides a graphical user interface for MTurkR.
The MTurkR documentation files contain minimal examples for all functions. Further examples of how to use MTurkRGUI are provided in the MTurkR GitHub wiki. Users can contribute their own examples or further documentation there, or via pull requests to the GitHub repository.
If you experience problems using MTurkRGUI, you can:
- Report issues on Github
- Contact the package maintainer via email or on Twitter
To install the latest version from CRAN, simply use:
install.packages("MTurkRGUI")
To install the latest development version of MTurkRGUI from GitHub:
# latest stable version
install.packages("MTurkRGUI", repos = c(getOption("repos"), "http://cloudyr.github.io/drat"))
# latest (unstable) version from GitHub
if(!require("ghit")){
install.packages("ghit")
}
ghit::install_github("cloudyr/MTurkRGUI")