Skip to content
This repository was archived by the owner on May 24, 2019. It is now read-only.

Installation

Thomas J. Leeper edited this page Jun 5, 2014 · 13 revisions

The latest stable release of MTurkR can be installed from your local CRAN mirror and loaded using:

install.packages("MTurkR")
library("MTurkR")

The latest development release can be installed from GitHub using devtools:

# install.packages("devtools")
library("devtools")
install_github("leeper/MTurkR")
library("MTurkR")

Clone this wiki locally