Releases: easystats/easystats
easystats 0.7.4
-
Added a new vignette, A complete workflow using easystats.
-
install_suggested()
did not install required hard-dependencies for
suggested packages. This is fixed now, thanks to @viv-analytics. -
Minor changes, fixes to broken URLs.
easystats 0.7.3
-
New function
easystats_packages()
that produces a character vector with
the names of all packages in theeasystats
ecosystem (#417). -
Updated
citation()
information. -
easystats_update()
andinstall_suggested()
now use the pak package, if
this is installed.
easystats 0.7.2
-
Add a vignette on the R version policy for all packages in the easystats
ecosystem (#403). -
Fixed CRAN check issues.
easystats 0.7.1
Bug fix
- Fixed issue with detecting correct version of development packages when version
numbers on CRAN and GitHub were identical.
easystats 0.7.0
Major Changes
-
Given their significant contributions throughout the ecosystem, the package
gains two new authors: Etienne Bacher
and Rémi Thériault. Welcome on-board! -
This release changes the licensing model of
{easystats}
to an MIT license. -
All component packages have been bumped to their latest versions.
Minor Changes
model_dashboard()
gains a new argumentbrowse_html
to control if the
rendered dashboard is opened in the browser.
easystats 0.6.0
Breaking Changes
- The minimum needed R version has been bumped to
3.6
.
-
Following functions have been removed since they are not expected to be of
any relevance for the users:CRAN_checks()
on_CRAN()
Major Changes
-
All hard dependencies have been bum 7C4F ped to their latest versions.
-
The
model_dashboard()
is now less verbose when some of the various functions
do not support the provided model class, to keep the output clean. -
The
model_dashboard()
now better captures errors and providing more
informative messages on how to seek help. -
Fixed NOTEs in CRAN checks.
easystats 0.5.2
- Initial CRAN release.