CRAN
MTurkR 0.8.0
R Client for the MTurk Requester API
Released Jan 23, 2017 by Thomas J. Leeper
This package is available for Renjin and there are no known compatibility issues.
Dependencies
curl XML 3.98-1.9 digest 0.6.13 base64enc 0.1-3
Provides programmatic access to the Amazon Mechanical Turk (MTurk)
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>MTurkR</artifactId> <version>0.8.0-b12</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:MTurkR')
Test Results
This package was last tested against Renjin 0.8.2543 on Dec 17, 2017.