mrc-ide / odin.dust

Compile odin to dust
https://mrc-ide.github.io/odin.dust
Other
3 stars 1 forks source link

Allow pulling in additional C++ dependencies #119

Closed richfitz closed 1 year ago

richfitz commented 1 year ago

This PR uses additional comments/attributes to control the C++ standard and additional packages used by dust (see https://github.com/mrc-ide/dust/pull/380 and https://github.com/mrc-ide/dust/pull/381).

~Contains commits from #120; until that is megrged, see https://github.com/mrc-ide/odin.dust/compare/mrc-3832...mrc-3829 for the diff~

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (700dfc1) compared to base (365d3f3). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #119 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 1086 1125 +39 ========================================= + Hits 1086 1125 +39 ``` | [Impacted Files](https://codecov.io/gh/mrc-ide/odin.dust/pull/119?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide) | Coverage Δ | | |---|---|---| | [R/generate\_dust.R](https://codecov.io/gh/mrc-ide/odin.dust/pull/119/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide#diff-Ui9nZW5lcmF0ZV9kdXN0LlI=) | `100.00% <100.00%> (ø)` | | | [R/odin\_dust.R](https://codecov.io/gh/mrc-ide/odin.dust/pull/119/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide#diff-Ui9vZGluX2R1c3QuUg==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.