diff --git a/DESCRIPTION b/DESCRIPTION index a412840..ef190c0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: fingertipsR Type: Package -Version: 0.1.4.9000 +Version: 0.1.4 Title: Fingertips Data for Public Health Description: Fingertips () contains data for many indicators of public health in England. The underlying data is now more easily accessible by making use of the API. Maintainer: Sebastian Fox diff --git a/NEWS.md b/NEWS.md index cd1d5a4..ae74ab4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,3 @@ -# fingertips 0.1.4.9000 - # fingertipsR 0.1.4 * modifications to the fingertipsR paper diff --git a/R/enhancements.R b/R/enhancements.R index ad9ef4d..6641bf0 100644 --- a/R/enhancements.R +++ b/R/enhancements.R @@ -53,7 +53,7 @@ fingertips_stats <- function() { fingertips_stats <- indicators() summarised_stats <- fingertips_stats %>% summarise_if(is.integer, n_distinct) - fingertips_stats <- sprintf("On %s Fingertips consisted of %o profiles, made up of %o indicators and %o distinct indicators.", + fingertips_stats <- sprintf("On %s Fingertips consisted of %s profiles, made up of %s indicators and %s distinct indicators.", format(Sys.Date(), "%d/%m/%Y"), summarised_stats$ProfileID, nrow(fingertips_stats), diff --git a/README.md b/README.md index 8276999..d47af4c 100644 --- a/README.md +++ b/README.md @@ -127,5 +127,3 @@ More information - Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms - License: [GPL-3](https://opensource.org/licenses/GPL-3.0) - -[![ropensci\_footer](https://ropensci.org/public_images/ropensci_footer.png)](https://ropensci.org) diff --git a/cran-comments.md b/cran-comments.md index 2bd03f1..d4fa051 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,7 @@ This package allows users to pull data from an API into their R environment. This is a resubmission due to additional functionality, improved documentation, and a successful application to rOpenSci. +**Note, I submitted to CRAN erroneously about an hour ago - would it be possible to ignore that submission as I spotted a minor error in a new function. I'm really sorry!** + ## Test * local OS X install, R 3.4.3