Closed mjsteinbaugh closed 6 years ago
R/AllClasses.R:645:1: style: Trailing blank lines are superfluous.
^
R/AllClasses.R:645:1: style: Trailing blank lines are superfluous.
^
Looks like bioc-devel
is failing
Maybe need to revert https://github.com/hbc/bcbioRNASeq/pull/104/commits/03ab682ec0858c33fa26a99625bee98143ee0258 ?
Merging #104 into master will decrease coverage by
0.07%
. The diff coverage is95.91%
.
@@ Coverage Diff @@
## master #104 +/- ##
==========================================
- Coverage 85.8% 85.72% -0.08%
==========================================
Files 44 44
Lines 2254 2256 +2
==========================================
Hits 1934 1934
- Misses 320 322 +2
Impacted Files | Coverage Δ | |
---|---|---|
R/methods-plotExonicMappingRate.R | 91.66% <100%> (-0.23%) |
:arrow_down: |
R/methods-plotIntronicMappingRate.R | 91.66% <100%> (-0.23%) |
:arrow_down: |
R/AllClasses.R | 83.25% <95.74%> (-0.6%) |
:arrow_down: |
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 2d97862...bf7d2fa. Read the comment docs.
R/AllClasses.R:645:1: style: Trailing blank lines are superfluous.
^
R/AllClasses.R:645:1: style: Trailing blank lines are superfluous.
^
Okay this should be good to go now.
Appveyor still borked, looks like the issue is building against devel, can we just build against release?
Not easily – checking against Bioconductor release uses a super old version on AppVeyor. We can just disable the build checks for this for the moment
R/AllClasses.R:645:1: style: Trailing blank lines are superfluous.
^
R/AllClasses.R:645:1: style: Trailing blank lines are superfluous.
^
@roryk Okay Travis and AppVeyor should both be good to go now
Awesome! Thanks so much Mike.
@roryk This should work for testing bcbio integration.
Minor changes
bcbioRNASeq()
constructor to work with minimal bcbio test data.aes_()
in favor of consistent usage ofaes_string()
. This will make the transition to [ggplot2][] v2.3.0 easier in a future update.