We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In rprojroot TODO.md has the following instructions similar to usethis upkeep
docs
.github/workflows/pkgdown.yaml
_pkgdown.yml
Use GitHub Actions
Disable tic
Disable Travis CI and AppVeyor
usethis::use_coverage()
Consider open pull requests
Tweak README
downlit::readme_document
load_all()
Update roxygen2
Use @examplesIf where appropriate
@examplesIf
styler::style_pkg()
Remove Collate:
Collate:
usethis::use_lifecycle_badge()
usethis::use_lifecycle()
Add pkgdown reference index
Adapt tests to testthat 3e
Ensure that dependency between source files is cycle-free, as in Caller-callee relationship for .R files in a package yonicd/foreman#2
Ensure that source files correspond to test files via devtools::test_coverage_file()
devtools::test_coverage_file()
Import rlang where appropriate
Close open issues
Deprecate functions that have moved somewhere else
Avoid iris
iris
Synchronize with own downstream packages
Add type to documentation of function arguments, as in ?here::here
?here::here
Check goodpractice::gp()
goodpractice::gp()
Switch pkgdown to dev mode "auto"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In rprojroot TODO.md has the following instructions similar to usethis upkeep
Steps for adopting older packages to new development standards
docs
branch.github/workflows/pkgdown.yaml
there_pkgdown.yml
Separate pull requests
Use GitHub Actions
Disable tic
Disable Travis CI and AppVeyor
usethis::use_coverage()
Consider open pull requests
Tweak README
downlit::readme_document
andload_all()
if possibleUpdate roxygen2
Use
@examplesIf
where appropriatestyler::style_pkg()
Remove
Collate:
usethis::use_lifecycle_badge()
usethis::use_lifecycle()
Add pkgdown reference index
Adapt tests to testthat 3e
Ensure that dependency between source files is cycle-free, as in Caller-callee relationship for .R files in a package yonicd/foreman#2
Ensure that source files correspond to test files via
devtools::test_coverage_file()
Import rlang where appropriate
Close open issues
Deprecate functions that have moved somewhere else
Avoid
iris
Synchronize with own downstream packages
Add type to documentation of function arguments, as in
?here::here
Check
goodpractice::gp()
Switch pkgdown to dev mode "auto"
The text was updated successfully, but these errors were encountered: