You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install RGtk2 on windows from source using install.packages('RGtk2', type='source') to emulate a packrat workflow where I need to restore old versions of RGtk2 from source.
When testing this on the version on cran I get the following error:
./RGtk2/gobject.h:7:18: fatal error: glib.h: No such file or directory
#include <glib.h>
I have r tools installed and have makevars set up to point to local323 from here which has helped with a number of other package compilations from source.
It looks as though glib doesn't come with local323. Can I ask how you would set this up for a windows installation?
Kind Regards,
Adam
The text was updated successfully, but these errors were encountered:
Hi there,
I am trying to install RGtk2 on windows from source using install.packages('RGtk2', type='source') to emulate a packrat workflow where I need to restore old versions of RGtk2 from source.
When testing this on the version on cran I get the following error:
I have r tools installed and have makevars set up to point to local323 from here which has helped with a number of other package compilations from source.
It looks as though glib doesn't come with local323. Can I ask how you would set this up for a windows installation?
Kind Regards,
Adam
The text was updated successfully, but these errors were encountered: