Thanks to visit codestin.com
Credit goes to github.com

Skip to content

collapse version 2.0.18

Choose a tag to compare

@SebKrantz SebKrantz released this 23 Nov 12:03
· 342 commits to master since this release
4c0501f
  • Cases in pivot(..., how = "longer") with no values columns now no longer give an error. Thanks @alvarocombo for flagging this (#663).

  • Fixed bug in qF(c(4L, 1L, NA), sort = FALSE): hash function failure due to a coding bug. Thanks @mayer79 for flagging this (#666).

  • If x is already a qG object of the right properties, calling qG(x) now does not copy x anymore. Thanks @mayer79 (mayer79/effectplots#11).