export abn output to other format(s)#227
Conversation
…mixed-effect, hence only fixed-effects).
| abn_fit <- create_test_abnfit_mle() | ||
| test_that("export_abnFit works for MLE method without group.var", { | ||
| suppressMessages({ | ||
| suppressWarnings({ |
There was a problem hiding this comment.
The current implementation of export_abnFit() generates a warning because some arc arguments (frequency, significance, constraints) are not yet implemented. This is expected behavior; therefore, the tests currently suppress warnings.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #227 +/- ##
==========================================
+ Coverage 66.30% 67.03% +0.72%
==========================================
Files 53 50 -3
Lines 10399 10535 +136
==========================================
+ Hits 6895 7062 +167
+ Misses 3504 3473 -31
🚀 New features to boost your workflow:
|
…-effect acts on (`grouped.vars`)
…mixed_effects` to adhere to new structure.
…like "|" in a function name.
|
Let me bypass the CRAN checks. The containers are still not working as they fail to install the |
|
This implements only the export of |
Closing #226
Addressing #63
Implementation roadmap for export function of
abnFitobjectsmethod = "mle"without group.varmethod = "mle"with group.varmethod = "bayes"