Starting a DESCRIPTION file from scratch with description$new("!new") actually comes with some fields pre-filled. Of particular interest here is the Authors@R, which comes with a "Jo Doe" placeholder. This is a field that will often get replaced with some actual values through add_author(), but how does one come around to removing "Jo Doe" afterwards?
Starting a DESCRIPTION file from scratch with
description$new("!new")
actually comes with some fields pre-filled. Of particular interest here is theAuthors@R
, which comes with a "Jo Doe" placeholder. This is a field that will often get replaced with some actual values throughadd_author()
, but how does one come around to removing "Jo Doe" afterwards?