From 14b39fcc59749ad3eb01c91adc351e32f3faa5a9 Mon Sep 17 00:00:00 2001 From: Raphael Sonabend Date: Wed, 1 Jul 2020 09:46:42 +0100 Subject: [PATCH] update lifecycle, version --- DESCRIPTION | 2 +- NEWS.md | 2 +- README.Rmd | 2 +- README.md | 2 +- cran-comments.md | 13 +++++++++++-- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index aab6f4a5..45576a5c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: set6 Title: R6 Mathematical Sets Interface -Version: 0.1.4.9000 +Version: 0.1.5 Authors@R: c(person(given = "Raphael", family = "Sonabend", diff --git a/NEWS.md b/NEWS.md index bbbb785d..20477fa4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# set6 0.1.4.9000 +# set6 0.1.5 * Added `LogicalSet`, the set of $\{TRUE, FALSE\}$ * Added `as.Set.numeric` and `as.Tuple.numeric` diff --git a/README.Rmd b/README.Rmd index 3f2df651..6a17fd7d 100644 --- a/README.Rmd +++ b/README.Rmd @@ -14,7 +14,7 @@ set.seed(42) ![R CMD Check via {tic}](https://github.com/xoopR/set6/workflows/R%20CMD%20Check%20via%20%7Btic%7D/badge.svg?branch=master) [![codecov](https://codecov.io/gh/xoopR/set6/branch/master/graph/badge.svg)](https://codecov.io/gh/xoopR/set6) [![Repo Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) -[![Lifecycle Badge](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://img.shields.io/badge/lifecycle-maturing-blue) +[![Lifecycle Badge](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://img.shields.io/badge/lifecycle-stable-brightgreen) [![CRAN Status Badge](https://www.r-pkg.org/badges/version-ago/set6)](https://cran.r-project.org/package=set6) [![CRAN Checks](https://cranchecks.info/badges/summary/set6)](https://cran.r-project.org/web/checks/check_results_set6.html) [![DOI](https://zenodo.org/badge/197164551.svg)](https://zenodo.org/badge/latestdoi/197164551) diff --git a/README.md b/README.md index 239b9e98..da098b5f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ set6 [![Repo Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![Lifecycle -Badge](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://img.shields.io/badge/lifecycle-maturing-blue) +Badge](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://img.shields.io/badge/lifecycle-stable-brightgreen) [![CRAN Status Badge](https://www.r-pkg.org/badges/version-ago/set6)](https://cran.r-project.org/package=set6) [![CRAN diff --git a/cran-comments.md b/cran-comments.md index 97323221..c6b43ecf 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,15 @@ -# R CMD check results +## Test Environments + +On GitHub actions: + +* windows-latest (R release) +* macOS-latest (R release) +* macOS-latest (R devel) +* ubuntu-latest (R release) + +## R CMD check results There were no ERRORs, WARNINGs, or NOTEs. ## Downstream dependencies -Expected to break distr6, a patch is ready for this. Other dependencies all OK. +All downstream dependencies OK.