Package: GetoptLong 1.1.0

Zuguang Gu

GetoptLong: Parsing Command-Line Arguments and Simple Variable Interpolation

This is a command-line argument parser which wraps the powerful Perl module Getopt::Long and with some adaptations for easier use in R. It also provides a simple way for variable interpolation in R.

Authors:Zuguang Gu [aut, cre]

GetoptLong_1.1.0.tar.gz
GetoptLong_1.1.0.zip(r-4.7)GetoptLong_1.1.0.zip(r-4.6)GetoptLong_1.1.0.zip(r-4.5)
GetoptLong_1.1.0.tgz(r-4.6-any)GetoptLong_1.1.0.tgz(r-4.5-any)
GetoptLong_1.1.0.tar.gz(r-4.7-any)GetoptLong_1.1.0.tar.gz(r-4.6-any)
GetoptLong_1.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
GetoptLong/json (API)

# Install 'GetoptLong' in R:
install.packages('GetoptLong', repos = c('https://jokergoo.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/jokergoo/getoptlong/issues

On CRAN:

Conda:

11.75 score 17 stars 194 packages 739 scripts 51k downloads 10 exports 3 dependencies

Last updated from:d1f53c8448. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK140
source / vignettesOK159
linux-release-x86_64OK147
macos-release-arm64OK112
macos-oldrel-arm64OK97
windows-develOK162
windows-releaseOK104
windows-oldrelOK109
wasm-releaseOK111

Exports:get_scriptdirget_scriptnameGetOptionsGetoptLongGetoptLong.optionsqqqq.optionsqqcatsource_scriptsubCommands

Dependencies:crayonGlobalOptionsrjson

Sub-commands
A quick example | The specification | Commands in sections | Setting help head and foot | Setting with a template

Last update: 2022-08-01
Started: 2022-03-31

Parsing command-line arguments by Getopt::Long

Last update: 2020-09-30
Started: 2016-08-22

Simple variable interpolation
Code patterns | Where to look for variables | Variables should only return vectors | Session info

Last update: 2020-06-04
Started: 2016-08-22