Skip to contents

rtgstat 0.3.1

CRAN release: 2022-05-02

  • Update error handing policy in tg_make_request(), now using req_error() for response error handing.
  • The description lists the minimum required versions of most imported packages.

rtgstat 0.3.0

CRAN release: 2022-02-01

New functions

Bug fixes

  • Fix tg_get_token(), previously the function only looked for the token in the options, ignoring the environment variable issue#1

Other

rtgstat 0.2.1

CRAN release: 2021-12-22

  • Only CRAN fixes.

rtgstat 0.2.0

New functions

New options

  • tg.check_api_quote - allows you to disable api quota check.

Bug fixes

Other

  • rtgstat added to TGStat API documentation.
  • The mechanism for retrying a request in case of an error has been rewritten to the standard means httr2, using req_retry().
  • Add user agent to request in tg_make_request() by req_user_agent().
  • Now API endpoint add to URL by req_url_path_append() inside tg_make_request().
  • Disabled checking the api quota usage in the tg_categories(), tg_countries(), tg_languages().
  • retry removed from rtgstat dependencies.

rtgstat 0.1.1

CRAN release: 2021-11-29

  • Fixed errors in DESCRIPTION for CRAN.

rtgstat 0.1.0

  • Added a NEWS.md file to track changes to the package.