Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export(bayes_R2)
export(init_cpp)
export(log_lik)
export(loo_R2)
export(loo_epred)
export(loo_linpred)
export(loo_pit)
export(loo_predict)
Expand Down
6 changes: 3 additions & 3 deletions man-roxygen/details-license.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#' @details In order to enable Stan functionality, \pkg{\link{rstantools}}
#' copies some files to your package. Since these files are licensed as
#' copies some files to your package. Since these files are licensed as
#' GPL >= 3, the same license applies to your package should you choose to
#' distribute it. Even if you don't use \pkg{\link{rstantools}} to create
#' your package, it is likely that you will be linking to \pkg{\link{Rcpp}} to
#' your package, it is likely that you will be linking to \pkg{Rcpp} to
#' export the Stan C++ `stanmodel` objects to \R. Since
#' \pkg{\link{Rcpp}} is released under GPL >= 2, the same license would apply
#' \pkg{Rcpp} is released under GPL >= 2, the same license would apply
#' to your package upon distribution.
4 changes: 2 additions & 2 deletions man/bayes_R2.Rd

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

9 changes: 6 additions & 3 deletions man/loo-prediction.Rd

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

4 changes: 2 additions & 2 deletions man/rstan_create_package.Rd

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

Loading