- fix link aesthetic mappings (
l_width/l_alpha) being ignored with elbow links, and stagger shared elbow positions automatically so their vertical segments no longer overlap - spread viruses sharing the same coordinate into evenly spaced slots via
set_layout(..., spread = TRUE)(enabled by default inlayout_timeline()), carry metadata columns (including facet variables) into link and label layers, and duplicate flows that cross facets so they remain visible in each panel - refine vignette examples that suffered from stacked viruses and overlapping links
- add a curated host color palette:
seqcombo_host_palette(),apply_seqcombo_palette()for label-to-color mapping, andscale_seqcombo_host()as ready-made colour/fill scales - extend
example_seqcombo_data()withlongandgenotypeteaching datasets, alongside the existingbasicandtimelinevariants - improve ggplot2 compatibility by replacing deprecated
aes_()usage and switching line border sizing tolinewidth - add validation for
flow_infoids and emptysegment_colorentries, and preserve existing coordinates for nodes not present inflow_info - add
build_virus_info()andbuild_flow_info()helpers,set_layout(..., preserve_x / preserve_y), and curved reassortment links - add
build_flow_info_from_long(), segment labels inside virus glyphs, andbuild_segment_caption()for figure annotations - add link aesthetics mapped from
flow_info, a dedicatedlayout_timeline()helper, and faceting support viafacet_by - add
seqcombo_dataconvenience helpers,autoplot(),check_seqcombo_data(),example_seqcombo_data(), andtheme_seqcombo_pub()for publication-style workflows - refresh package metadata, including the package title, description, and
BugReportsURL, and add therlangimport - migrate the package vignette from
.Rmdto Quarto.qmdand update the vignette build workflow - standardize historical
NEWS.mdentries and fix typos for older releases - replace the legacy
docs/-based GitHub Pages flow with deployment from a dedicatedgh-pagesbranch via GitHub Actions - remove
deploy.shandseqcombo.Rproj - remove legacy artifacts, including the
outdated/examples folder, the retired.travis.ymlconfig, and unreferenced vignette screenshots
- Bioconductor RELEASE_3_23 (2026-04-29, Wed)
- Bioconductor RELEASE_3_22 (2025-11-01, Sat)
- Bioconductor RELEASE_3_21 (2025-04-17, Thu)
- Bioconductor RELEASE_3_20 (2024-10-30, Wed)
- Bioconductor RELEASE_3_19 (2024-05-15, Wed)
- Bioconductor RELEASE_3_18 (2023-10-25, Wed)
- Bioconductor RELEASE_3_16 (2022-11-02, Wed)
- update docs (2021-12-15, Wed)
- remove code that was incorporated into ggmsa
- Bioconductor RELEASE_3_14
- import yulab.utils (2021-08-20, Fri)
- move
seqdiffandsimplotto the ggmsa package
- Bioconductor RELEASE_3_13
- Bioconductor RELEASE_3_12 (2020-10-28, Wed)
- fix R CMD check by importing
dplyr::n(2019-01-02, Wed)
- better simplot implementation (2018-01-09, Fri)
- add
geom_genotype(2017-08-29, Tue)
- add
geom_hybrid(2017-08-17, Thu)
- add
hybrid_plot(2017-06-30, Fri)
- add more parameters for plot,
by,xlab,color, andfill
- add vignette
- initial version with a plot method for nucleotide differences between two aligned sequences (2016-11-16, Wed)