# HG changeset patch # User greg # Date 1471283763 14400 # Node ID 65fb665f37e3e14eb9b0d3f605722b9d34cb2147 # Parent 304377330941d0887de88c32da2c9669c6a17ceb Uploaded diff -r 304377330941 -r 65fb665f37e3 hello_world.R --- a/hello_world.R Mon Aug 15 13:33:07 2016 -0400 +++ b/hello_world.R Mon Aug 15 13:56:03 2016 -0400 @@ -7,6 +7,5 @@ make_option(c("-o", "--output"), action="store", help="Output dataset") ) -line<-"Hello World" -base::save(line, file=opt$output) +base::save("Hello world!", file=opt$output)