Skip to content

v0.3.2

Choose a tag to compare

@TanguyBarthelemy TanguyBarthelemy released this 07 Feb 12:56
fcc0b35

{JDCruncheR} v0.3.2

Installation

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

From GitHub

remotes::install_github("InseeFr/JDCruncheR@*release")

From R-Universe

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

From CRAN

install.packages("JDCruncheR")

Updates

Added

  • New item grade to the jdc_thresholds option to specify the different grades when computing the score
  • New arguments file which will replace matrix_output_file for extract_QR()
  • New arguments x which can contains a diagnostic matrix for extract_QR()

Fixed

  • bug in recode_vec() when changing the grades with factor object
  • extractQR() works with v3 now