SF.net SVN: gar:[23907] csw/mgar/gar/v2/lib/python/package_age.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Aug 3 03:25:56 CEST 2014
Revision: 23907
http://sourceforge.net/p/gar/code/23907
Author: wahwah
Date: 2014-08-03 01:25:51 +0000 (Sun, 03 Aug 2014)
Log Message:
-----------
package-ages: Correct default output file path
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/package_age.py
Modified: csw/mgar/gar/v2/lib/python/package_age.py
===================================================================
--- csw/mgar/gar/v2/lib/python/package_age.py 2014-08-02 22:10:39 UTC (rev 23906)
+++ csw/mgar/gar/v2/lib/python/package_age.py 2014-08-03 01:25:51 UTC (rev 23907)
@@ -6,7 +6,7 @@
To draw a histogram of package ages, run this in R:
-data <- read.table(file="/media/ivy-shared/package-ages.txt", header=TRUE,
+data <- read.table(file="package-ages.txt", header=TRUE,
colClasses=c("factor", "factor", "Date"))
png(filename="package-ages.png", width=1024, height=1024)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list