Skip to content

Commit 75cab62

Browse files
committed
update DESCRIPTION and NEWS
[ci skip]
1 parent 9c7f93f commit 75cab62

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: shinystan
22
Title: Interactive Visual and Numerical Diagnostics and Posterior Analysis for
33
Bayesian Models
4-
Version: 2.0.2
5-
Date: 2015-12-24
4+
Version: 2.1.0
5+
Date: 2016-01-06
66
Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"),
77
email = "[email protected]"),
88
person(family = "Stan Development Team", role = "ctb"),
@@ -22,8 +22,8 @@ Description: We provide a graphical user interface for interactive Markov chain
2222
framework and works with the output of MCMC programs written in any programming
2323
language (and has extended functionality for Stan models fit using the rstan
2424
package and the No-U-Turn sampler).
25-
URL: https://github.com/stan-dev/shinystan, http://mc-stan.org/
26-
BugReports: https://github.com/stan-dev/shinystan/issues
25+
URL: https://github.com/stan-dev/shinystan/, http://mc-stan.org/
26+
BugReports: https://github.com/stan-dev/shinystan/issues/
2727
Depends:
2828
R (>= 3.1.0),
2929
shiny (>= 0.12.1)

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# `shinystan news`
22

3-
### Version 2.0.2
4-
* Compatibility with forthcoming ggplot2 update
3+
### Version 2.1.0
4+
* Compatibility with recent ggplot2 update
55
* Select parameters via regular expressions in parameters plot ('Estimate' page)
66
* Fix error when selecting an entire parameter group in parameters
77
plot ('Estimate' page)

0 commit comments

Comments
 (0)