wwiecek / baggr

R package for Bayesian meta-analysis models, using Stan
GNU General Public License v3.0
46 stars 12 forks source link

remove quantreg dependency #117

Closed homataheri closed 2 years ago

homataheri commented 2 years ago

Today I experienced this error message while installing the baggr package.

Screen Shot 2021-12-12 at 08 28 55

wwiecek commented 2 years ago

Thanks, looks like purely a quantreg installation issue. I'd recommend trying to install it first (install.packages("quantreg") will not require compilation of package from source). You may need to move to R version 4. Then installing baggr. Please let me know how that goes. The next version of baggr may remove dependence on quantreg package as it is currently not needed.

homataheri commented 2 years ago

Thank you, Witold. I just started learning R last week, so there are many unknowns to me. I realized that I need to install R, before working with R-Studio. I installed R and then installed the baggr, and it worked.

Thank you again for this great work.

wwiecek commented 2 years ago

Glad it worked, good luck with R! Please me know if you run into any trouble.

I will use this GitHub issue as a reminder to remove quantreg dependency in the future