From 983ff51b05062e650725940b848713f3a356fc30 Mon Sep 17 00:00:00 2001 From: lindbrook Date: Tue, 14 Aug 2018 10:12:41 -0700 Subject: [PATCH] release candidate --- DESCRIPTION | 8 +-- NEWS | 140 ++++------------------------------------------- README.md | 2 +- cran-comments.md | 18 ++++-- 4 files changed, 31 insertions(+), 137 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e85b6cda..b84f2087 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: cholera Type: Package Title: Amend, Augment and Aid Analysis of John Snow's Cholera Map -Version: 0.5.0.9020 -Date: 2018-08-13 +Version: 0.5.1 +Date: 2018-08-14 Authors@R: person("lindbrook", email = "lindbrook@gmail.com", role = c("aut", "cre")) Description: Amends errors, augments data and aids analysis of John Snow's map @@ -14,7 +14,6 @@ LazyData: true Depends: R (>= 2.10) Imports: deldir (>= 0.0-18), HistData (>= 0.7-8), - ggplot2, grDevices, igraph, KernSmooth, @@ -23,7 +22,8 @@ Imports: deldir (>= 0.0-18), scales, sp, stats -Suggests: knitr +Suggests: ggplot2, + knitr VignetteBuilder: knitr RoxygenNote: 6.1.0 Encoding: UTF-8 diff --git a/NEWS b/NEWS index c5fe7070..46e51a1a 100644 --- a/NEWS +++ b/NEWS @@ -1,139 +1,23 @@ -cholera 0.5.0.9020 +cholera 0.5.1 ================== -- remove profilePlot(). -- copyedit vignettes. +# Fixes # - -cholera 0.5.0.9019 -================== - -- amend function documentation, formatting and warnings. - - -cholera 0.5.0.9018 -================== - -- set "point" as default token in addCases(). -- change "theta" to "angle" in profilePlot(). -- set profilePlot() to "profile_plot". -- fix typos and formatting. - - -cholera 0.5.0.9017 -================== - -- add profilePlot() prototype. - - -cholera 0.5.0.9016 -================== - -- amend profilePerspective() prototype. - - -cholera 0.5.0.9015 -================== - -- add profilePerspective() and plot.profile() prototype. - - -cholera 0.5.0.9014 -================== - -- snowMap2() -> snowMap(). -- add addBorder(), addRoads() and mapRange(). -- amend profilePlot() prototype. - - -cholera 0.5.0.9013 -================== - -- add snowMap2() prototype. -- add profilePlot() prototype. - - -cholera 0.5.0.9012 -================== - -- enable ellipses and negative selection in addPump(). - - -cholera 0.5.0.9011 -================== - -- add CONTRIBUTING. - - -cholera 0.5.0.9010 -================== - -- consolidate walkingDistance() and walkingPath(). - - -cholera 0.5.0.9009 -================== - -- consolidate addEuclideanPath(), euclideanDistance() and euclideanPath() and - use "address" based computation. - - -cholera 0.5.0.9008 -================== - -- add euclideanPath() beta. - - -cholera 0.5.0.9007 -================== - -- allow custom axes labels in plot.time_series(). - - -cholera 0.5.0.9006 -================== - -- walkingAuxillaryFunctions.R: consolidate drawPath() and drawPath2(). - - -cholera 0.5.0.9005 -================== - -- implement ellipses in plot.time_series() (#1). - - -cholera 0.5.0.9004 -================== - -- remove hard coding for pumps: - addWalkingPath(), walkingDistance() and walkingPath(). +- backward compatibility (R 3.4.4) related to base::isFALSE() & bug fix. - fix for multiple results in walkingDistance() and walkingPath(). +# Function Changes # -cholera 0.5.0.9003 -================== - -- test new warnings for addNeighborhood(). - - -cholera 0.5.0.9002 -================== - -- add drawPath2() for euclideanPath() in walkingAuxillaryFunctions.R. -- add fix for vertical Euclidean paths. - - -cholera 0.5.0.9001 -================== - -- remove hard coding for pumps. - +- enable ellipses (...) in plot.time_series() (#1). +- enable ellipses and negative selection in addPump(). +- consolidate addEuclideanPath(), euclideanDistance(), euclideanPath(), + walkingDistance() and walkingPath() -cholera 0.5.0.9000 -================== +# New Functions # -- isFALSE() -> == FALSE for backward compatibility & bug fix: - addEuclideanPath(), addWalkingPath() and walkingPath(). +- addBorder() +- addRoads() +- mapRange() cholera 0.5.0 diff --git a/README.md b/README.md index 39a0a3ac..5a878a11 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/cholera)](https://cran.r-project.org/package=cholera) -[![GitHub\_Status\_Badge](https://img.shields.io/badge/GitHub-0.5.0.9020-red.svg)](https://github.com/lindbrook/cholera/blob/master/NEWS) +[![GitHub\_Status\_Badge](https://img.shields.io/badge/GitHub-0.5.1-red.svg)](https://github.com/lindbrook/cholera/blob/master/NEWS) cholera: amend, augment and aid analysis of John Snow's 1854 cholera map ------------------------------------------------------------------------ diff --git a/cran-comments.md b/cran-comments.md index bf86711b..59ea0319 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,12 @@ ### Test environments * local OS X install, R 3.5.1 (2018-07-02) -* win-builder (devel and release) +* win-builder ("R-release", "R-devel" and "R-oldrelease") + + +### CRAN Package Check Results for Package 'cholera' + +A few functions in 'cholera' 0.5.0 returned an error with R 3.4.4. This was related to the fact that base::isFALSE() was introduced in R 3.5.0. This has been addressed in 'cholera' 0.5.1. ### R CMD check results @@ -11,17 +16,22 @@ R 3.5.1 (2018-07-02), x86_64-apple-darwin15.6.0 (64-bit): * 0 errors | 0 warnings | 0 notes -R-devel: R Under development (2018-07-15 r74966): x86_64-w64-mingw32 (64-bit) +R-release: R 3.5.1 (2018-07-02): x86_64-w64-mingw32 (64-bit) * 0 errors | 0 warnings | 0 notes -R-release: R 3.5.1 (2018-07-02): x86_64-w64-mingw32 (64-bit) +R-devel: R Under development (2018-08-13 r75131): x86_64-w64-mingw32 (64-bit) + +* 0 errors | 0 warnings | 0 notes + + +R-oldrelease: R 3.4.4 (2018-03-15): x86_64-w64-mingw32 (64-bit) * 0 errors | 0 warnings | 0 notes ### Reverse dependencies -There are no reverse dependencies: +There are no reverse dependencies: tools::dependsOnPkgs("cholera") returns character(0)