Skip to content

Commit

Permalink
release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
lindbrook committed Aug 14, 2018
1 parent 9789a13 commit 983ff51
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 137 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -14,7 +14,6 @@ LazyData: true
Depends: R (>= 2.10)
Imports: deldir (>= 0.0-18),
HistData (>= 0.7-8),
ggplot2,
grDevices,
igraph,
KernSmooth,
Expand All @@ -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
140 changes: 12 additions & 128 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- README.md is generated from README.Rmd. Please edit that file -->

[![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
------------------------------------------------------------------------
Expand Down
18 changes: 14 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)

0 comments on commit 983ff51

Please sign in to comment.