From 3356e5204d6bb88be1ee252fe1aa0ce791161682 Mon Sep 17 00:00:00 2001 From: Rachael Stickland <50215726+RayStick@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:19:54 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29305dc..a7853b8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10581500.svg)](https://doi.org/10.5281/zenodo.10581500) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![R-CMD-check](https://github.com/aim-rsf/browseMetadata/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/aim-rsf/browseMetadata/actions/workflows/R-CMD-check.yaml) -[![pkgcheck](https://github.com/aim-rsf/browseMetadata/workflows/pkgcheck/badge.svg)](https://github.com/aim-rsf/browseMetadata/actions?query=workflow%3Apkgcheck) [![codecov](https://codecov.io/gh/aim-rsf/browseMetadata/graph/badge.svg?token=59S2QVG7CQ)](https://codecov.io/gh/aim-rsf/browseMetadata) +[![pkgcheck](https://github.com/aim-rsf/browseMetadata/workflows/pkgcheck/badge.svg)](https://github.com/aim-rsf/browseMetadata/actions?query=workflow%3Apkgcheck) [![codecov](https://codecov.io/gh/aim-rsf/browseMetadata/graph/badge.svg?token=59S2QVG7CQ)](https://codecov.io/gh/aim-rsf/browseMetadata) [![Status at rOpenSci Software Peer Review](https://badges.ropensci.org/674_status.svg)](https://github.com/ropensci/software-review/issues/674) # Table of Contents From 4bd102f027f839602c7a6d7227ad0d3653394ff1 Mon Sep 17 00:00:00 2001 From: Rachael Stickland <50215726+RayStick@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:37:15 +0000 Subject: [PATCH 2/2] Create NEWS.md --- NEWS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 NEWS.md diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..21154c9 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,21 @@ +browseMetadata 2.0.2 (2024-12-12) +========================= + +🥳 Submitted this realease to rOpenSci: https://github.com/ropensci/software-review/issues/674 + +### NEW FEATURES + +* Addition of pkgcheck workflow +* Added more units test to get the code coverage to exceed minimum standard (>75%) + +### MINOR IMPROVEMENTS + +* added bug fix location to DESCRIPTION +* added pkgcheck workflow badge to README +* inidicated internal functions by using @internal tag +* simplified the pkgdown file using the internal tag +* updated pull request template +* added examples to functions that did not have them + + +