diff --git a/DESCRIPTION b/DESCRIPTION index c7ebb37..a3eda1d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: tidylog Type: Package Title: Logging for 'dplyr' and 'tidyr' Functions -Version: 0.1.0.9000 +Version: 0.2.0 Authors@R: person("Benjamin", "Elbers", email = "elbersb@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5392-3448")) Description: Provides feedback about 'dplyr' and 'tidyr' operations. diff --git a/NEWS.md b/NEWS.md index d164ef8..f8c489c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# 0.1.0.9000 +# 0.2.0 - added detailed merge information for joins (#25) - added supoort for tidyr functions: gather, spread (thanks @WilDoane), drop_na (@jackhannah95), fill and replace_na - use clisymbols for ellipsis diff --git a/README.Rmd b/README.Rmd index cc8b215..8e842a4 100644 --- a/README.Rmd +++ b/README.Rmd @@ -15,6 +15,7 @@ knitr::opts_chunk$set( # tidylog [![CRAN Version](https://www.r-pkg.org/badges/version/tidylog)](https://CRAN.R-project.org/package=tidylog) +[![Downloads](http://cranlogs.r-pkg.org/badges/tidylog)](https://CRAN.R-project.org/package=tidylog) [![Build Status](https://travis-ci.org/elbersb/tidylog.svg?branch=master)](https://travis-ci.org/elbersb/tidylog) [![Coverage status](https://codecov.io/gh/elbersb/tidylog/branch/master/graph/badge.svg)](https://codecov.io/github/elbersb/tidylog?branch=master) diff --git a/README.md b/README.md index 729c7a1..0122288 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![CRAN Version](https://www.r-pkg.org/badges/version/tidylog)](https://CRAN.R-project.org/package=tidylog) +[![Downloads](http://cranlogs.r-pkg.org/badges/tidylog)](https://CRAN.R-project.org/package=tidylog) [![Build Status](https://travis-ci.org/elbersb/tidylog.svg?branch=master)](https://travis-ci.org/elbersb/tidylog) [![Coverage diff --git a/cran-comments.md b/cran-comments.md index 9eaef6d..359ae0d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,13 +1,10 @@ -This is a resubmit. - -* changed package name formatting in DESCRIPTION -* added examples +This is the submission for version 0.2.0. ## Test environments -* local OS X, R 3.5.1 -* CRAN win-builder, R-devel and R-release -* ubuntu 14.04 (on travis-ci), R 3.5.2 +* local OS X, R 3.6.1 +* CRAN win-builder: R-devel and R-release +* ubuntu 14.04 (on travis-ci), R 3.6.1 ## R CMD check results