• Logic patch for 202 http error on long runs
  • dynamic retry polling to avoid API rate limiting (default = 30s)
  • added wf_request_batch() to support parallel requests using R6 logic
  • updated citation (pointing to global doi)
  • updated code coverage to reflect changes
  • R >= 3.6
  • bluegreen-labs migration
  • keychain issue fix, keychain in file now functional
  • Atmospheric Data Store support
  • fixed a bug on dataset naming convention double use
  • automatic user detection from keyring user list
  • obfuscate api key on command line
  • add progress bar to all services
  • add service name to keychain
  • fix comma issue in CDS parser
  • fixed stray documentation for non existing function argument
  • keyword issue
  • inclusion of Copernicus CDS services by Reto Tauffer
    • now covering most of the ECMWF climate data products
  • consolidation of code by Reto Tauffer
    • integration in wf_*() vocabulary
    • simplification of code and error messages
  • automated checks of the request statements
    • ensures a consistent vocabulary with limited parameters
  • unit checks don’t fail upon unavailable service
  • changed order of arguments in wf_request()
  • accidental CRAN violation fixed
  • wf_transfer() separate downloads allowed
  • checks for binary downloads (larger files)
  • major version
  • CRAN release
  • unit checks with encrypted key
  • good CI coverage >90%
  • verbose feedback on wf_request()
  • rOpenSci syntax and ok, gp() ok
  • working version, yeah!
  • experimental release
  • trying to get things working