metrumresearchgroup / bbr

R interface for model and project management
https://metrumresearchgroup.github.io/bbr/
Other
23 stars 2 forks source link

nm_join: abort and point to nm_join_bayes if passed nmbayes model #662

Closed kyleam closed 7 months ago

kyleam commented 7 months ago

nm_join() is incompatible with nmbayes models (it will fail looking for the files in the top-level output directory).

bbr in general avoids embedding information about bbr.bayes, but there are already some exceptions. Make one here too to point callers in the right direction.

Re: https://github.com/metrumresearchgroup/bbr.bayes/issues/36