Changes in version 0.2.3 - Updated check_updates to account for r-universe packages info query through API [2025-01-06] Changes in version 0.2 - Allow users to run check_updates while offline, returning an unknown status, rather than an error that can keep the user from using a pacakge [2024-03-07] - Develop solution for checking rOpenSci version from on AIDNET via [2024-01-10] - Change instructions to install from rOpenSci [2024-01-04] - Update oha_check to detect SHA when package is installed from rOpenSci [2024-01-04] Changes in version 0.1 - Update logic flow on oha_check for startup [2024-01-04] - Remove stringr dependency [2024-01-03] - Resolve bug with attach package check to build on rOpenSci [2024-01-03] - Allow user the option to automatically install outdated/missing packages with oha_update() [2023-11-14] - Provide code to update package from GH when package is out of date [2023-11-14] - Convert printed messages from usethis::ui_ to using cli::cli_alert [2023-11-14] - Include cascade as a supported package [2023-11-14] - Include themask as a new supported package [2023-10-02] - Remove extra line printed with X using library(gagglr) when all packages are available [2022-08-05] - Upgrade version to stable [2022-08-15] Changes in version 0.0.0.9000 - Update oha_check to run oha_sitrep if no package is specified. - Setup onAttach to load core OHA packages when gagglr is loaded. - Add oha_update to provide user with code to update package from GitHub - Add oha_sitrep to provide a list of all OHA packages and indicates whether the local package version (sha) matches latest version (sha) on GitHub - Add oha_packages to load all OHA packages (from Remotes in DESCRIPTION) - Add oha_check to allow user/package to check if a local package version matches what is on GitHub - Build site. - Add GitHub Action for CI. - Add logo and lifecycle badge. - Add magrittr to imports. - Add README.md file to provide an overview of the package and act as landing page. - Added a NEWS.md file to track changes to the package.