- Set the R dependency to require at least version 4.1.0.
- Fixed CRAN build issues related to Quarto availability.
- Resolved portability issues flagged during CRAN checks.
- Modified the description of the age_list_gen() function.
- Withdrawn due to unresolved issues flagged during M1 Mac testing.
- Updated the package description to enclose the package name in single quotes: 'ComBatFamQC'.
- Added references in the description field to describe the methods, formatted per CRAN guidelines (e.g., authors (year) doi:...).
- Replaced all instances of
print()
withmessage()
inR/visual_prep.R
andR/Help_Func.R
to align with CRAN's recommended practices for console output. - Ensured the use of
tempfile()
for creating temporary directories in examples, vignettes, and tests to comply with CRAN's file handling policies. - Cleaned up all temporary files using
unlink()
. - Optimized examples to ensure they run in less than 5 seconds.
- Did not pass the pre-check on CRAN.
0 errors | 0 warnings | 0 notes
Thank you so much for reviewing the package again.