Skip to content

Releases: rjdverse/rjd3revisions

v1.4.0

21 Aug 08:05
577a5d6
Compare
Choose a tag to compare

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/rjd3revisions@v1.4.0")

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()

v1.3.2

10 Jul 10:11
7cb03d3
Compare
Choose a tag to compare

rjd3revisions 1.3.2

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/rjd3revisions@v1.3.2")

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.3.2.tar.gz
  • Install with the command line:
install.packages("rjd3revisions_1.3.2.tar.gz", repos = NULL, type = "source")

Binary versions

  • Download the binary version of the package related to your R version (so the file rjd3revisions_1.3.2_R_X.X.X.zip with X.X.X your version of R):
# For example with R 4.2.3
temp_path <- file.path(tempdir(), "rjd3revisions_1.3.2.zip")
download.file(
    url = "https://github.com/rjdverse/rjd3revisions/releases/download/v1.3.2/rjd3revisions_1.3.2_R_4.2.3.zip",
    destfile = temp_path
)
install.packages(temp_path, repos = NULL, type = "binary")

Updates

Added

  • new functions to visualise the vintages with method View() and plot()

Changed

  • add linting in the code
  • declare all the dependencies outside of base
  • remove wrong JARS

Fixed

  • resolved issues #32 with removing useless code

v1.3.1

22 Apr 15:43
19d1db0
Compare
Choose a tag to compare

rjd3revisions 1.3.1

Fixed

  • solve bug with .Rd file of function revision_analysis

v1.3.0

22 Apr 13:42
5c1469a
Compare
Choose a tag to compare

rjd3revisions 1.3.0

Changed

  • refactor function revision_analysis()

Fixed

  • solve bug create_vintages with xlsx with vertical and horizontal view

Added

  • generic functions associated to create_vintages() and get_revisions() for better input visualisation

v1.2.1

12 Apr 09:59
ae8ed99
Compare
Choose a tag to compare

rjd3revisions 1.2.1

Changed

  • refactor vignette

Fixed

  • solve bug create_vintages with xlsx
  • fixed render report

Added

  • new date format accepted

v1.2.0

11 Apr 15:25
730660d
Compare
Choose a tag to compare

rjd3revisions 1.2.0

Added

  • new input accepted (vertical, horizontal)
  • new functions to check the input format (check_XXX())
  • new functions to convert an input format into another (from_XXX_to_XXX())
  • generate report in pdf format
  • new function to simulate long format input data

Changed

  • function to create vintage accept different format input (vertical, horizontal and long)

Full Changelog: v1.1.0...v1.2.0

v1.1.0: Merge pull request #4 from clemasso/main

28 Aug 07:55
00dcf76
Compare
Choose a tag to compare

Initial release

16 Jun 12:27
afb803b
Compare
Choose a tag to compare

Release based on JD+_main : v3.0.2