From a1240dd04d33f487570451cb5e091b2fe24fe8d1 Mon Sep 17 00:00:00 2001 From: jgabry Date: Tue, 24 May 2016 18:15:24 -0400 Subject: [PATCH] don't ignore NEWS --- .Rbuildignore | 1 - inst/NEWS | 28 ---------------------------- 2 files changed, 29 deletions(-) delete mode 100644 inst/NEWS diff --git a/.Rbuildignore b/.Rbuildignore index 368c9ae0..7066ea24 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -2,7 +2,6 @@ ^\.Rproj\.user$ LICENSE ^\.travis\.yml$ -^NEWS\.md$ ^README\.md$ .gitignore ^cran-comments\.md$ diff --git a/inst/NEWS b/inst/NEWS deleted file mode 100644 index a2867056..00000000 --- a/inst/NEWS +++ /dev/null @@ -1,28 +0,0 @@ -Version 2.2.0 -* Add optional argument 'pars' to the as.shinystan() method for stanfit objects, - allowing a subset of parameters to be selected for inclusion in the resulting - shinystan object. -* Introduce drop_parameters() function for removing parameters from a shinystan - object (useful for very large objects when you only want to look at a subset of - parameters). -* Allow selecting 'yrep' from global environment on the PPcheck page -* Change as.shinystan() to S4 generic with methods -* Add 'rsconnect' package to Imports and 'rstanarm' package to Suggests -* Rename some of the slots in shinystan objects. The update_sso() function can - be used to ensure that old shinystan objects have an internal structure - compatible with this release. -* Improve line coverage of api tests - -Version 2.1.0 -* Compatibility with ggplot2 version 2.0.0 -* Select parameters via regular expressions in parameters plot (Estimate page) -* Fix error when selecting an entire parameter group in parameters - plot (Estimate page) - -Version 2.0.1 -* Fixes small bugs and typos -* Adds support for stanreg objects from 'rstanarm' package -* Moves ggplot2 from Depends to Imports - -Version 2.0.0 -* Initial CRAN release