From bd202113e49ec27a73c97a7c4c24f69bcfd12125 Mon Sep 17 00:00:00 2001 From: Jordan Bales <89547800+JordanBalesBAO@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:51:59 -0700 Subject: [PATCH] Release 8.0.0 back into dev (#872) * updated description * updated NEWS * finalized NEWS.md * updated Description and News.md * Updated news.md * updated dataset levels to account for org hierarchy changes * commented out unrelated test * Updated news and description for hot fix * Updated south africa region for cop23 opus (#855) * Updated south africa region for cop23 opus * hotfix news * updating d2 session object argument * Linting --------- Co-authored-by: Jordan * original push * updating dataset levels with cop 25 values as well to fix test failing --------- Co-authored-by: Jordan Co-authored-by: Fausto Lopez <92821116+flopez-bao@users.noreply.github.com> --- DESCRIPTION | 4 ++-- NEWS.md | 11 +++++++++++ data-raw/update_orgunit_levels_cache.R | 1 - tests/testthat/test-pdap-utils.R | 2 -- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e1ce6743..08a93a0b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,8 +2,8 @@ Type: Package Package: datapackr Title: A Package that Packs and Unpacks all Data Packs and Target Setting Tools -Version: 7.6.2 -Date: 2024-07-19 +Version: 8.0.0 +Date: 2024-08-23 Authors@R: c( person("Scott", "Jackson", , "sjackson@baosystems.com", role = c("aut", "cre")), person("Jason", "Pickering", , "jason.p.pickering@gmail.com", role = c("aut", "rev")), diff --git a/NEWS.md b/NEWS.md index 835eea36..316c8d82 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,14 @@ +# datapackr 8.0.0 +## New features +* Ability to process COP25 datapacks full version +* Addition of the comparison plus file + +## Bug fixes +* + +## Minor improvements and fixes +* + # datapackr 7.6.2 ## New features * diff --git a/data-raw/update_orgunit_levels_cache.R b/data-raw/update_orgunit_levels_cache.R index a3125899..558151ed 100644 --- a/data-raw/update_orgunit_levels_cache.R +++ b/data-raw/update_orgunit_levels_cache.R @@ -1,6 +1,5 @@ # Run this script at least before each major deployment of a Data Pack for review -# loginToDATIM(Sys.getenv("PROD_CREDS"), d2_session_name = "prod") secrets <- Sys.getenv("SECRETS_FOLDER") %>% paste0(., "datim.json") loginToDATIM(secrets) diff --git a/tests/testthat/test-pdap-utils.R b/tests/testthat/test-pdap-utils.R index a3eb7bb4..43e1b4ed 100644 --- a/tests/testthat/test-pdap-utils.R +++ b/tests/testthat/test-pdap-utils.R @@ -92,8 +92,6 @@ test_that("Can get existing PDAP jobs", { job_type = job_type) expect_identical(class(jobs), "response") expect_equal(jobs$status_code, 200L) - - }) test_that("Can initiate a PDAP job", {