stan-dev / rstantools

Tools for Developing R Packages Interfacing with Stan
https://mc-stan.org/rstantools
GNU General Public License v3.0
51 stars 21 forks source link

rstanarm and brms helpers #32

Open jgabry opened 6 years ago

jgabry commented 6 years ago

@paul-buerkner I think rstanarm and brms should outsource more of their internal helper/utility functions to rstantools. Many are similar and also useful for other developers and it would also simplify the code in rstanarm and brms. What do you think!

paul-buerkner commented 6 years ago

I agree. What kind of helpers do you have in mind?

Edit: many potential functions can be found here: https://github.com/paul-buerkner/brms/blob/master/R/misc.R

jgabry commented 6 years ago

I guess anything that could potentially be shared by rstanarm and brms without too much work. Also anything that might be convenient for anyone else developing a package with rstan. I’ll think more about it.

On Sun, Apr 22, 2018 at 7:14 PM Paul-Christian Bürkner < notifications@github.com> wrote:

I agree. What kind of helpers do you have in mind?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/stan-dev/rstantools/issues/32#issuecomment-383419921, or mute the thread https://github.com/notifications/unsubscribe-auth/AHb4Q9qG2JZbtWPLa43AdTtDJRIY4pvjks5trQ7TgaJpZM4TfESu .

avehtari commented 10 months ago

It seems there hasn't been much activity in rstantools, and some shared code is now in posterior. Given we have posterior it would be good to clarify what should go to posterior and what would go to rstantools. Comments?

jgabry commented 10 months ago

Good question. I just got home after traveling for several weeks and I have a lot to catch up on. After that, it would be good to have a chat about this and coordinating other things in the R packages too!