Remove XGR from Remotes to fix GHA dependency installation failure (dnet/supraHex unavailable on Bioconductor devel). XGR remains in Suggests with requireNamespace() guards.
Add "aut" role to maintainer in DESCRIPTION (required by --as-cran).
echoannot 1.0.0
New features
Remove deprecated NOTT2019_plot_bp_query and NOTT2019_epigenomic_histograms wrappers.
Bug fixes
Move XGR from Imports to Suggests with requireNamespace() guards, since XGR is no longer maintained on CRAN/Bioconductor.
Update R requirement from >= 4.0.0 to >= 4.1.
Rd: convert \itemize to \describe for named lists, add \dontrun{} guards to examples requiring XGR.
Remove tracked .DS_Store files.
echoannot 0.99.13
Bug fixes
Local R CMD check fixes and compatibility updates.
echoannot 0.99.12
New features
Standardize rworkflows.yml with canonical template: enable Docker on ghcr.io, set write-all permissions.
Make save_path more unique by adding params to name.
ROADMAP_tabix:
Can now find a read in existing files of the same.
XGR_query –> XGR_query:
Embed n_top as an option, passed to XGR_filter_assays and XGR_filter_sources.
xgr_query –> xgr_example (to avoid conflict with func name)
Move functions to echoplot:
ROADMAP_plot and plotting subfunctions.
XGR_plot and plotting subfunctions.
Move functions to downloadR:
zenodo_upload
zenodo_list
Remove Imports:
scales
piggyback
RColorBrewer
zen4R
test_enrichment:
Can convert data.tables to GRL too.
Pass up args from PermTest: min.parallel,force.parallel
Allow users to set seed.
Move zenodo_list to downloadR
Bug fixes
ROADMAP_query: rtracklayer::import has some bugs that prevent it from importing certain bed.gz files. So implemented a workaround using custom functions instead.