issues
search
dzhang32
/
ggtranscript
Visualizing transcript structure and annotation using ggplot2
https://dzhang32.github.io/ggtranscript/
Other
131
stars
9
forks
source link
1.0.0: update ggtranscript to work with the latest versions of R, ggplot2 and ggrepel
#14
Closed
dzhang32
closed
2 months ago
dzhang32
commented
2 months ago
Summary of changes
Fixes
https://github.com/dzhang32/ggtranscript/issues/13
and
https://github.com/dzhang32/ggtranscript/issues/10
Newer version of ggplot2 deprecated "size" in favour of "linewidth"
Replaces "size" with "linewidth"
Fixes
https://github.com/dzhang32/ggtranscript/issues/8
"y_orig" conflicted with a variable name in the newer version
ggrepel
.
Replaces "y_orig" with "y_original".
Fixes all unit tests, updating snapshots where needed.
Updates CI workflow to use the latests R/bioconductor versions and simplifies it to testing on linux-only.
Fixes any
R CMD Check
issues.
Summary of changes
ggrepel
.R CMD Check
issues.