New function easystats_packages()
that produces a character vector with
the names of all packages in the easystats
ecosystem (#417).
Updated citation()
information.
easystats_update()
and install_suggested()
now use the pak package, if
this is installed.
Add a vignette on the R version policy for all packages in the easystats ecosystem (#403).
Fixed CRAN check issues.
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.
model_dashboard()
gains a new argument browse_html
to control if the
rendered dashboard is opened in the browser.3.6
.Following functions have been removed since they are not expected to be of any relevance for the users:
CRAN_checks()
on_CRAN()
All hard dependencies have been bumped 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.
install_latest()
gains a force
argument, to either force all packages
to be updates, or only update locally installed packages where newer
versions are available.Adds new model_dashboard()
function to generate a dashboard with regression
model summary from {easystats}
.
Bumps needed minimum R version to 3.5
.
Updates minimum needed versions of all packages to the latest versions.
Adds datawizard package.
Adds a new function install_suggested()
to install suggested packages.
Includes a new package for automated reporting of statistical analyses:
report
.
Moves rvest
, xml2
, and remotes
from Imports
to Suggests
.
Revised startup-messages, so these can be suppressed by using
suppressPackageStartupMessages()
.
The CRAN-check for errors or warnings in easystats
-packages is no longer
shown by default on startup. Use easystats::check_cran_status()
to see them.