Issues
- 5
Compare to r-argparse
#45 opened by Mitmischer - 2
If "callback" `option` with "character" `type` then logical `default` converted into a character value
#47 opened by trevorld - 0
Occasional CRAN ERROR when compiling vignette with pandoc on MacOS (x86) probably due to low memory
#44 opened by trevorld - 0
Fix new CRAN NOTE
#43 opened by trevorld - 3
- 2
Adding support for actions
#22 opened by Tezirg - 10
Can we get mandatory argument support ?
#17 opened by statquant - 5
- 2
How to pass arguments when sourcing a script using optparse to parse arguments
#41 opened by hsiaoyi0504 - 2
Wrap long help text
#30 opened by nh3 - 1
Error in make_option(c("-id", "--patientId"), type = "character", default = NULL, : Short flag -id must only be a '-' and a single letter
#40 opened by worker000000 - 2
Passing arguments with spaces?
#39 opened by gguyver - 3
- 1
- 4
No error/warning about "no such option" when 'positional_arguments == TRUE'
#34 opened by greg-minshall - 1
- 1
Short flag -co must only be a '-' and a single letter
#33 opened by zqsha - 2
- 1
- 2
- 2
Number of values an option take is incorrectly calculated when action=='callback' and positional_argument == TRUE
#28 opened by nh3 - 2
- 2
Passing zero length strings
#25 opened by MrFlick - 5
"-g" argument raises warning
#24 opened by hmontenegro - 1
Apparent cut-and-paste error in documentation
#23 opened by jjramsey - 0
Update vignette link
#21 opened by trevorld - 1
Fix getopt version dependency in DESCRIPTION
#20 opened by dy-kim - 0
Error when trying to not use a help flag
#19 opened by trevorld - 1
Can optparse accept multiple files (--input file1.txt file2.txt --chip file3.txt file4.txt)?
#18 opened by endrebak - 2
R CMD check failures for me
#16 opened by hadley - 5
Convert hyphens to underscores.
#9 opened by audy - 0
Add examples to README
#10 opened by trevorld - 2
option defaults can no longer have length zero
#14 opened by tyner - 1
Export S4 classes
#11 opened by humburg - 0
Move tests from inst to tests
#8 opened by trevorld - 3
- 8
Required arguments
#3 opened by krlmlr - 1
Problems with negative numbers
#1 opened by trevorld