# HG changeset patch # User greg # Date 1471285149 14400 # Node ID a11f7a3427775bb5e959eda705475523e4296736 # Parent f3737c086298e7e7958bf93bf8e53f1061f7be2e Uploaded diff -r f3737c086298 -r a11f7a342777 hello_world.R --- a/hello_world.R Mon Aug 15 14:17:51 2016 -0400 +++ b/hello_world.R Mon Aug 15 14:19:09 2016 -0400 @@ -3,7 +3,7 @@ suppressPackageStartupMessages(library("optparse")) -option_list <- list( +options_list <- list( make_option(c("-o", "--output"), action="store", help="Output dataset") )