Bugfix for R 2.15 not including reshape
This commit is contained in:
parent
43ad890fcc
commit
a822087f11
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue