r-lib / devtools

Tools to make an R developer's life easier
https://devtools.r-lib.org
Other
2.37k stars 753 forks source link

Review exported non-internal functions #2427

Open hadley opened 2 years ago

hadley commented 2 years ago

Just to make sure we're not advertising anything that we'd no longer recommend.

Functions to think about:

jennybc commented 1 year ago

Thinking about #2489 made me realize that dev_mode() is arguably superseded at this point. Which might be good to formally declare.

OTOH I am still a keen user of release(). I like all those questions.