Skip to content

Releases: InseeFr/rjd3qr

v0.4.0

Choose a tag to compare

@TanguyBarthelemy TanguyBarthelemy released this 15 Jun 09:53

0.4.0 - 2026-06-15

Added

  • New classes for JVS objects
  • New function extract_JVS to extract the JVS plug-in
  • New function to export QR, mQR and JVS matrix object: write()
  • New vignette to explain how to use extract_JVS and the whole process.
  • New contributor: Eulalie Delaune

Fixed

  • Solved the partial coloring bug in the output file. The value tab is now colored in its entirety, not just part of it. #44
  • sa_on_sa statistics are renamed in s_on_sa
  • QR produced if missing values
  • compute_score() works now with conditional_indicator

Changed

  • The arguments sep and dec to specify the import specification are now in ... in the function extractQR().

Removed

  • The argument matrix_output_file is removed and replaced by file in the function extractQR().

Deprecated

  • The function export_xlsx() is deprecated in favour of write.

v0.3.6

Choose a tag to compare

@TanguyBarthelemy TanguyBarthelemy released this 24 Jul 15:10

{JDCruncheR} 0.3.6

Updates

Changed

  • integer column (from demetra_m) are now recognized as numeric

Fixed

  • extract_QR() works now with missing information (as start, end and n)

Added

  • New item for demetra_m in v3 (diagnostics.fcast-outsample-mean, diagnostics.fcast-outsample-variance)

v0.3.5

Choose a tag to compare

@TanguyBarthelemy TanguyBarthelemy released this 14 Apr 15:00

{JDCruncheR} 0.3.5

Installation

Source version

From GitHub

# install.packages("remotes")
remotes::install_github("InseeFr/JDCruncheR@v0.3.5")

From CRAN and R-Universe

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

Updates

Changed

  • na.rm = TRUE by default in compute_score() #36
  • extract_QR accept demetra_m with duplicated columns

v0.3.4

Choose a tag to compare

@TanguyBarthelemy TanguyBarthelemy released this 27 Mar 17:59

{JDCruncheR} 0.3.4

Updates

Changed

  • Re-organise and simplify the process to integrate item to the demetra_m matrix (from v2 and v3)

v0.3.3

Choose a tag to compare

@TanguyBarthelemy TanguyBarthelemy released this 20 Feb 10:17
fdb4d3f

{JDCruncheR} 0.3.3 - CRAN release

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

Fixed

  • Remove the use of lambda function and base pipe for R version < 4.1

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

0.3.1

Choose a tag to compare

@TanguyBarthelemy TanguyBarthelemy released this 10 Oct 12:59
78ccc25

Changelog

Fixed

  • bug in export_xlsx() with ifelse()

{JDCruncheR} 0.3.0

Choose a tag to compare

@TanguyBarthelemy TanguyBarthelemy released this 09 Oct 12:25
257c148

Changelog

Changed

  • Update readme
  • remove all functions related to cruncher

Fixed

  • resolve a bug linked to shell function
  • resolve a bug related to accent colnames
  • lintr is up-to-date
  • extract_QR works with V3 workspaces
  • Fixed bug with Tramo-Seats series --> Now, WS with Tramo-Seats series are accepted!
  • if column of demetra_m are not available, there will be NA instead
  • lintr any(is.na(...)) -> anyNA(...)

Added

  • Github Action to check the package
  • New functions to manage the jdc_thresholds option

JDCruncheR v0.2.4

Choose a tag to compare

@AliceTchang AliceTchang released this 27 Jul 17:45
65bb224

The package is now available in English by default, with help pages and vignettes still available in French.

JDCruncherR v0.2.3

Choose a tag to compare

@AQLT AQLT released this 05 Feb 13:05

Pour installer le package, télécharger le fichier JDCruncheR_0.2.3.zip ou JDCruncheR_0.2.3.tar.gz.
Les nouveautés sont visibles sous https://github.com/InseeFr/JDCruncheR/blob/master/NEWS.md.