diff --git a/README.Rmd b/README.Rmd index f03319d..80ff124 100644 --- a/README.Rmd +++ b/README.Rmd @@ -77,7 +77,7 @@ You have diverse raw data sets that you need to preprocess and tidy in order to: R packages have a 10MB size limit, at least on [CRAN](https://cran.r-project.org/web/packages/policies.html). BioConductor [ExperimentHub](http://contributions.bioconductor.org/data.html#data) may be able to support larger data packages. - Sharing large volumes of raw data in an R package format is still not ideal, and there are public biological data repositories better suited for raw data: e.g., [GEO](https://www.ncbi.nlm.nih.gov/geo/), [SRA](https://www.ncbi.nlm.nih.gov/sra), [ImmPort](https://www.immport.org/), [ImmuneSpace](https://immunespace.org/), [FlowRepository](https://flowrepository.org/). + Sharing large volumes of raw data in an R package format is still not ideal, and there are public biological data repositories better suited for raw data: e.g., [GEO](https://www.ncbi.nlm.nih.gov/geo/), [SRA](https://www.ncbi.nlm.nih.gov/sra), [ImmPort](https://www.immport.org/), [ImmuneSpace](https://immunespace.org/), [FlowRepository](http://flowrepository.org/). Tools like [datastorr](https://github.com/ropenscilabs/datastorr) can help with this and we hope to integrate the into DataPackageR in the future. diff --git a/README.md b/README.md index 77696e6..c6f0212 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ purpose is to contain, access, and / or document data sets. [SRA](https://www.ncbi.nlm.nih.gov/sra), [ImmPort](https://www.immport.org/), [ImmuneSpace](https://immunespace.org/), - [FlowRepository](https://flowrepository.org/). + [FlowRepository](http://flowrepository.org/). Tools like [datastorr](https://github.com/traitecoevo/datastorr) can help with this and we hope to integrate the into DataPackageR in