bartongroup / RATS

Relative Abundance of Transcripts: An R package for the detection of Differential Transcript isoform Usage.
MIT License
32 stars 1 forks source link

ggplot2 not being loaded for the tests #62

Closed fruce-ki closed 5 years ago

fruce-ki commented 5 years ago

Despite the roxygen2 tag '@import ggplot2' being present in all the functions that use ggplot, 'testthat' seems not to load it properly, resulting in 'ggplot() not found' errors.

The issue became apparent after removing all the explicit 'ggplot2::' prefixes that were previously used to avoid explicitly importing ggplot2 and making it an optional dependency.