Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added `src/.gitignore` * Added test skeleton Literally the output of `usethis::use_testthat()` * Added README as test script (#13) * Restyled file Output of `styler::style_file()`. * Added unit tests (solves #13) * Added gcno files to .gitignore * Added `inst/doc` to .gitignore Those are generated files that get removed whenever `devtools::check()` is ran. * Finished writing tests for #13 * Sped up #13 tests 3x * Resolved TODO, suppressed output on test (#13) * Reinstated test with `MRF.G = FALSE` (#13) This is necessary for `func_MCMC_graph()` to be called and work on #11 to continue. * Added test for `MRF.G = FALSE` (closes #13) * Relaxed unit test expectations So checks passes on macOS
- Loading branch information