- Update
RcppExports.R
andRcppExports.cpp
withRcpp@4a8d30f
on GitHub to resolve warnings listed in issue: RcppCore/Rcpp#1287.
- Add
get_counts()
,get_order()
andget_states()
functions to get members of aMarkovMix
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 ofprint.MarkovMix()
, as reported from platforms as notes thatpillar
is listed as "Imports" but no function is imported. -
Fix incorrect documentation of
value
parameter in the replacement method ofMarkovMix
objects. -
Fix typos in the change logs of the documentations of
MarkovMix
utility functions.
- Add
[.MarkovMix()
and[<-.MarkovMix()
methods to extract and replace components in aMarkovMix
object.
-
Add examples of utility functions to
README.Rmd
. -
Add
pillar
explicitly to imports, since it is mentioned in the documentation ofprint.MarkovMix()
function.
- Use
testthat::expect_equal(a, b)
instead oftestthat::expect_true(all(a == b))
to avoid small numeric differences, as reported from platforms as failed tests.
- Initial release of the package.