This help topic is for R version 2.9.0. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/zutils.html
zutils {base}R Documentation

Miscellaneous Internal/Programming Utilities

Description

Miscellaneous internal/programming utilities.

Usage

.standard_regexps()

Details

.standard_regexps returns a list of ‘standard’ regexps, including elements named valid_package_name and valid_package_version with the obvious meanings. The regexps are not anchored.


[Package base version 2.9.0 ]