-
Notifications
You must be signed in to change notification settings - Fork 12
Home
heike edited this page Sep 20, 2012
·
32 revisions
- Instructions on installing Qt under different operating systems.
- Install the
cranvas
package (using thedevtools
package)
## use devtools to install other dependencies from GitHub
if (!require('devtools')) install.packages('devtools') # needs Curl for RCurl
library(devtools)
## it takes a few minutes to install qtbase, but you do not need to reinstall it every time
install_github('qtbase', 'ggobi'); install_github('qtpaint', 'ggobi')
install.packages(c('scales', 'tourr', 'objectSignals', 'objectProperties', 'plumbr')) # install scales from CRAN
pkgs <- list(hadley = c('productplots', 'densityvis'))
for (repo in names(pkgs)) {
for (pkg in pkgs[[repo]]) install_github(pkg, repo)
}
## and finally cranvas:
install_github('cranvas', 'ggobi', args="--no-multiarch")
- http://imgur.com is a nice place to upload images
- http://vimeo.com for videos (Hadley has a pro account if you need to upload something big)