bazar: Miscellaneous Basic Functions

A collection of miscellaneous functions for copying objects to the clipboard ('Copy'); manipulating strings ('concat', 'mgsub', 'trim', 'verlan'); loading or showing packages ('library_with_dep', 'require_with_dep', 'sessionPackages'); creating or testing for named lists ('nlist', 'as.nlist', 'is.nlist'), formulas ('is.formula'), empty objects ('as.empty', 'is.empty'), whole numbers ('as.wholenumber', 'is.wholenumber'); testing for equality ('almost.equal', 'almost.zero') and computing uniqueness ('almost.unique'); getting modified versions of usual functions ('rle2', 'sumNA'); making a pause or a stop ('pause', 'stopif'); converting into a function ('as.fun'); providing a C like ternary operator ('condition %?% true %:% false'); finding packages and functions ('get_all_pkgs', 'get_all_funs'); and others ('erase', '%nin%', 'unwhich', 'top', 'bot', 'normalize').

Version: 1.0.11
Depends: R (≥ 3.1.3)
Imports: kimisc, stats, tools, utils
Suggests: knitr, testthat
Published: 2019-03-15
Author: Paul Poncet [aut, cre]
Maintainer: Paul Poncet <paulponcet at yahoo.fr>
BugReports: https://github.com/paulponcet/bazar/issues
License: GPL-3
URL: https://github.com/paulponcet/bazar
NeedsCompilation: no
Materials: README NEWS
CRAN checks: bazar results

Documentation:

Reference manual: bazar.pdf

Downloads:

Package source: bazar_1.0.11.tar.gz
Windows binaries: r-devel: bazar_1.0.11.zip, r-release: bazar_1.0.11.zip, r-oldrel: bazar_1.0.11.zip
macOS binaries: r-release (arm64): bazar_1.0.11.tgz, r-oldrel (arm64): bazar_1.0.11.tgz, r-release (x86_64): bazar_1.0.11.tgz
Old sources: bazar archive

Reverse dependencies:

Reverse imports: flifo, observer, skedastic

Linking:

Please use the canonical form https://CRAN.R-project.org/package=bazar to link to this page.