bc / retina

Tools for visualizing and comparing data from vertebrate retinas
14 stars 3 forks source link

Why is R trying to download gWidgets? #17

Closed chisholmie closed 7 years ago

chisholmie commented 7 years ago

When I run require(retina), R says:

Loading required package: gWidgetsRGtk2 Trying to install required package gWidgetsRGtk2 also installing the dependencies ‘RGtk2’, ‘cairoDevice’

Packages which are only available in source form, and may need compilation of C/C++/Fortran: ‘RGtk2’ ‘cairoDevice’

and then later it says~

ERROR: dependencies ‘RGtk2’, ‘cairoDevice’ are not available for package ‘gWidgetsRGtk2’

Is there a way for me to stop this from happening?

chisholmie commented 7 years ago

Oh I closed out of it & now it's working!!