Hiya folks! {greta} 0.4.0 is nearly ready for release, and I am excited! This release features an overhauled installation helper, install_greta_deps()
.
We’d really appreciate it if people might be able to try it out - details here: https://greta-stats.org/articles/faq.html#how-do-i-install-greta-dependencies
We haven’t submitted this to CRAN yet - so you’ll need to install the development version, which you can do with:
options(
repos = c(
gretadev = 'https://greta-dev.r-universe.dev',
CRAN = 'https://cloud.r-project.org'
)
)
# Install greta
install.packages('greta')
There are also a heap of bug fixes and new features, detailed here: https://greta-stats.org/news/index.html.
We’re going to be doing more regular release cycles in the future, I’m excited for what is in the pipeline!