Package data has been successfully offloaded to Zenodo (https://zenodo.org/records/21415886) and is no longer directly embedded in the package. The data is now dynamically retrieved and cached via BiocFileCache.
Embedded a miniature test dataset archive in inst/extdata for rapid local testing and offline execution without remote dependencies.
Added curatedBreastData_pData (pre-concatenated phenotype metadata from all datasets) to the package reference index, manual vignette, and documentation.
Configured a new pkgdown documentation site to host the package reference manual and manual vignette.
BUG FIXES
Fixed operator precedence bugs and replaced deprecated 1:... loop sequence generators with type-safe seq_along() and seq_len().