diff --git a/DESCRIPTION b/DESCRIPTION index b778a18..03cbace 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: condformat Type: Package Title: Conditional Formatting in Data Frames -Version: 0.7.0.9000 -Date: 2017-10-19 +Version: 0.8.0 +Date: 2018-10-27 Authors@R: person("Sergio", c("Oller", "Moreno"), email = "sergioller@gmail.com", role = c("aut", "cph", "cre"), comment = c(ORCID = "0000-0002-8994-1549")) diff --git a/NEWS.md b/NEWS.md index edcc4b9..36e442e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# condformat 0.7.0.9000 +# condformat 0.8.0 ## New features: diff --git a/README.md b/README.md index 984aad4..95d03d6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Introduction to condformat ================ Sergio Oller -2017-11-20 +2018-10-27 condformat renders a data frame in which cells in columns are formatted according to several rules or criteria. diff --git a/cran-comments.md b/cran-comments.md index afe4f96..afd367e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,10 +1,10 @@ ## Test environments -* local Ubuntu 16.04 install, R 3.4.2 -* ubuntu 14.04 (on travis-ci) R-devel, R-3.4.2 and R-3.3.3 +* local Ubuntu 18.04 install, R 3.5.1 +* ubuntu 16.04 (on travis-ci) R-devel, R-3.5.1 and R-3.4.4 * win-builder (devel and release) ## R CMD check results -There are no NOTEs. +There are no NOTEs, WARNINGs or ERRORs. ## Downstream dependencies There are no known downstream dependencies.