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.
all_na argument. Choose "error" (default,
current behavior), "base" (return base R values like NaN,
Inf, 0 depending on the function), or "na" (always return
NA). Set globally with
options(tidyna.all_na = "base").pmax() and pmin() now default to
na.rm = TRUE and warn when NAs are removed. Positions where
all inputs are NA return NA with a warning. All-NAs in every position
yields an error.range() now defaults to na.rm = TRUE and
warns when NAs are removed. Supports finite argument to
also remove infinite values with a warning.mean(), sum(), prod(),
min(), max(), any(),
all(), sd(), var(),
median(), quantile(), rowMeans(),
rowSums(), cor(), and
table().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.