diff --git a/NEWS.md b/NEWS.md index eaffa8c..ebd3f39 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,9 @@ # rollupTree 0.3.0 -* `default_validate_dag()` added (#11) +* `default_validate_dag()` added (#11). + +* badges and github actions added to README.md (#14). # rollupTree 0.2.0 diff --git a/README.Rmd b/README.Rmd index d9292dd..3685f52 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,6 +17,9 @@ knitr::opts_chunk$set( +[![CRAN status](https://www.r-pkg.org/badges/version/rollupTree)](https://CRAN.R-project.org/package=rollupTree) +[![R-CMD-check](https://github.com/jsjuni/rollupTree/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jsjuni/rollupTree/actions/workflows/R-CMD-check.yaml) +[![Codecov test coverage](https://codecov.io/gh/jsjuni/rollupTree/graph/badge.svg)](https://app.codecov.io/gh/jsjuni/rollupTree) rollupTree implements a general function for computations in which some property of a parent element is a combination of corresponding properties of its child elements. The mass of an assembly, for example, is the sum of the masses of its subassemblies, and the mass of each subassembly is the sum of masses of its parts, etc. diff --git a/README.md b/README.md index 359a605..0966bd2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ +[![CRAN +status](https://www.r-pkg.org/badges/version/rollupTree)](https://CRAN.R-project.org/package=rollupTree) +[![R-CMD-check](https://github.com/jsjuni/rollupTree/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jsjuni/rollupTree/actions/workflows/R-CMD-check.yaml) +[![Codecov test +coverage](https://codecov.io/gh/jsjuni/rollupTree/graph/badge.svg)](https://app.codecov.io/gh/jsjuni/rollupTree) rollupTree implements a general function for computations in which some