NEWS.md
SIGNIFICANT USER-VISIBLE CHANGES
BUG FIXES
SIGNIFICANT USER-VISIBLE CHANGES
regutools
is available at https://academic.oup.com/bioinformatics/advance-article-abstract/doi/10.1093/bioinformatics/btaa575/5861528 with DOI 10.1093/bioinformatics/btaa575 and PMID: 32573705.DOCUMENTATION UPDATES
SIGNIFICANT USER-VISIBLE CHANGES
regutools
is available at https://www.biorxiv.org/content/10.1101/2020.04.29.068551v1 with DOI https://doi.org/10.1101/2020.04.29.068551.SIGNIFICANT USER-VISIBLE CHANGES
connect_database()
as a bfc
parameter instead of path
.SIGNIFICANT USER-VISIBLE CHANGES
connect_database()
uses BiocFileCache::BiocFileCache()
and BiocFileCache::bfcrpath()
to download the database from Dropbox when it’s not available from AnnotationHub::query()
and caches the file so you don’t have to re-download it multiple times.SIGNIFICANT USER-VISIBLE CHANGES
BUG FIXES
Rscript -e 'remotes::install_github("r-lib/pkgdown#1276")'
. Details at https://github.com/r-lib/pkgdown/pull/1276 and related issues.SIGNIFICANT USER-VISIBLE CHANGES
regutools
package Description.BUG FIXES
get_regulatory_network()
related with Cytoscape conection.SIGNIFICANT CHANGES
BUG FIXES
mode = "w"
versus mode = "wb"
for utils::download.file()
as in https://github.com/LieberInstitute/spatialLIBD/commit/7ac24dc72cc75e42c9af8382c661517f4a64f08d.