Skip to content

Commit

Permalink
update NEWS
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
jgabry committed Jun 1, 2020
1 parent b755201 commit 77f72b6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ BugReports: https://github.com/stan-dev/rstantools/issues
Encoding: UTF-8
LazyData: true
SystemRequirements: pandoc, C++14
Imports: stats, utils, Rcpp (>= 0.12.16), desc, RcppParallel (>= 5.0.1)
Imports: desc, stats, utils, Rcpp (>= 0.12.16), RcppParallel (>= 5.0.1)
Suggests:
rstan (>= 2.17.2),
usethis (>= 1.5.1),
Expand Down
12 changes: 11 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# rstantools 2.0.0.9000
<!--
# rstantools 2.1.0.9000
(Github issue/PR numbers in parentheses)
* Items for next release
-->

# rstantools 2.1.0

* Compatibility with StanHeaders 2.21.0-3
* Improve messaging around updating NAMESPACE file (#75, @mikekaminsky)
* More informative error message for `rstan_create_package()` when directory
already exists. (#68, @mcol)
* Add generated C++ files to .gitignore and .Rbuildignore (#66, @mcol)
* New generic `posterior_epred()` (#74)

# rstantools 2.0.0

Expand Down
6 changes: 2 additions & 4 deletions R/posterior_epred.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#' Generic function for accessing the posterior distribution of the
#' conditional expectation
#'
#' Extract the posterior draws of the conditional expectation. The
#' `posterior_epred()` function is essentially a less noisy way obtain averages
#' over the output of [posterior_predict()]. See the \pkg{rstanarm} package for
#' an example.
#' Extract the posterior draws of the conditional expectation.
#' See the \pkg{rstanarm} package for an example.
#'
#' @export
#' @template args-object
Expand Down
6 changes: 2 additions & 4 deletions man/posterior_epred.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 77f72b6

Please sign in to comment.