Skip to content

Commit 77f72b6

Browse files
committed
update NEWS
[ci skip]
1 parent b755201 commit 77f72b6

4 files changed

Lines changed: 16 additions & 10 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ BugReports: https://github.com/stan-dev/rstantools/issues
3333
Encoding: UTF-8
3434
LazyData: true
3535
SystemRequirements: pandoc, C++14
36-
Imports: stats, utils, Rcpp (>= 0.12.16), desc, RcppParallel (>= 5.0.1)
36+
Imports: desc, stats, utils, Rcpp (>= 0.12.16), RcppParallel (>= 5.0.1)
3737
Suggests:
3838
rstan (>= 2.17.2),
3939
usethis (>= 1.5.1),

NEWS.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
# rstantools 2.0.0.9000
1+
<!--
2+
# rstantools 2.1.0.9000
23
34
(Github issue/PR numbers in parentheses)
45
6+
* Items for next release
7+
-->
8+
9+
# rstantools 2.1.0
10+
11+
* Compatibility with StanHeaders 2.21.0-3
12+
* Improve messaging around updating NAMESPACE file (#75, @mikekaminsky)
513
* More informative error message for `rstan_create_package()` when directory
614
already exists. (#68, @mcol)
15+
* Add generated C++ files to .gitignore and .Rbuildignore (#66, @mcol)
16+
* New generic `posterior_epred()` (#74)
717

818
# rstantools 2.0.0
919

R/posterior_epred.R

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#' Generic function for accessing the posterior distribution of the
22
#' conditional expectation
33
#'
4-
#' Extract the posterior draws of the conditional expectation. The
5-
#' `posterior_epred()` function is essentially a less noisy way obtain averages
6-
#' over the output of [posterior_predict()]. See the \pkg{rstanarm} package for
7-
#' an example.
4+
#' Extract the posterior draws of the conditional expectation.
5+
#' See the \pkg{rstanarm} package for an example.
86
#'
97
#' @export
108
#' @template args-object

man/posterior_epred.Rd

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)