Closed devmitch closed 2 years ago
:exclamation: No coverage uploaded for pull request base (
develop@974b17b
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #340 +/- ##
==========================================
Coverage ? 79.62%
==========================================
Files ? 97
Lines ? 8900
Branches ? 0
==========================================
Hits ? 7087
Misses ? 1813
Partials ? 0
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
This looks great @devmitch! I forget exactly the workflow for rebuilding the website, but can knit your vignette successfully.
Hi @devmitch
Vignette is very good! I just added some minor changes. You can test rendering using
rmarkdown::render("vignettes//strategy_FF16.Rmd")
I've used another vignette above, as currently this branch isn't compiling. E.g. see
https://github.com/traitecoevo/plant/runs/7160778238?check_suite_focus=true
Can you follow up on the compilation?
I'll post a separate issue about updating the vignettes in general. Bunch are out of date.
Also, @devmitch
How does this branch relate to https://github.com/traitecoevo/plant/tree/doc-updates?
Also, @devmitch
How does this branch relate to https://github.com/traitecoevo/plant/tree/doc-updates?
Pretty sure that branch contains an outdated and incomplete version of the vignette I have pushed on this branch.
Looking very good.
However, this branch is currently not compiling for me, or passing GH actions.
Hopefully everything should be compiling/passing now, I'm going to attempt the get_state changes on another branch/PR just to separate concerns. I'll merge this in once the GH actions pass...
Feel free to merge
Since #334 abstracted
ExtrinsicDrivers
into its own class, we can now clean up the old driver API inEnvironment
and replace all the methods with an exposedExtrinsicDrivers
object. #334 also included a smarter way to set up drivers, which is also included in this PR: Default (rainfall = 1):Constant:
Variable:
Evaluation is now done like this:
These examples have also been included in a new vignette at
vignettes/extrinsic_drivers.Rmd
. It is only a draft as of now. I can't seem to knit R code or embed images (other vignettes use afigure/
directory, which I can't seem to find...). I would appreciate your input on the documentation!