Skip to content

v0.2.0: Quality, CRAN readiness and stability

Choose a tag to compare

@PALP31 PALP31 released this 25 Aug 23:11
· 2 commits to main since this release

Summary

Release focused on package quality, reproducibility, CRAN readiness, and stable statistical workflows. Public API from v0.1.0 remains compatible.

Changes

  • Fixed CRAN checks: metadata, imports, namespaces, ASCII source, formula construction, and local artifact handling.
  • Added centralized validation for designs, columns, response families, missing values, boundaries, and singular fits.
  • Added RNG-safe reproducible layouts and expanded tests covering CRD, RCBD, factorial, split-plot, repeated measures, Gaussian, Poisson, and non-parametric workflows.
  • Added CI for release, oldrel-1, and devel R across Ubuntu, macOS, and Windows; coverage and pkgdown workflows.
  • Added four vignettes, methodological references, contributor guidance, issue forms, NEWS, and CRAN comments.

Verification

  • 38 test blocks pass.
  • Clean tarball: R CMD check --as-cran returns 0 errors, 0 warnings, 0 notes.
  • pkgdown configuration and Shiny launch path validated.

Installation

remotes::install_github("PALP31/agriDesignR@v0.2.0")