Closed christophsax closed 6 years ago
Merging #9 into master will not change coverage. The diff coverage is
0.31%
.
@@ Coverage Diff @@
## master #9 +/- ##
======================================
Coverage 0.13% 0.13%
======================================
Files 3 7 +4
Lines 1535 1535
======================================
Hits 2 2
Misses 1533 1533
Impacted Files | Coverage Δ | |
---|---|---|
R/dfm.R | 0% <0%> (ø) |
|
R/PCdfm.R | 0% <0%> (ø) |
|
R/BDFM.R | 0% <0%> (ø) |
|
R/MLdfm.R | 0% <0%> (ø) |
|
R/utils.R | 5.26% <5.26%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e6f7536...840b0bc. Read the comment docs.
Also added a pkgdown website draft. Not sure if it works out of the box. If so, we should see it at:
https://wonderful-banach-66adf3.netlify.com/
If not, you need to point your netlify 'Publish directory' to the docs
directory, where the website is located. See here:
I think the website will work. I can already see the preview:
https://deploy-preview-9--wonderful-banach-66adf3.netlify.com/docs/
OK... going to merge this before I start on anything today to avoid conflicts!
put the core functions in separate files. This should be easier to maintain.
Also added test coverage badge to README, this fixes #7