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
Verify logo is properly detected by pkgdown & r-universe (path and name need to be exactly man/figures/logo.png or man/figures/logo.svg)
Add a pkgdown reference index: https://pkgdown.r-lib.org/reference/build_reference.html#reference-index.
Use selectors (e.g., starts_with() or contains()) to select functions rather than an explicit list. This serves the double purpose of checking that functions follow a coherent naming scheme.
Verify intro vignette appears under 'Get started'
Verify vignettes are ordered correctly (if applicable)
Submit a PR adding yourself as author to packagetemplate
Final R CMD check
Run devtools::check() locally to catch NOTEs and WARNINGs that can still easily slip through continuous integration
GitHub
Check if issues are still relevant. If not, please close them, ideally with a link to the commit fixing them or a comment explaining why they no longer apply.
Check if discussions you started are still ongoing. If not, please close the thread.
The text was updated successfully, but these errors were encountered:
Supercharge your pkgdown website
_pkgdown.yml
epiverse-trace/hex-stickers
man/figures/logo.png
orman/figures/logo.svg
)Use selectors (e.g.,
starts_with()
orcontains()
) to select functions rather than an explicit list. This serves the double purpose of checking that functions follow a coherent naming scheme.Developer tools
pak::pak(c("lintr", "devtools"), dependencies = TRUE)
.lintr
config filetools/
foldertests/spelling.R
tests/testthat/helper-state.R
tests/testthat/setup-options.R
spelling::spell_check_package()
Misc good practice
.r
to.R
inR/
and/ortests/testthat/
"# nolint
comments. New versions of lintr may have squashed previous bugsDocumentation
usethis::use_roxygen_md()
)README
usethis::use_package_doc()
@import
and@importFrom
import functions that are actually used in the relevant functiondevtools::document()
DESCRIPTION
Remotes
is still necessaryDescription
is still in line with the current scopeFinal
R CMD check
devtools::check()
locally to catchNOTE
s andWARNING
s that can still easily slip through continuous integrationGitHub
The text was updated successfully, but these errors were encountered: