Skip to content

Commit

Permalink
Updated news and cran-comments for package submission
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhooker committed Dec 12, 2016
1 parent d5ce58e commit 611e654
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
9 changes: 9 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 611e654

Please sign in to comment.