Closed fruce-ki closed 6 years ago
This is an issue with how the dependencies were declared.
Should be fixed now.
The code in rats
has been refactored so as to not import the namespaces of shiny
, wasabi
, rhdf5
and ggplot2
, and they are now listed as "suggested" packages.
shiny
,wasabi
andggplot2
are intended to be optional dependencies. However, in practice, R mandates their presence in order to installrats
.