Sage-Bionetworks / syndccutils

code for managing data coordinating operations through Synapse
7 stars 8 forks source link

ggplot2 dependency trouble #93

Closed kdaily closed 6 years ago

kdaily commented 6 years ago

DESCRIPTION requires ggplot2 2.2.1.9000; couldn't get this. Looks like this was maybe installed via devtools? Is it really required?

kdaily commented 6 years ago

Should have git blamed first, @karawoo added that. When I installed the package it complained. Will try again!

karawoo commented 6 years ago

It is needed because some functions in the package use ggplot2 functionality that's only in the development version (like the viridis scales). What error did you get? This line ought to ensure that the GitHub version of ggplot2 gets installed automatically.

https://github.com/Sage-Bionetworks/syndccutils/blob/c369f0a852aed0125997154a470e91a7dcc7ca61/R/DESCRIPTION#L43

Or was it installing ggplot2 that failed?