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.
RcppExports.R
and RcppExports.cpp
with Rcpp@4a8d30f
on GitHub to resolve warnings listed in
issue: https://github.com/RcppCore/Rcpp/issues/1287.get_counts()
, get_order()
and
get_states()
functions to get members of a
MarkovMix
object in an easier way.Update package documentation.
Add documentation to C++ functions and export them to C++ interface.
Import pillar::pillar_options
since it is mentioned
in the documentation of print.MarkovMix()
, as reported from
platforms as notes that pillar
is listed as “Imports” but
no function is imported.
Fix incorrect documentation of value
parameter in
the replacement method of MarkovMix
objects.
Fix typos in the change logs of the documentations of
MarkovMix
utility functions.
[.MarkovMix()
and [<-.MarkovMix()
methods to extract and replace components in a MarkovMix
object.Add examples of utility functions to
README.Rmd
.
Add pillar
explicitly to imports, since it is
mentioned in the documentation of print.MarkovMix()
function.
testthat::expect_equal(a, b)
instead of
testthat::expect_true(all(a == b))
to avoid small numeric
differences, as reported from platforms as failed tests.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.