Skip to content

Commit

Permalink
bump brms dependency and import read_csv_as_stanfit (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjclark committed Aug 29, 2024
1 parent 0c778da commit 99303d8
Show file tree
Hide file tree
Showing 129 changed files with 1,007 additions and 6,620 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BugReports: https://github.com/nicholasjclark/mvgam/issues
License: MIT + file LICENSE
Depends:
R (>= 3.6.0),
brms (>= 2.17)
brms (>= 2.21.0)
Imports:
methods,
mgcv (>= 1.8-13),
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ importFrom(brms,prior_string)
importFrom(brms,pstudent_t)
importFrom(brms,qstudent_t)
importFrom(brms,rbeta_binomial)
importFrom(brms,read_csv_as_stanfit)
importFrom(brms,rstudent_t)
importFrom(brms,stancode)
importFrom(brms,standata)
Expand Down Expand Up @@ -176,7 +177,6 @@ importFrom(marginaleffects,get_vcov)
importFrom(marginaleffects,plot_predictions)
importFrom(marginaleffects,set_coef)
importFrom(methods,cbind2)
importFrom(methods,new)
importFrom(mgcv,Predict.matrix)
importFrom(mgcv,Rrank)
importFrom(mgcv,bam)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

## Bug fixes
* Added a new check to ensure that exception messages are only suppressed by the `silent` argument if the user's version of 'cmdstanr' is adequate
* Updated dependency for 'brms' to version >= '2.21.0' so that `read_csv_as_stanfit` can be imported, which should future-proof the conversion of 'cmdstanr' models to `stanfit` objects (#70)

# mvgam 1.1.2
## New functionalities
Expand Down
Loading

0 comments on commit 99303d8

Please sign in to comment.