1 min read

R package installation tips on Ubuntu

rgl

sudo apt-get install r-cran-rgl

RBGL, R interface to the Boost Graph Library

#! /usr/bin/R
source("http://bioconductor.org/biocLite.R")
biocLite("RBGL")