timriffe / DemoTools

Tools for the evaluation, adjustment, and standardization of demographic data
https://timriffe.github.io/DemoTools
Other
59 stars 31 forks source link

New depency on development `rstan` #176

Closed cimentadaj closed 3 years ago

cimentadaj commented 3 years ago

Rstan is causing many problems here and there. See for example #136 but also some local problems when running migration problems. I managed to fix the local problems by pumping rstan to their latest development version 2.26.0. Users should be encouraged to install this versions using this:

install.packages("rstan", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))

Maybe with this we can already begin to fix #136.

timriffe commented 3 years ago

Thx @cimentadaj Can this be handled with the Remotes: field in DESCRIPTION? or do users really need to do this?

On Thu, Jan 21, 2021 at 2:51 PM Jorge Cimentada notifications@github.com wrote:

Rstan is causing many problems here and there. See for example #136 https://github.com/timriffe/DemoTools/pull/136 but also some local problems when running migration problems. I managed to fix the local problems by pumping rstan to their latest development version 2.26.0. Users should be encouraged to install this versions using this:

install.packages("rstan", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))

Maybe with this we can already begin to fix #136 https://github.com/timriffe/DemoTools/pull/136.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/timriffe/DemoTools/issues/176, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG43G6LON37DUWAMK5DUOTS3AWMJANCNFSM4WM4SRWQ .

cimentadaj commented 3 years ago

I don't think so. 2.26.0 is actually a branch that they will soon merge to GH.

Best,


Jorge Cimentada https://cimentadaj.github.io/ https://cimentadaj.github.io/

On Thu, Jan 21, 2021 at 2:53 PM Tim Riffe notifications@github.com wrote:

Thx @cimentadaj Can this be handled with the Remotes: field in DESCRIPTION? or do users really need to do this?

On Thu, Jan 21, 2021 at 2:51 PM Jorge Cimentada notifications@github.com wrote:

Rstan is causing many problems here and there. See for example #136 https://github.com/timriffe/DemoTools/pull/136 but also some local problems when running migration problems. I managed to fix the local problems by pumping rstan to their latest development version 2.26.0. Users should be encouraged to install this versions using this:

install.packages("rstan", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))

Maybe with this we can already begin to fix #136 https://github.com/timriffe/DemoTools/pull/136.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/timriffe/DemoTools/issues/176, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAG43G6LON37DUWAMK5DUOTS3AWMJANCNFSM4WM4SRWQ

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/timriffe/DemoTools/issues/176#issuecomment-764657008, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6NCOPVTFCYKJL4QMYJB3LS3AWUHANCNFSM4WM4SRWQ .