Bugfix for R 2.15 not including reshape

This commit is contained in:
Mark DePristo 2012-06-09 10:10:30 -04:00
parent 43ad890fcc
commit a822087f11
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ library(gsalib)
library(ggplot2) library(ggplot2)
library(gplots) library(gplots)
library(tools) library(tools)
library(reshape)
# #
# Standard command line switch. Can we loaded interactively for development # Standard command line switch. Can we loaded interactively for development