Skip to content

Commit 39bcf0b

Browse files
authored
Merge pull request #138 from stan-dev/fix-NOTE
fix R cmd check NOTE and regenerate doc
2 parents e8505f4 + 1c87853 commit 39bcf0b

5 files changed

Lines changed: 14 additions & 10 deletions

File tree

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export(bayes_R2)
1010
export(init_cpp)
1111
export(log_lik)
1212
export(loo_R2)
13+
export(loo_epred)
1314
export(loo_linpred)
1415
export(loo_pit)
1516
export(loo_predict)

man-roxygen/details-license.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#' @details In order to enable Stan functionality, \pkg{\link{rstantools}}
2-
#' copies some files to your package. Since these files are licensed as
2+
#' copies some files to your package. Since these files are licensed as
33
#' GPL >= 3, the same license applies to your package should you choose to
44
#' distribute it. Even if you don't use \pkg{\link{rstantools}} to create
5-
#' your package, it is likely that you will be linking to \pkg{\link{Rcpp}} to
5+
#' your package, it is likely that you will be linking to \pkg{Rcpp} to
66
#' export the Stan C++ `stanmodel` objects to \R. Since
7-
#' \pkg{\link{Rcpp}} is released under GPL >= 2, the same license would apply
7+
#' \pkg{Rcpp} is released under GPL >= 2, the same license would apply
88
#' to your package upon distribution.

man/bayes_R2.Rd

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

man/loo-prediction.Rd

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

man/rstan_create_package.Rd

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

0 commit comments

Comments
 (0)