srlanalytics / bdfm

Bayesian dynamic factor model estimation and predictive statistics including nowcasting and forecasting
MIT License
5 stars 6 forks source link

Small fixes #15

Closed christophsax closed 6 years ago

christophsax commented 6 years ago

CRAN checks are passing now

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@4a104a0). Click here to learn what that means. The diff coverage is 45.23%.

Impacted file tree graph

@@           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.

christophsax commented 6 years ago

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.