File: NAMESPACE

package info (click to toggle)
r-cran-optparse 1.7.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: sh: 9; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated by roxygen2: do not edit by hand

export(IndentedHelpFormatter)
export(OptionParser)
export(OptionParserOption)
export(TitledHelpFormatter)
export(add_option)
export(make_option)
export(parse_args)
export(parse_args2)
export(print_help)
exportClasses(OptionParser)
exportClasses(OptionParserOption)
import(getopt)
import(methods)
importFrom(utils,tail)