stianlagstad / chimeraviz

chimeraviz is an R package that automates the creation of chimeric RNA visualizations.
37 stars 14 forks source link

Fix if-tests that cause failures with R 3.6 #69

Closed stianlagstad closed 5 years ago

stianlagstad commented 5 years ago

R 3.6 is stricter. Ref:

codecov-io commented 5 years ago

Codecov Report

Merging #69 into master will decrease coverage by 0.32%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
- Coverage   64.66%   64.33%   -0.33%     
==========================================
  Files          21       21              
  Lines        4559     4164     -395     
==========================================
- Hits         2948     2679     -269     
+ Misses       1611     1485     -126
Impacted Files Coverage Δ
R/utilities.R 80.62% <100%> (+0.62%) :arrow_up:
R/plot_fusion_reads.R 59.12% <0%> (-0.88%) :arrow_down:
R/import_ericscript.R 91.66% <0%> (-0.4%) :arrow_down:
R/plot_fusion_transcript.R 57.75% <0%> (-0.38%) :arrow_down:
R/import_soapfuse.R 97.84% <0%> (-0.25%) :arrow_down:
R/import_jaffa.R 91.66% <0%> (-0.16%) :arrow_down:
R/import_fusioncatcher.R 99.03% <0%> (-0.13%) :arrow_down:
R/import_oncofuse.R 91.3% <0%> (-0.13%) :arrow_down:
R/plot_transcripts.R 51.96% <0%> (-0.07%) :arrow_down:
R/AllClasses.R 0% <0%> (ø) :arrow_up:
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7211395...6f37271. Read the comment docs.