From 31ed371b590f1be5b8d069b253ad6d591463f079 Mon Sep 17 00:00:00 2001 From: aravindhebbali Date: Tue, 5 Nov 2024 22:37:54 +0530 Subject: [PATCH] chore: prep cran release --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ README.Rmd | 2 +- README.md | 2 +- cran-comments.md | 5 ----- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 03c66cc..c04cff3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: vistributions Type: Package Title: Visualize Probability Distributions -Version: 0.1.2.9000 +Version: 0.2.0 Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre")) Description: Visualize and compute percentiles/probabilities of normal, t, f, chi square and binomial distributions. diff --git a/NEWS.md b/NEWS.md index ed97213..f8883f4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# vistributions 0.2.0 + +This is a minor release for bug fixes. + # vistributions 0.1.2 This is a patch release to fix CRAN note about lazy data. diff --git a/README.Rmd b/README.Rmd index 1f161bb..f1e7781 100644 --- a/README.Rmd +++ b/README.Rmd @@ -19,7 +19,7 @@ knitr::opts_chunk$set( [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/vistributions)](https://cran.r-project.org/package=vistributions) [![R-CMD-check](https://github.com/rsquaredacademy/vistributions/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rsquaredacademy/vistributions/actions/workflows/R-CMD-check.yaml) -[![Coverage Status](https://img.shields.io/codecov/c/github/rsquaredacademy/vistributions/master.svg)](https://codecov.io/github/rsquaredacademy/vistributions?branch=master) +[![Coverage Status](https://img.shields.io/codecov/c/github/rsquaredacademy/vistributions/master.svg)](https://app.codecov.io/github/rsquaredacademy/vistributions?branch=master) ## Installation diff --git a/README.md b/README.md index 1a83d59..2c4f773 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/vistributions)](https://cran.r-project.org/package=vistributions) [![R-CMD-check](https://github.com/rsquaredacademy/vistributions/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rsquaredacademy/vistributions/actions/workflows/R-CMD-check.yaml) [![Coverage -Status](https://img.shields.io/codecov/c/github/rsquaredacademy/vistributions/master.svg)](https://codecov.io/github/rsquaredacademy/vistributions?branch=master) +Status](https://img.shields.io/codecov/c/github/rsquaredacademy/vistributions/master.svg)](https://app.codecov.io/github/rsquaredacademy/vistributions?branch=master) ## Installation diff --git a/cran-comments.md b/cran-comments.md index 9325a47..fbd8382 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,3 @@ -## Test environments -* local Windows 10 install, R 4.0.4 -* ubuntu 14.04 (on GitHub Actions), R 4.1.0, R-devel -* win-builder (devel and release) - ## R CMD check results 0 errors | 0 warnings | 0 note