Browse code

minor change to line wrapping

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

p.shannon authored on 19/02/2014 17:54:45
Showing 1 changed files

... ...
@@ -18,7 +18,8 @@ run = function (dataDir)
18 18
 
19 19
   save (matrices, tbl.md, file=serializedFile)
20 20
   printf("saved %d matrices to %s", length(matrices), serializedFile)
21
-  printf("next step:  copy %s to <packageRoot>/MotifDb/inst/extdata, rebuild package", serializedFile)
21
+  printf("next step:  copy %s to <packageRoot>/MotifDb/inst/extdata, rebuild package",
22
+         serializedFile)
22 23
 
23 24
 } # run
24 25
 #------------------------------------------------------------------------------------------------------------------------