Skip to content

Releases: bmewing/mgsub

Updated Documentation

29 Jul 00:20
Compare
Choose a tag to compare

From a code perspective, this is identical to v1.7.2

The only significant change in this release is a change in documentation. Due to the package qdap no longer appearing on CRAN (at least at the time of this release), the documentation removes all references to the package, including comparisons of the qdap::mgsub function. Additionally, in an attempt to further lighten the package, the very minor performance comparison for the censoring function was removed so microbenchmark could be removed from the suggest as well.

These changes were necessitated by CRAN reaching out and requiring the removal of qdap from the suggests list.

v1.7.2

22 Jul 12:25
51f4f6b
Compare
Choose a tag to compare
  • There was a warning surfacing in newer versions of R around how certain functions were linked to in documentation. While not technically a bug, our CICD pipeline is setup to report those as errors. To ensure full compliance with CRAN Standards, the linking was updated.
  • Very minor code refactor to apply linting standards to enable easier contribution, removed some superfulous lines.

New Censor Function

06 Jun 14:31
Compare
Choose a tag to compare

Detailed in NEWS.md

  • Added the mgsub_censor function which enables fast, simultaneous censoring of patterns
  • Trimmed unncessary logic and helper functions
  • Added RNG Version control to the tests to support future versions of R.

First update to CRAN

08 Mar 16:40
5270df7
Compare
Choose a tag to compare

Detailed in NEWS.md

  • Slight improvement to algorithm speed
  • Added support for NAs
  • Added support for vectorized string input
  • Depricated the dictionary method from the main mgsub call

Release to CRAN

25 Jan 18:57
Compare
Choose a tag to compare

This is the first feature complete version of mgsub released to CRAN.

Initial Release

11 Jan 13:22
1331201
Compare
Choose a tag to compare

Initial release of the package. Includes a single function in pure R code.