Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.08 KB

File metadata and controls

18 lines (14 loc) · 1.08 KB

Resubmission 2025

  • This package was removed from CRAN-R in 2024. This package is an API wrapper and changes in the original API had caused various errors.
  • The package has been updated to be compatible with the latest API.

2nd Resubmission

  • Updated year in License from 2019 to 2020
  • Removed examples for unexported functions
  • Wrapped examples requiring token in \donttest instead of \dontrun
  • Fixed minor spacing issue in description

Resubmission

I have fixed the following issues as per comments for the last submission.

  • Fixed authors field - changed 'Author' field to 'Authors@R'
  • Fixed description - corrected spelling errors, added web links, elaborated on package functionality
  • Removed examples for unexported functions
  • Regarding the removal of 'donttest' around examples: All functions require an API key hence there is currently no way of providing examples without wrapping them in donttest. Although some examples will print errors, functions currently have error handling and should return an output; hence they are wrapped in 'donttest' instead of 'dontrun'.