-
Notifications
You must be signed in to change notification settings - Fork 9
Description
As a remnant from earlier when there wasn't a package website created from vignettes and documentation, the top-level README is still a Rmarkdown document, from which README.md is generated. The Rmarkdown version of the README still contains a number of code chunks, but these are either expressly precluded from evaluation, or not included in the markdown generation to start with. As they should be, because no code to be evaluated is demonstrated in the README anymore.
This will probably not change in the future, i.e., new functionality will presumably also end up documented in vignettes and function documentation blocks, rather than advertised in the README.
If we are in agreement on this, then there's no need anymore for the Rmarkdown version of the README anymore, right?