Changes in version 0.7.6 (2026-05-24) - library(easystats) is now faster for bad internet connections. - library(easystats) now politely respects arguments quietly = TRUE and verbose = FALSE to hide startup messages. Changes in version 0.7.5 (2025-07-11) - New function easystats_citations() to report the total number of Google Scholar citations for easystats publications. - New function easystats_downloads() to report download statistics for easystats packages from CRAN. - The source argument in install_latest() gets a "github" option, to install the latest version from the GitHub-repositories main-branch. Usually, this is not needed, because r-universe provides latest binaries. Changes in version 0.7.4 (2025-02-06) - 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. Changes in version 0.7.3 (2024-07-22) - 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. Changes in version 0.7.2 (2024-06-06) - Add a vignette on the R version policy for all packages in the easystats ecosystem (#403). - Fixed CRAN check issues. Changes in version 0.7.1 (2024-03-28) Bug fix - Fixed issue with detecting correct version of development packages when version numbers on CRAN and GitHub were identical. Changes in version 0.7.0 (2023-11-05) 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 argument browse_html to control if the rendered dashboard is opened in the browser. Changes in version 0.6.0 (2022-11-29) 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 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. Changes in version 0.5.2 (2022-08-30) - Initial CRAN submission. Changes in version 0.5.1 - 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. Changes in version 0.5.0 - 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. Changes in version 0.4.1 - Adds datawizard package. - Adds a new function install_suggested() to install suggested packages. Changes in version 0.4.0 - Includes a new package for automated reporting of statistical analyses: report. - Moves rvest, xml2, and remotes from Imports to Suggests. Changes in version 0.3.0 - 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.