diff --git a/DESCRIPTION b/DESCRIPTION index 7942f11..3aa691e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rollupTree Title: Perform Recursive Computations -Version: 0.3.0 +Version: 0.3.0.9000 Authors@R: person(given=c("James", "Steven"), family="Jenkins", email = "sjenkins@studioj.us", diff --git a/NEWS.md b/NEWS.md index 2d5143a..ebd3f39 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,10 @@ +# rollupTree (development version) + # 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