leprechaun
leprechaun copied to clipboard
`scaffold()` clobbers existing zzz.R
If your package has an existing R/zzz.R
with an onload hook the content from scaffold overwrites this completely. Ideally it would add the new content to the onload hook if it already exists.