Skip to contents

khisr 1.0.5

CRAN release: 2024-06-27

  • Improved Authentication: Now supports optional authentication for API calls using the auth argument. This strengthens security by allowing you to control access to your data.

  • Clearer Error Messages: Provides more informative error messages to help you identify and troubleshoot issues more efficiently.

khisr 1.0.4

CRAN release: 2024-06-10

  • Improved Credential Handling:
    • khis_has_cred(): Now ensures credentials are valid before returning TRUE, preventing unauthorized access.
    • khis_cred(): Includes validation to accept only valid credentials, reducing errors.

khisr 1.0.3

CRAN release: 2024-06-08

New features

Minor improvements and fixes

  • Made the package generic to support any DHIS2 instance and updated the documentation accordingly.

  • Modified the khis_cred() to require the base_url argument and deprecated the default value.

khisr 1.0.2

CRAN release: 2024-04-14

  • Updated the khis_cred_clear() to reset the base_url back to KHIS API.

  • Updated the khis_cred() to allow base_url be set from the config file.

khisr 1.0.1

CRAN release: 2024-02-05

  • Initial CRAN submission.