Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
collapse version 2.0.18 source code.tar.gz | 2024-11-23 | 12.0 MB | |
collapse version 2.0.18 source code.zip | 2024-11-23 | 12.2 MB | |
README.md | 2024-11-23 | 458 Bytes | |
Totals: 3 Items | 24.2 MB | 0 |
-
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 (https://github.com/mayer79/effectplots/issues/11).