Recent Releases of hakaiApi

hakaiApi - v1.0.5

What's Changed

  • CRAN fix to ask for permission before writing to a user's system by @boshek in https://github.com/HakaiInstitute/hakai-api-client-r/pull/34

Full Changelog: https://github.com/HakaiInstitute/hakai-api-client-r/compare/1.0.4...v1.0.5

- R
Published by boshek 8 months ago

hakaiApi - v1.0.4

hakaiApi 1.0.4

Enhancements

  • the crendentials path is now configurable and environment variables can also be used for tokens (#25)
  • Can now use relative urls once client has been initialized (#27)

Bug fixes

  • use redacted headers so that they can't be accidentally saved to disk (thx @hadley in #28)

Full Changelog: https://github.com/HakaiInstitute/hakai-api-client-r/compare/v1.0.3...1.0.4

- R
Published by boshek 8 months ago

hakaiApi - v1.0.3

hakaiApi 1.0.3

Bug fixes * get method now returns tibbles for list responses * bump minimum R version to 4.2 to handle using native pipe * change maintainer

Enhancements

  • wrap examples in try()
  • now setting the user agent for the client
  • extract base_request and json2tbl into separate functions to add some unit tests
  • user agent can now be customized via the HAKAI_API_USER_AGENT environment variable

- R
Published by boshek 9 months ago

hakaiApi - Version 1.0.1

What's Changed

  • Fix credentials issues by @tayden in https://github.com/HakaiInstitute/hakai-api-client-r/pull/17

Full Changelog: https://github.com/HakaiInstitute/hakai-api-client-r/compare/v1.0.0...v1.0.1

- R
Published by tayden almost 4 years ago

hakaiApi - Version 1.0.0

Updates

  • Hakai API R Client now on CRAN
  • Fix how dependencies are imported for better interoperability with other packages
  • Add cran-comments.md and other required files
  • Improve documentation accessible using R help() or ? functions
  • Fix license to fit CRAN template
  • Add new installation instructions
  • Fix package errors based on CRAN feedback

- R
Published by tayden almost 5 years ago