vprint - More Flexible Form of Boolean Verbose
R functions are not supposed to print text without giving the user the option to turn the printing off or on using a Boolean 'verbose' in a construct like 'if(verbose) print(...)'. But this black/white approach is rather rigid, and an approach with shades of gray might be more appropriate in many circumstances.
Last updated
3.18 score 5 dependents 146 downloadsNoviceDeveloperResources - Resources to Assist Novice Developers
Assist novice developers when preparing a single package or a set of integrated packages to submit to CRAN. Automate the following individual or batch processing: check local source packages; build local .tar.gz source files; install packages from local .tar.gz files; detect conflicts between function names in the environment.
Last updated
2.48 score 1 dependents 587 downloads