From ea98da7d5a1421daacbb802a614ecd7a73877e62 Mon Sep 17 00:00:00 2001 From: Lincoln Mullen Date: Thu, 3 Sep 2015 14:02:02 -0400 Subject: [PATCH] Bump version, date, NEWS --- DESCRIPTION | 4 ++-- NEWS | 2 +- R/install-genderdata-package.R | 2 +- cran-comments.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index cce7223..9f15a37 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: gender Type: Package Title: Predict Gender from Names Using Historical Data -Version: 0.5.0.9003 -Date: 2015-08-21 +Version: 0.5.1 +Date: 2015-09-03 Authors@R: c(person("Lincoln", "Mullen", role = c("aut", "cre"), email = "lincoln@lincolnmullen.com"), person("Cameron", "Blevins", role = "ctb"), diff --git a/NEWS b/NEWS index 2f0a0ee..6003ba0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -gender 0.5.0.9003 DEVELOPMENT +gender 0.5.1 ============================= * bugfix for some users who cannot install the `genderdata` package as binary diff --git a/R/install-genderdata-package.R b/R/install-genderdata-package.R index 10b4baa..ff07a3d 100644 --- a/R/install-genderdata-package.R +++ b/R/install-genderdata-package.R @@ -17,7 +17,7 @@ check_genderdata_package <- function() { #' Install the genderdata package after checking with the user #' @export install_genderdata_package <- function() { - instructions <- paste(" Please try installing the package for yourself", + instructions <- paste(" Please try installing the package for yourself", "using the following command: \n", " install.packages(\"genderdata\", repos = \"http://packages.ropensci.org\",", "type = \"source\")") diff --git a/cran-comments.md b/cran-comments.md index 35e3aac..97883ac 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,5 @@ -This is an update to the gender package which adds datasets for European -countries and improves performance. +This is an patch to the gender package which fixes a bug for some users who have +been unable install the data package because of an option they have set. ## Testing environments