Package: bazar
Type: Package
Title: Miscellaneous Basic Functions
Version: 0.1.6
Date: 2017-06-19
Authors@R: person("Paul", "Poncet", , "paulponcet@yahoo.fr", role = c("aut", "cre"))
Description: 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'); 
    getting modified versions of usual functions ('rle2', 'sumNA'); 
    making a pause or a stop ('pause', 'stopif'); 
    and others ('erase', '%nin%', 'unwhich'). 
License: GPL-3
LazyData: TRUE
Depends: R (>= 3.1.3)
Imports: kimisc, tools, utils
Suggests: knitr, testthat
URL: https://github.com/paulponcet/bazar
BugReports: https://github.com/paulponcet/bazar/issues
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-06-19 20:58:56 UTC; YL1101
Author: Paul Poncet [aut, cre]
Maintainer: Paul Poncet <paulponcet@yahoo.fr>
Repository: CRAN
Date/Publication: 2017-06-25 07:22:18 UTC
