From 532e361c28f6f1700ba313453f821919bb77de9a Mon Sep 17 00:00:00 2001 From: Marco Zanotti Date: Tue, 28 Sep 2021 08:38:54 +0200 Subject: [PATCH] CRAN release --- .gitignore | 1 + README.Rmd | 2 ++ README.md | 2 ++ cran-comments.md | 7 ------- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1ef6e4e..6fa1823 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ inst/doc dev docs +^cran-comments\.md$ diff --git a/README.Rmd b/README.Rmd index 802652d..76114fe 100644 --- a/README.Rmd +++ b/README.Rmd @@ -24,6 +24,8 @@ options(scipen = 1, digits = 2) [![CRAN status](https://www.r-pkg.org/badges/version/dispositionEffect)](https://CRAN.R-project.org/package=dispositionEffect) +![](https://cranlogs.r-pkg.org/badges/dispositionEffect?color=brightgreen) +![](http://cranlogs.r-pkg.org/badges/grand-total/dispositionEffect?color=brightgreen) [![R build status](https://github.com/marcozanotti/dispositionEffect/workflows/R-CMD-check/badge.svg)](https://github.com/marcozanotti/dispositionEffect/actions) [![Codecov test coverage](https://codecov.io/gh/marcozanotti/dispositionEffect/branch/main/graph/badge.svg)](https://codecov.io/gh/marcozanotti/dispositionEffect?branch=master) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) diff --git a/README.md b/README.md index 4032789..66ea065 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ [![CRAN status](https://www.r-pkg.org/badges/version/dispositionEffect)](https://CRAN.R-project.org/package=dispositionEffect) +![](https://cranlogs.r-pkg.org/badges/dispositionEffect?color=brightgreen) +![](http://cranlogs.r-pkg.org/badges/grand-total/dispositionEffect?color=brightgreen) [![R build status](https://github.com/marcozanotti/dispositionEffect/workflows/R-CMD-check/badge.svg)](https://github.com/marcozanotti/dispositionEffect/actions) [![Codecov test diff --git a/cran-comments.md b/cran-comments.md index 5a2a934..3b0d865 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,10 +1,3 @@ -## Resubmission - -This is a resubmission. In this version I have: - -* Removed wrong URLs. - - ## Test environments * local R installation, R 4.0.5