Patch release addressing CRAN auto-check feedback on the 1.0.2 resubmission:
DESCRIPTION (Albatineh, Altunkaynak,
Gamgam, Kibria, Panichkitkosolkul, Zogheib) in single quotes so
CRAN's spell-checker no longer flags them as misspellings.README to download
cvcqv_1.0.0.tar.gz from the GitHub repo (the file no longer exists;
install from CRAN instead).Resubmission after CRAN archival on 2022-05-19.
checkRd: Lost braces NOTEs by rewriting
\strong{LABEL:}{ TEXT } (an invalid two-argument form) as
\strong{LABEL:} TEXT in CoefVarCI, CoefQuartVarCI, cv_versatile,
and cqv_versatile documentation.LazyData: true from DESCRIPTION (the package ships no
exported datasets — this was the cause of the 2022 archival).\href{http://doi.org/...} references in source comments
and README to canonical https://doi.org/... URLs.r-lib/actions v2:
R-CMD-check, test-coverage, pkgdown, lint, pr-commands..github/dependabot.yml to keep workflow action versions
current.DESCRIPTION from 3.1.2 to 3.5.0
(current CRAN floor).R CMD check --as-cran reports 0 errors, 0 warnings, 0 notes; all 568 testthat
assertions pass.These functions and classes work:
|name |is.R6.. |Description | |:----------------|:-------|:---------------------------------------| |CoefVar |TRUE |Coefficient of Variation (cv) | |CoefQuartVar |TRUE |Coefficient of Quartile Variation (cqv) | |CoefVarCI |TRUE |Confidence Intervals for cv | |CoefQuartVarCI |TRUE |Confidence Intervals for cqv | |SampleQuantiles |TRUE |Sample Quantiles | |cv_versatile |FALSE |Coefficient of Variation | |cqv_versatile |FALSE |Coefficient of Quartile Variation | |BootCoefVar |TRUE |Bootstrap Resampling for cv | |BootCoefQuartVar |TRUE |Bootstrap Resampling for cqv |