Skip to content

Commit

Permalink
Release 8.0.0 back into dev (#872)
Browse files Browse the repository at this point in the history
* 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 <Jordan>

* original push

* updating dataset levels with cop 25 values as well to fix test failing

---------

Co-authored-by: Jordan <Jordan>
Co-authored-by: Fausto Lopez <92821116+flopez-bao@users.noreply.github.com>
  • Loading branch information
JordanBalesBAO and flopez-bao authored Sep 26, 2024
1 parent 4969113 commit bd20211
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
1 change: 0 additions & 1 deletion data-raw/update_orgunit_levels_cache.R
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 0 additions & 2 deletions tests/testthat/test-pdap-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -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", {
Expand Down

0 comments on commit bd20211

Please sign in to comment.