From 611e65411a73256e02ddd11362517a4dd42ea54c Mon Sep 17 00:00:00 2001 From: Andrew Hooker Date: Mon, 12 Dec 2016 14:45:14 +0100 Subject: [PATCH] Updated news and cran-comments for package submission --- NEWS | 2 +- cran-comments.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2679cc7f..ceb327c3 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ PopED News/Changelog PopED 0.3.2 =========== -* Changed the `summary` method for the results of `poped_optim` to a `print` method. Just use `print(output)`. Also exported the method in the NAMESPACE so everyone can actually use it! +* Exported the `summary` method for the results of `poped_optim` in the PopED NAMESPACE, so that the method can actually be used! Just use `summary(output)`. * Fixed some old bugs that used `return` as a varible in functions, a la MATLAB. diff --git a/cran-comments.md b/cran-comments.md index e5e605c5..75b4dd40 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,12 @@ +## Changes + +Changes in this version of PopED are: + +* A fix to a bug pointed out by Duncan Murdoch about the use of + C-like `return` code. + +* A change to the PopED NAMESPACE so that an S3 method can be seen by users. + ## Test environments * local macOS (10.12.1) install, R 3.3.2 * ubuntu 12.04 (on travis-ci), R 3.3.1