CRAN
getopt 1.20.3
C-Like 'getopt' Behavior
Released Mar 22, 2019 by Trevor L Davis
Package designed to be used with Rscript to write ``#!'' shebang scripts that accept short and long flags/options. Many users will prefer using instead the packages optparse or argparse which add extra features like automatically generated help option and usage, support for default values, positional argument support, etc.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>getopt</artifactId> <version>1.20.3-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:getopt')
Test Results
This package was last tested against Renjin 0.9.2725 on Mar 26, 2019.
- More_tests_to_get_coverage_up.tests_to_get_coverage_up
- Optional_usage_strings.Optional_usage_strings_work_as_expected
- Test_sort_list.sort_list_works_as_expected_E1
- Test_sort_list.sort_list_works_as_expected_E2
- Test_sort_list.sort_list_works_as_expected_E3
- Testing_getopt.don't_throw_error_if_multiple_matches_match_one_argument_fully_E1
- Testing_getopt.don't_throw_error_if_multiple_matches_match_one_argument_fully_E2
- Testing_getopt.empty_strings_are_handled_correctly_for_mandatory_character_arguments_E1
- Testing_getopt.empty_strings_are_handled_correctly_for_mandatory_character_arguments_E2
- Testing_getopt.empty_strings_are_handled_correctly_for_mandatory_character_arguments_E3
- Testing_getopt.getopt_works_as_expected_E1
- Testing_getopt.getopt_works_as_expected_E10
- Testing_getopt.getopt_works_as_expected_E11
- Testing_getopt.getopt_works_as_expected_E12
- Testing_getopt.getopt_works_as_expected_E13
- Testing_getopt.getopt_works_as_expected_E14
- Testing_getopt.getopt_works_as_expected_E15
- Testing_getopt.getopt_works_as_expected_E16
- Testing_getopt.getopt_works_as_expected_E17
- Testing_getopt.getopt_works_as_expected_E18
- Testing_getopt.getopt_works_as_expected_E19
- Testing_getopt.getopt_works_as_expected_E2
- Testing_getopt.getopt_works_as_expected_E20
- Testing_getopt.getopt_works_as_expected_E3
- Testing_getopt.getopt_works_as_expected_E4
- Testing_getopt.getopt_works_as_expected_E5
- Testing_getopt.getopt_works_as_expected_E6
- Testing_getopt.getopt_works_as_expected_E7
- Testing_getopt.getopt_works_as_expected_E8
- Testing_getopt.getopt_works_as_expected_E9
- Testing_getopt.more_helpful_warnings_upon_incorrect_input_E1
- Testing_getopt.more_helpful_warnings_upon_incorrect_input_E2
- Testing_getopt.negative_numbers_are_handled_correctly_E1
- Testing_getopt.negative_numbers_are_handled_correctly_E2
- Testing_getopt.negative_numbers_are_handled_correctly_E3
- Testing_getopt.negative_numbers_are_handled_correctly_E4
- Testing_getopt.negative_numbers_are_handled_correctly_E5
- Testing_getopt.negative_numbers_are_handled_correctly_E6
- Testing_getopt.negative_numbers_are_handled_correctly_E7
- Testing_getopt.numeric_is_cast_to_double_E1
- Testing_getopt.numeric_is_cast_to_double_E2
- Use_h_flag_for_non-help.Use_h_flag_for_non_help_E1
- Use_h_flag_for_non-help.Use_h_flag_for_non_help_E2
- getopt-examples
- run-all