@mattfidler and others, I'm in the process of building what will likely be hundreds of population PK models into the package. For each of them, I intend to have a vignette to show that they are working correctly.
This won't work well given typical infrastructure for surfacing vignettes. CRAN checks will likely fail due to taking too long to build the vignettes, and finding vignettes on how to use the package in general will be harder to find if there are many literature models to sort through.
I think that for the literature models, it would probably make sense to do a few things differently:
- Put them into a GitHub pages-only location (e.g. vignettes/articles) which won't go into the main CRAN distribution.
- Link them from the list of models vignette so that people can find them on the GitHub pages location.
- Put them into a separate section in the pkgdown website so that there is one list of general how-to vignettes in pkgdown and another list of literature models.
Do you have any thoughts on this implementation?
@mattfidler and others, I'm in the process of building what will likely be hundreds of population PK models into the package. For each of them, I intend to have a vignette to show that they are working correctly.
This won't work well given typical infrastructure for surfacing vignettes. CRAN checks will likely fail due to taking too long to build the vignettes, and finding vignettes on how to use the package in general will be harder to find if there are many literature models to sort through.
I think that for the literature models, it would probably make sense to do a few things differently:
Do you have any thoughts on this implementation?