Skip to content

Commit

Permalink
Merge branch 'release-0.1.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHeun committed Dec 8, 2023
2 parents 09518e4 + c1d0da4 commit 3c01416
Show file tree
Hide file tree
Showing 23 changed files with 45 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
extra-packages: any::covr, github::MatthewHeun/IEATools, EnergyEconomyDecoupling/PFUSetup
needs: coverage

- name: Test coverage
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: PFUPipelineTools
Title: Tools for PFU Pipelines
Version: 0.1.6
Date: 2023-12-04
Version: 0.1.7
Date: 2023-12-08
Authors@R:
person("Matthew", "Heun", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7438-214X"))
Expand Down
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ Cite all releases with doi [10.5281/zenodo.8226419](https://doi.org/10.5281/zeno
which always resolves to the latest release.


# PFUPipelineTools 0.1.6 (2023-12-04)
# PFUPipelineTools 0.1.7 (2023-12-08)

* Added package dependencies for test coverage workflow.
* No new tests
- Still at 24 tests, all passing.
- Test coverage remains at 100%.


# PFUPipelineTools 0.1.6 (2023-12-04) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10256768.svg)](https://doi.org/10.5281/zenodo.10256768)

* Add the package dependencies to the code coverage GitHub action.
* No new tests
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 3.1.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2023-12-04T14:52Z
last_built: 2023-12-08T21:05Z
urls:
reference: https://energyeconomydecoupling.github.io/PFUPipelineTools/reference
article: https://energyeconomydecoupling.github.io/PFUPipelineTools/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/all_countries.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/canonical_countries.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/data.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/double_counted_countries.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/filter_countries_years.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/pipe.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/quasi-quote-assign.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/release_target.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/stash_cache.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/tar_ungroup.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ citEntry(entry = "Manual",
title = "PFUPipelineTools: Tools for PFU Pipelines",
author = personList(as.person("Matthew Kuperus Heun")),
year = "2023",
note = "R package version 0.1.6",
note = "R package version 0.1.7",
url = "https://doi.org/10.5281/zenodo.8226419",

textVersion =
paste("Matthew Kuperus Heun (2023).",
"PFUPipelineTools: Tools for PFU Pipelines",
"R package version 0.1.6.",
"R package version 0.1.7.",
"https://doi.org/10.5281/zenodo.8226419")
)

0 comments on commit 3c01416

Please sign in to comment.