Closed christophsax closed 6 years ago
:exclamation: No coverage uploaded for pull request base (
master@4a104a0
). Click here to learn what that means. The diff coverage is45.23%
.
@@ Coverage Diff @@
## master #15 +/- ##
========================================
Coverage ? 34.4%
========================================
Files ? 7
Lines ? 1558
Branches ? 0
========================================
Hits ? 536
Misses ? 1022
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
R/MLdfm.R | 0% <0%> (ø) |
|
R/BDFM.R | 64.94% <100%> (ø) |
|
R/dfm.R | 32.95% <45%> (ø) |
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 4a104a0...f07a39f. Read the comment docs.
RcppExports.R
etc:
Are you using devtools::load_all()
? I guess they are needed if you build a proper package, and the load it, using devtools::install()
and library()
. devtools::load_all()
exports all C functions and works without them.
RcppExports.R
should not be ignored, but should be updated usingupdRcpp::compileAttributes()
when the C functions have changed (I guess)CRAN checks are passing now