Skip to content

Commit

Permalink
Merge pull request #164 from aim-rsf/start-R-review
Browse files Browse the repository at this point in the history
Add rOpenSci badge and NEWS.md file
  • Loading branch information
RayStick authored Dec 16, 2024
2 parents 57b7191 + 4bd102f commit 2c9fcb8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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



2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

# Table of Contents
Expand Down

0 comments on commit 2c9fcb8

Please sign in to comment.