Re: [Bioc-devel] Large data frames in inst/extdata

2021-08-04 Thread Vincent Carey
If the data frames are outcomes of experiments (wet lab or computational) use ExperimentHub If annotation, use AnnotationHub Submission instructions for these Hub contributions are available at, e.g., https://bioconductor.org/packages/release/bioc/vignettes/ExperimentHubData/inst/doc/ExperimentHu

[Bioc-devel] Large data frames in inst/extdata

2021-08-04 Thread Kelsey Chetnik via Bioc-devel
I have a package I would like to submit to Bioconductor. Some functions of the package utilize precalculated data frames currently stored in the inst/extdata directory. These data frames result in the source package exceeding 5 MB (~25 MB). Are there any best practices or recommendations for st