TestSpecs/gen: add ggplot2 import in generated R scripts
authorP2P-Next User <p2p@p2p-next-04-201.grid.pub.ro>
Thu, 19 Aug 2010 21:22:31 +0000 (21:22 +0000)
committerP2P-Next User <p2p@p2p-next-04-201.grid.pub.ro>
Thu, 19 Aug 2010 21:22:31 +0000 (21:22 +0000)
TestSpecs/gen/rgen

index 56c5501..517527c 100755 (executable)
@@ -44,6 +44,9 @@ test_is_leecher()
 parse_comment
 
 cat <<END
+# import ggplot2
+library(ggplot2)
+
 # Read transmitted command line arguments
 args <- commandArgs(trailingOnly = TRUE)