AlbertoAlmuinha / bayesmodels

The Tidymodels Extension for Bayesian Models
https://albertoalmuinha.github.io/bayesmodels/
Other
54 stars 9 forks source link

Unable to install the package #13

Closed lg1000 closed 2 years ago

lg1000 commented 2 years ago

I am just trying to install your package with no success. I did try on mac and on windows 10 under R version 4.1.1 and 4.1.2. When I try to install via cran it states, that this package is not available for my version of R.

When I try to install the development version, I get the following error:

BAYES_ERROR

Restarting R did not help.

RodrigoZepeda commented 2 years ago

Try updating cli first: update.packages("cli").

AlbertoAlmuinha commented 2 years ago

Yeah, you should update cli first as Rodrigo told.