r-lib / R6

Encapsulated object-oriented programming for R
https://R6.r-lib.org
Other
403 stars 56 forks source link

Add prompt() method #238

Open dmurdoch opened 2 years ago

dmurdoch commented 2 years ago

The prompt() function in utils is a generic, so it would be possible to write a prompt.R6ClassGenerator method that generates a skeleton Rd page something like what Roxygen generates (but without the content). If I were to do this and submit a PR, would there be any chance it would be accepted? I understand that most of the developers here use Roxygen, but some of us don't.