Skip to content

cloudyr/MTurkRGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Graphical User Interface for MTurkR

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:

Installation

CRAN Version Downloads Travis-CI Build Status

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")

cloudyr project logo