You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update active.R + test
* Update build-readme.R and tests
* Update find_active_file(). Includes wrapper around rstudioapi::isAvailable() that returns FALSE when testing.
* Update change_maintainer_email() + tests. Refactoring Maintainer check to make it more consistent
* use_lifecycle()
* Update package.R and tests. I realised that there was no way for `create` to work because `package_file()` will always error if it doesn't find a `DESCRIPTION`. So I deprecated it and removed the unused code
* Re-document
* Update release.R. I removed `email()` and `email_browser()` since as far as I can tell they are not used anywhere, and represent a very old style of CRAN submission. I don't know how to unit test this code so I did my best to carefully execute each change by hand.
* Improve package_file() error
* Fix R CMD check failure
* Simplify local_package_create(). And give it a name consistent with latest standards
* Update run-source.R + tests
* Fix remaining simple stop() calls
* Convert cli_alert_* to cli_inform() (except for vignette.R, which I'll do in #2425)
Closes#2364
0 commit comments