Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhooker committed Oct 19, 2016
1 parent dbaf006 commit 281299e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: PopED
Type: Package
Title: Population (and Individual) Optimal Experimental Design
Version: 0.3.0.9012
Version: 0.3.1
Depends:
R (>= 2.14)
Imports:
Expand Down
22 changes: 18 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,18 +1,32 @@
PopED News/Changelog

PopED 0.3.0.9000
PopED 0.3.1
===========

* Added a vignette to introduce PopED!

* Improved optimization with `poped_optim`, plus all example scripts now running with `poped_optim`.

* Update to more easily allow discrete optimization of xt and a variables. See the example scripts.

* Added a summary method for the results of `poped_optim`. Just use `summary(output)`.

* changed handling of seed numbers in optimizations.

* more robust handling of non-population models

* more natural handling of NA values in design vectors

* NAMESPACE: removed ggplot2 from "Depends" and added to "Imports"

* Added mean line to efficiency plots.

* Update to error handling for Laplace approximation to ED objective function.

* Update to more easily allow discrete optimization of xt and a variables.
* Update to computation and error handling for Laplace approximation to ED objective function.

* Added more intuitive cost function input. See examples in `?poped_optim`

* Various small changes and bug fixes.


PopED 0.3.0
===========
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments
* local OS X (10.11.2) install, R 3.2.3
* ubuntu 12.04 (on travis-ci), R 3.2.3
* win-builder (devel and release)
* local OS X (10.12) install, R 3.3.1
* ubuntu 12.04 (on travis-ci), R 3.3.1
* win-builder (release)

## R CMD check results
There were no ERRORs, WARNINGs or NOTEs.
Expand Down

0 comments on commit 281299e

Please sign in to comment.