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

Commit d774fd9

Browse files
committed
CRAN release
1 parent 9ec0227 commit d774fd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: MTurkR
2-
Version: 0.6.27
2+
Version: 0.7.0
33
Date: 2016-02-21
44
Title: R Client for the MTurk Requester API
55
Authors@R: c(person("Thomas J.", "Leeper", role = c("aut", "cre"),

man/MTurkR-package.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
\docType{package}
55
\title{R Client for the MTurk Requester API}
66
\description{
7-
This package provides access to the Amazon Mechanical Turk (MTurk) Requester API. The package provides users of the MTurk Requester User Interface with access to a variety of functions currently unavailable to them (the creation and maintenance of worker Qualifications, email notifications to workers through \code{\link{ContactWorker}}, automated reviewing of assignments using Review Policies, and streamlined bonus payments through \code{\link{GrantBonus}}). It also provides users with all functions available in the RUI directly in R as well as a large number of other functions, and a simple, interactive command-line tool for performing many operations. A relatively fully featured, cross-platform graphical user interface is available in a separate add-on package called \href{https://github.com/leeper/MTurkRGUI}{MTurkRGUI}.
7+
This package provides access to the Amazon Mechanical Turk (MTurk) Requester API. The package provides users of the MTurk Requester User Interface with access to a variety of functions currently unavailable to them (the creation and maintenance of worker Qualifications, email notifications to workers through \code{\link{ContactWorker}}, automated reviewing of assignments using Review Policies, and streamlined bonus payments through \code{\link{GrantBonus}}). It also provides users with all functions available in the RUI directly in R as well as a large number of other functions, and a simple, interactive command-line tool for performing many operations. A relatively fully featured, cross-platform graphical user interface is available in a separate add-on package called \href{https://cran.r-project.org/package=MTurkRGUI}{MTurkRGUI}.
88

99
Most users will find themselves using three principal functions: \code{\link{CreateHIT}}, \code{\link{GetAssignments}}, and \code{\link{ApproveAssignments}}, to create one or more HITs on the MTurk server, to retrieve completed assignments, and to approve assignments (and thus pay workers), respectively. As task complexity increases, additional functions are provided to handle worker qualifications, bonuses, emails to workers, automated review policies, bulk creation of HITs, and so forth.
1010

@@ -34,7 +34,7 @@ Maintainer: Thomas J. Leeper <[email protected]>
3434

3535
\href{https://github.com/leeper/MTurkR/wiki}{The MTurkR Wiki}, which contains numerous code examples and tutorials.
3636

37-
\href{https://cran.r-project.org/web/packages/MTurkRGUI/index.html}{The MTurkRGUI Package}, which provides a graphical user interface for MTurkR.
37+
\href{https://cran.r-project.org/package=MTurkRGUI}{The MTurkRGUI Package}, which provides a graphical user interface for MTurkR.
3838

3939
\href{http://aws.amazon.com/documentation/mturk/}{Amazon Mechanical Turk API Documentation}
4040
}

0 commit comments

Comments
 (0)