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.
is.numeric
methods for rvecs. These had been
creating problems with functions from non-rvec packages, since
is.numeric
generally implies that an object is a base R
style numeric vector.=
when printing
rvec_lgl
, so that, for instance, p = 0.5
becomes p=0.5
.rvec()
, rvec_chr()
,
rvec_dbl()
, rvec_int()
, and
rvec_lgl()
now accept rvec arguments.draws_ci()
now accepts width
arguments
with length greater than
new_rvec()
, which creates rvecs with
specified values for type, length, and n_draw
, consisting
entirely of NAs.extract_draw()
, which extracts a single
draw from an rvec.anyNA()
so it returns an rvec, rather than a
logical scalar.drop = FALSE
argument to calls to
matrixStats::rowQuantiles()
is.numeric()
. (Can’t add methods for
is.character()
, is.double()
,
is.integer()
, is.logical()
, since these are
non-generic primitives.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.