Skip to content

Releases: mcanouil/NACHO

NACHO 2.0.6

12 Jan 19:13
ab11ee9
Compare
Choose a tag to compare

Fixes

  • In R/qc_positive_control.R,
    • fix: use R-squared instead of Pearson correlation coefficient. (#48)

NACHO 2.0.5

07 Aug 15:55
v2.0.5
c363232
Compare
Choose a tag to compare

Fixes

  • In R/autoplot.R,
    • fix: set height in ggplot2::position_jitter() to 0 to avoid vertical dispersion points. (#45)
  • In inst/app/www/about-nacho.md,

Tests

  • In tests/testthat/test-load_rcc.R,
    • fix: add testthat::skip_on_cran() to decrease CRAN checks computation time.

Full Changelog: v2.0.4...v2.0.5

NACHO 2.0.4

01 Apr 12:45
v2.0.4
e9fe8d7
Compare
Choose a tag to compare

Fixes

  • In inst/CITATION,
    • fix: convert citEntry to bibentry from CRAN note.

Full Changelog: v2.0.3...v2.0.4

NACHO 2.0.3

01 Apr 12:04
v2.0.3
bab80fb
Compare
Choose a tag to compare

Chores

  • In DESCRIPTION,
    • chore: update domain name.

Full Changelog: v2.0.2...v2.0.3

NACHO 2.0.2

05 Dec 19:05
v2.0.2
5f0d507
Compare
Choose a tag to compare

Chores

  • In DESCRIPTION,
    • chore: update email address.
  • chore: remove ggbeeswarm.

Full Changelog: v2.0.1...v2.0.2

NACHO 2.0.1

24 Nov 22:57
v2.0.1
Compare
Choose a tag to compare

Chores

  • In DESCRIPTION,
    • chore: update email address.

Full Changelog: v2.0.0...v2.0.1

NACHO 2.0.0

31 May 08:54
v2.0.0
fe4e615
Compare
Choose a tag to compare

Major (breaking) changes

  • Refactor to use data.table instead of dplyr/tidyr/purrr.

Features

  • Ensure RCC files are homogeneous in terms of versions. #20
  • Allow to use vector of file paths, named or not. #33
  • Allow to upload a CSV file associated with the RCC files within the shiny application. #36

Full Changelog: v1.1.0...v2.0.0

NACHO 1.1.0

14 Jan 15:28
Compare
Choose a tag to compare

Breaking changes

  • In DESCRIPTION,
    • Update ggplot2 version (>= 3.3.0).
    • Update dplyr version (>= 1.0.2).
  • In R/autoplot.R,
    • Replace ggplot2::expand_scale() with ggplot2::expansion().

Minor improvements and fixes

  • In R/load_rcc.R,
    • Remove deprecated dplyr::progress_estimated().
  • In R/norm_glm.R,
    • Remove deprecated dplyr::progress_estimated().
  • In tests,
    • Small tweaks.
    • Add condition when trying to download files from a GEO dataset (Fix CRAN checks).

NACHO 1.0.2

06 Jan 11:13
Compare
Choose a tag to compare

Minor improvements and fixes

  • In DESCRIPTION,
    • Update URLs.
  • In R/normalise.R,
    • Fix missing "outliers_thresholds" field after normalise() without removing outliers (#26).
  • In R/GSE74821.R,
    • Now uses data-raw root directory.
  • In R/*,
    • No longer generates Rd files for internal functions.

NACHO 1.0.1

26 May 22:36
Compare
Choose a tag to compare

Minor improvements and fixes

  • Fix deprecated documentation for R/load_rcc.R and R/normalise.R.
  • Use file.path() in examples and vignette.
  • In R/autoplot.R, reduce alpha for ellipses.
  • In inst/app/utils.R, set default point size (also for outliers) to 1.
  • In R/load_rcc.R, use inherits() instead of class().
  • Code optimisation.