Package: switchcase 0.1.2

switchcase: A Simple and Flexible Switch-Case Construct for the 'R' Language

Provides a switch-case construct for 'R', as it is known from other programming languages. It allows to test multiple, similar conditions in an efficient, easy-to-read manner, so nested if-else constructs can be avoided. The switch-case construct is designed as an 'R' function that allows to return values depending on which condition is met and lets the programmer flexibly decide whether or not to leave the switch-case construct after a case block has been executed.

Authors:Joachim Zuckarelli [aut, cre]

switchcase_0.1.2.tar.gz
switchcase_0.1.2.zip(r-4.7)switchcase_0.1.2.zip(r-4.6)switchcase_0.1.2.zip(r-4.5)
switchcase_0.1.2.tgz(r-4.6-any)switchcase_0.1.2.tgz(r-4.5-any)
switchcase_0.1.2.tar.gz(r-4.7-any)switchcase_0.1.2.tar.gz(r-4.6-any)
switchcase_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
switchcase/json (API)
NEWS

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

Bug tracker:https://github.com/jsugarelli/switchcase/issues

On CRAN:

Conda:

r-langr-languageswitch-case-construct

3.18 score 3 stars 2 scripts 149 downloads 2 exports 0 dependencies

Last updated from:a0683cb31e. Checks:2 ERROR, 7 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64ERROR99
source / vignettesOK120
linux-release-x86_64ERROR95
macos-release-arm64OK79
macos-oldrel-arm64OK66
windows-develOK54
windows-releaseOK61
windows-oldrelOK62
wasm-releaseOK86

Exports:altswitchCase

Dependencies: