Skip to content

Releases: SystemsBioinformatics/parcr

parcr 0.5.3

18 Jul 09:17

Choose a tag to compare

New feature

  • Added a constructor function for string parsers using stringr::str_match()
    because the pattern occurs very often in the construction of string parsers.

parcr 0.5.2

07 Jun 07:09

Choose a tag to compare

Bug fix

  • Parser zero_or_one() was not greedy, meaning that it sometimes did not parse
    input that it should be able to parse (see
    issue #12).

New feature

  • Added the function Ignore() which reads and discards all elements until the
    end of a vector.

parcr 0.5.1

31 Jan 13:23

Choose a tag to compare

  • Because of the use of base::isa() this package requires R 4.1 or higher,
    not R 2.1. This has been corrected in the DESCRIPTION. Running on
    ubuntu-latest and R 4.1 is checked by CI workflow on Github.
  • Minor corrections and additions to both vignettes.

parcr 0.5.0

17 Jan 11:40

Choose a tag to compare

  • All function descriptions and documentation thoroughly reviewed and updated.
  • Vignettes reviewed and updated.