Closed leeper closed 6 years ago
Currently, the package does not have a package-level documentation page:
> library("ess") > ? ess No documentation for ‘ess’ in specified packages and libraries: you could try ‘??ess’
Having this can be useful for giving new users an obvious landing page.
Note that it can be added very easily by calling usethis::use_package_doc()
usethis::use_package_doc()
Currently, the package does not have a package-level documentation page:
Having this can be useful for giving new users an obvious landing page.