The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
dplyr
version to be 0.8.0.purrr >= 1.0.0
as a reaction
to soft deprecation or rlang::squash()
.tibble
.dplyr
1.0.0.tibble
3.0.0.rules()
: it now only converts bare
expressions with .
as input into formulas.This version is reaction to changes in dplyr
0.8.0.
rules()
now uses __
instead
of ..
as separator for function position in input
...
. This is done because of new dplyr
name
repair rules which assume that ..{[0-9]}
in the end of the
name can be removed.rules()
behaviour now depends on version of
dplyr
. For version less than 0.8.0 it is a direct wrapper
for dplyr::funs()
which does custom name repair. For newer
versions it quotes elements in ...
(except explicit
formulas) and repairs names of the output.tibble
2.0.0: ease some tests and adjust to
new functionality.dplyr
0.7.5.rlang
0.2.0.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.