Closed AlexanderPico closed 5 years ago
Travis is failing. One reason is that rWikiPathways isn't installed. I only added library(rWikiPathways)
. If you want to have a more complete installation in the vignette, simply add:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("rWikiPathways")
Merging #112 into master will decrease coverage by
0.18%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #112 +/- ##
==========================================
- Coverage 70.52% 70.33% -0.19%
==========================================
Files 21 21
Lines 7768 7768
==========================================
- Hits 5478 5464 -14
- Misses 2290 2304 +14
Impacted Files | Coverage Δ | |
---|---|---|
R/prim.algorithm.R | 79.11% <0%> (-7.6%) |
:arrow_down: |
R/bootstrap.R | 86.58% <0%> (-0.64%) |
: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 1028697...8a16375. Read the comment docs.
Replaced by #113
As discussed with Marco, this PR replaces with pathway example with real pathways from WikiPathways.
Attached are replacement images for this section of the vignette using the same png filenames to simplify replacement.