Browse code

made download message date current

git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MotifDb@79948 bc3139a8-67e5-0310-9ffc-ced21a209358

p.shannon authored on 30/08/2013 15:37:51
Showing 1 changed files

... ...
@@ -202,7 +202,7 @@ setMethod('show', 'MotifList',
202 202
       if (length (object) == 0)
203 203
         return ()
204 204
       
205
-      cat ('| Created from downloaded public sources: 2012-Nov-01', '\n', sep='')
205
+      cat ('| Created from downloaded public sources: 2013-Aug-30', '\n', sep='')
206 206
 
207 207
       tbl.dataSource = as.data.frame (table (values (object)$dataSource))
208 208
       tbl.org = as.data.frame (table (values (object)$organism))