Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@clemasso clemasso released this 21 Aug 08:05
· 14 commits to develop since this release
577a5d6

rjd3revisions 1.4.0

Installation

Source version

From GitHub

To install this release automatically, you can use the code from the README:

# install.packages("remotes")
remotes::install_github("rjdverse/[email protected]")

From R-Universe

install.packages("rjd3revisions", repos = c("https://rjdverse.r-universe.dev", "https://cloud.r-project.org"))

From file

  • Download the file rjd3revisions_1.4.0.tar.gz
  • Install with the command line:
install.packages("rjd3revisions_1.4.0.tar.gz", repos = NULL, type = "source")

Updates

Added

  • user-defined thresholds for tests assessment
  • possibility to add plot of revisions in report
  • New View(), summary() and print() method to visualize the revision analysis

Changed

  • pivot from {formattable} dependency to {flextable} to build the tables
  • simulate_long() is now an exported function to construct datasets example

Fixed

  • solve a display glitch in diagonal view of functions print.rjd3rev_vintages() and print.rjd3rev_revisions()