cbreto / panelPomp

R package for statistical inference using panelPOMPs (panel Partially Observed Markov Processes)
11 stars 6 forks source link

PanelPomp Website #50

Closed jeswheel closed 7 months ago

jeswheel commented 7 months ago

I created a PanelPOMP website that is automatically generated using GitHub Actions. Specifically, the action found in the file: .github/workflows/render-website.

One of the goals that I had in the development of this website is that it should be automatically synced with the package in the GitHub repository: any changes to the package that are pushed the cbreto/panelPomp should automatically be incorporated into the website without the need to run any additional code.

The code to generate the website is largely based on code Aaron King uses to generate the website for the pomp website. The primary differences being:

codecov-commenter commented 7 months ago

Codecov Report

Merging #50 (f076c58) into master (d7fe745) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #50 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 18 18 Lines 1625 1625 ========================================= Hits 1625 1625 ```