-
Notifications
You must be signed in to change notification settings - Fork 12
Home
yihui edited this page Oct 3, 2011
·
32 revisions
- Instructions on installing Qt under different operating systems.
- Install the
cranvas
package- Users with R >= 2.14.0 can install
qtbase
andqtpaint
from Bioconductor
- Users with R >= 2.14.0 can install
source("http://www.bioconductor.org/biocLite.R")
biocLite(c('qtbase', 'qtpaint'))
- otherwise just use the code below
## install dependency from CRAN
install.packages(c('scales', 'tourr', 'objectSignals', 'maps'))
## install other dependencies from GitHub
if (!require('devtools')) install.packages('devtools') # needs Curl for RCurl
library(devtools)
pkgs <- list(hadley = c('productplots', 'densityvis'), ggobi = c('plumbr', 'qtbase', 'qtpaint', 'cranvas'))
for (repo in names(pkgs)) {
for (pkg in pkgs[[repo]]) install_github(pkg, repo)
}
- 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)