srlanalytics / bdfm

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

Reorganizing #9

Closed christophsax closed 6 years ago

christophsax commented 6 years ago

put the core functions in separate files. This should be easier to maintain.

Also added test coverage badge to README, this fixes #7

codecov-io commented 6 years ago

Codecov Report

Merging #9 into master will not change coverage. The diff coverage is 0.31%.

Impacted file tree graph

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

christophsax commented 6 years ago

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:

image
christophsax commented 6 years ago

I think the website will work. I can already see the preview:

https://deploy-preview-9--wonderful-banach-66adf3.netlify.com/docs/

srlanalytics commented 6 years ago

OK... going to merge this before I start on anything today to avoid conflicts!