A Graphical User Interface for MTurkR
MTurkRGUI provides a graphical user interface for MTurkR.
Installation
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("devtools")){
install.packages("devtools")
library("devtools")
}
install_github("leeper/MTurkRGUI")
To install the latest version from CRAN, simply use:
install.packages("MTurkRGUI")
Using MTurkRGUI
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