inbo / checklist

An R package for checking R packages and R code
https://inbo.github.io/checklist
GNU General Public License v3.0
19 stars 2 forks source link

suggestion for documentation create_package() #16

Closed ElsLommelen closed 3 years ago

ElsLommelen commented 4 years ago

After generating a package using create_package(), a package with a lot of files is created:

You can suppose users have some basic knowledge on package development before using this function, so they will hopefully know and recognise most of the files and know when to change them. But it would certainly be useful if an overview of files of the second category is documented somewhere: the ones that have to be changed for the content but do not cause an error if not changed.

Admittedly, users should check if they agree with the content of all files, which they probably do at first use, but for regular users it would be useful to have an overview to be able to quickly change what they need to.

ThierryO commented 4 years ago

I agree we would need better documentation and even a vignette on this topic.