You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is detailed description of the models as both a vignette and inst/documentation (I presume the latter is so the Shiny app can display the model description).
It would simplify maintenance to have the contents for the two Rmd files in one place, so that any changes only need to made in one place.
Possible solution
I believe this can be done by using R markdown child documents.
So an example would be to replace the contents of both vignettes/model-description.Rmd and inst/Documentation/ProjectionModel.Rmd with something like
There is detailed description of the models as both a vignette and inst/documentation (I presume the latter is so the Shiny app can display the model description).
It would simplify maintenance to have the contents for the two Rmd files in one place, so that any changes only need to made in one place.
Possible solution
I believe this can be done by using R markdown child documents.
So an example would be to replace the contents of both
vignettes/model-description.Rmd
andinst/Documentation/ProjectionModel.Rmd
with something likeOR
depending on the file, so that the corresponding local path is correct.
The text was updated successfully, but these errors were encountered: