Skip to content

CRAN Release 0.8.12

Choose a tag to compare

@jwijffels jwijffels released this 26 Nov 19:55

CHANGES IN udpipe VERSION 0.8.12

  • avoid warning: overlapping comparisons always evaluate to true in parse_int
    • replacing: !(str.str[0] >= '0' || str.str[0] <= '9') with (str.str[0] < '0' || str.str[0] > '9')
  • fix some R CMD check NOTEs about the use of itemize in the documentation
  • fix a vignette index entry NOTE
  • fix of an URL in the documentation