cloudyr / MTurkR

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

Fixed issue with recursion trying to parse XML that was already parsed #113

Closed andrewbrownphd closed 8 years ago

andrewbrownphd commented 8 years ago

The recursive calling of GetBonuses when specifying hit.type caused the individual bonuses retrieved for each HIT to have a file.exists error. GetBonuses already parses the XML.

leeper commented 8 years ago

Looks good. Thanks!