• Add vignette on how to access data in PDAP [2024-04-15]
  • Change the delimiter for PDAP txt files as they are separated with a character delimiter ('|') instead of a tab ('\t') [2024-04-15]
  • Resolve bug with get_metadata when working on PDAP when an explicit path is provided [2024-04-15]
  • Resolve bug with read_psd, missing second condition about location in an if statement about location [2024-04-09]
  • Improve read_psd to handle local paths as well as s3 paths to work on PEPFAR Posit Workbench [2024-04-02]
  • Align handling of Frozen Genie for get_metadata with other file formats [2024-03-29]
  • Add handling to get_metdata for file names on PEPFAR Posit Workbench that include “Recent” instead of the FYs, DATIM close, and version [2024-03-28]
  • Soft depricate source_info as thsi can be pulled from get_metadata()$source [2024-03-08]
  • Remove outdated parameters from read_psd and allow to export as .rds or .parquet [2024-03-08]
  • Update read_psd to handle .parquet files which are stored on PEPFAR Posit Workbench [2024-03-08]
  • Fully depricate read_msd [2024-03-28]
  • Clean up dependencies list [2024-03-20]
  • Add additional check to PSD file parsing with get_metadata to ensure the naming is correct, namely an ISO date is included in teh file name [2024-03-20]
  • Breaking change - change return with get_metadata exporting a global object to returning a normal object a user must name [2024-03-20]
  • Update get_metadata to handle the new fiscal year introduce in FY24Q1i [2024-02-26]
  • Change instructions to install from rOpenSci [2024-01-04]
  • Resolve issue with NAs being introduced for targeted_beneficiaries in FSD [2023-10-03]
  • Add new function to return the PSD type based on the dataframe names [2023-09-28]
  • Setup proper handling of trainging dataset for get_metadata [2023-07-18]
  • Adjust FY default searches to reflect new start year of MSDs (FY21) [2023-02-23]
  • Add apply_funding_type for use with FSD or HRH SD to distiguish between service delivery and non-service delivery
  • Replace read_msd with read_psd to be more inclusive of all of PEFAR’s structured datasets [2023-02-07]
  • Allow read_msd to read in HRH structured dataset [2023-02-07]
  • Update metadata family functions to get source info for HRH datasets [2023-02-07]
  • Add new function to store metadata in a list object (get_metadata), rather than returning one item at at time via source_info [2022-10-12]
  • Add additional return type for source_info of fiscal_year_label which returns FY[XX] [2022-10-12]
  • Resolve misidentified “provisional” status of Daily Genie files downloaded after DATIM close [2022-08-22]
  • Migrate MSD/FSD related function from glamr to gophr: apply_partner_type, browse_knownissues, clean_agency, clean_column, clean_indicator, clean_psnu, pluck_totals, remove_centralsupport, remove_mo, remove_sch, resolve_knownissues, source_info [2022-08-05]
  • setup GitHub Actions to refresh site automatically. (2022-05-24)
  • add a list of cascade indicators, cascade_ind that can be used to approximate the 90/95s as well as linkage and VLC. (2022-05-24)
  • include TX_CURR_Lag1 and TX_CURR_Lag2 as part of snapshot_ind (2022-05-24)
  • update MSD names to reflect new structure as of FY22Q2 in read_msd and rename_official (2022-04-08)
  • allow user to keep old names when importing MSD in read_msd in order to allow old code to run without error (2022-04-08)
  • clean up back end of read_msd to be more efficient (2022-04-08)
  • allow user to provide DATIM user name and password to rename_official, which previously (v3.0.2) look for stored credentials or prompted every time. (2022-03-15)
  • update rename_offical to include fundingagency to work within tameDP. (2022-03-15)
  • adjust parameters for reshape_msd, retiring clean which had more to do with aligning with the old, “wide” versions of the MSDs and replacing it with a param, include_type to exclude the period_type column from the output dataframe. (2022-02-18)
  • adjust rename_official to loop over operating units and filter query using a floor date if fiscal year or period are included in the data frame. (2022-01-26)
  • update to rename_official to remove timeout (due to large file size) and prompt for password if DATIM credentials are not stored via glamr::set_datim. (2022-01-24)
  • removes the inclusion of future fiscal year results in reshape_msd (2021-10-07)
  • check mechanism table in DATIM when using rename_official to see if credentials are needed and provides them if stored in keyring
  • update read_msd naming for Genie outputs since the datasets now go through FY22 as of FY21Q3c
  • resolve bug causing issues with results_cumulative in reshape_msd resulting when there were cumulative indicators collected semi-annually
  • clone ICPIutilities absorb under USAID-OHA-SI org
  • remove all depricated functions
  • replace README with USAID-OHA-SI standard