Releases will be numbered with the following semantic versioning format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
Breaking backward compatibility bumps the major (and resets the minor and patch)
New additions without breaking backward compatibility bumps the minor (and resets the patch)
Bug fixes and misc changes bumps the patch
The first CRAN installation of the regextools package
Package designed to provide tools to maintain regular expression libraries. Users can create documentation, conduct unit testing, and compile a regular expression library in ways that are similar to the way devtools and roxygen2 have standardized and streamlined package management.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.