collapse version 2.0.18
-
Cases in
pivot(..., how = "longer")
with novalues
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 aqG
object of the right properties, callingqG(x)
now does not copyx
anymore. Thanks @mayer79 (mayer79/effectplots#11).