Skip to content

ggobi/rggobi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

185a053 · Jul 6, 2018
Jul 6, 2018
Sep 7, 2006
Feb 23, 2009
Jul 6, 2018
Jul 2, 2018
Aug 29, 2006
Jul 2, 2018
Jul 1, 2018
Jul 6, 2018
Apr 5, 2011
Jul 6, 2018
Aug 31, 2016
Jul 1, 2018
Aug 31, 2016
Jul 6, 2018
Apr 23, 2014
Sep 18, 2007
Oct 22, 2006
Aug 31, 2016
Jul 1, 2018

Repository files navigation

rggobi

Building from source

For a fresh checkout, you'll need to run

aclocal
autoconf

ggobi/rggobi on OS X

Currently, the easiest way to get rggobi on OS X is to get Gtk2 from homebrew, then install ggobi from source:

# Install homebrew (if you don't already have it)
brew install gtk+
brew install libxml2

# Set up PKG_CONFIG_PATH so rggobi can find all the pieces
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig

R
install.packages("rggobi", type = "source")