powerly release v1.6.0
Improvements
-
Add new
Validation
class plot toREADME.md
file. -
Update
GgmModel
tests to vary various model estimation and data generation parameters. -
Update
testthat::expect_equal
to test with a tolerance of1e-6
forBasis
andSolver
. -
Replace own
GgmModel
estimation withqgraph::EBICglasso()
. -
Add ECDF plot to
Validation
class. -
Import external functions to
NAMESPACE
viaRoxygen2
. -
Add more cool badges to
README.md
(e.g., CRAN version and check status). -
Add missing period in package description in
DESCRIPTION
file.
Bug fixes
- Fix issue where
GGM
estimation test would fail due to a precision level set too high.