cloudyr / MTurkR

R Client for the MTurk Requester API
https://cloud.r-project.org/package=MTurkR
91 stars 18 forks source link

Clarified which QualificationTypeIDs can be used #128

Closed bgall closed 6 years ago

bgall commented 6 years ago

Didn't specify that one can take the QualificationTypeID from a Qualification previously created in the RUI, command line, or other interface.

Please ensure the following before submitting a PR:

codecov-io commented 6 years ago

Codecov Report

Merging #128 into master will decrease coverage by 28.78%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #128       +/-   ##
==========================================
- Coverage    28.9%   0.12%   -28.79%     
==========================================
  Files          72      72               
  Lines        4892    4892               
==========================================
- Hits         1414       6     -1408     
- Misses       3478    4886     +1408
Impacted Files Coverage Δ
R/seconds.R 0% <0%> (-100%) :arrow_down:
R/emptydf.R 0% <0%> (-100%) :arrow_down:
R/setRownames.R 0% <0%> (-100%) :arrow_down:
R/GenerateExternalQuestion.R 0% <0%> (-100%) :arrow_down:
R/RequesterReport.R 0% <0%> (-96%) :arrow_down:
R/WorkerReport.R 0% <0%> (-93.34%) :arrow_down:
R/AccountBalance.R 0% <0%> (-92.86%) :arrow_down:
R/ListQualificationTypes.R 0% <0%> (-92.31%) :arrow_down:
R/GenerateHTMLQuestion.R 0% <0%> (-91.67%) :arrow_down:
R/UpdateQualificationScore.R 0% <0%> (-87.04%) :arrow_down:
... and 31 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4630b71...e90c87d. Read the comment docs.

leeper commented 6 years ago

Thanks!