NACHO 2.0.5
Fixes
- In
R/autoplot.R
,- fix: set
height
inggplot2::position_jitter()
to0
to avoid vertical dispersion points. (#45)
- fix: set
- In
inst/app/www/about-nacho.md
,- fix: shiny[dot]rstudio[dot]com moved to https://shiny.posit.co/.
Tests
- In
tests/testthat/test-load_rcc.R
,- fix: add
testthat::skip_on_cran()
to decrease CRAN checks computation time.
- fix: add
Full Changelog: v2.0.4...v2.0.5