Skip to content

Commit

Permalink
Re-document using RStudio's Ctrl + Shift + D shortcut (i.e., not
Browse files Browse the repository at this point in the history
calling `library(projpred)` beforehand).

If the re-documentation would have taken place by calling `library(projpred)`
and then `devtools::document(roclets = c('rd', 'namespace'))` in the console
(the `roclets = c('rd', 'namespace')` part is due to the `PackageRoxygenize:
rd,namespace` entry in the `brms.Rproj` file), then in
`man/get_refmodel.brmsfit.Rd`, line `get_refmodel.brmsfit(` would have been
replaced by `\method{get_refmodel}{brmsfit}(`.
  • Loading branch information
fweber144 committed Jul 5, 2023
1 parent 65a73c3 commit baee38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ S3method(prior_predictor,btl)
S3method(prior_predictor,btnl)
S3method(prior_predictor,default)
S3method(prior_summary,brmsfit)
S3method(projpred::get_refmodel,brmsfit)
S3method(r_eff_log_lik,"function")
S3method(r_eff_log_lik,matrix)
S3method(ranef,brmsfit)
Expand Down

0 comments on commit baee38f

Please sign in to comment.