Skip to contents
ptestR 0.1.1
- Restructured package for CRAN-style hygiene: proper
DESCRIPTION, URL, BugReports.
- Consolidated duplicated
get_newp() helper into R/utils.R.
- Replaced
require() calls with @importFrom declarations throughout.
- Added
@importFrom stats glm gaussian binomial to silence R CMD check notes.
- Added
R/ptestR-package.R with package-level documentation.
- Added
tests/testthat/ with 3 tests per exported function.
- Added
_pkgdown.yml with Bootstrap 5 theme in the package colour palette.
- Added
.github/workflows/R-CMD-check.yaml CI across ubuntu, macOS, and Windows.
- Added hex sticker logo (
man/figures/logo.svg).