-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
upkeepmaintenance, infrastructure, and similarmaintenance, infrastructure, and similar
Description
To begin
-
pr_init("upkeep-2024-10")
Pre-history
-
usethis::use_readme_rmd() -
usethis::use_roxygen_md() -
usethis::use_github_links() -
usethis::use_pkgdown_github_pages() -
usethis::use_tidy_github_labels() -
usethis::use_tidy_style() -
urlchecker::url_check()
2020
-
usethis::use_package_doc() -
usethis::use_testthat(3) -
Align the names ofR/files andtest/files
2021
-
Remove check environments section fromcran-comments.md - Use lifecycle instead of artisanal deprecation messages
2022
- Handle and close any still-open
master-->mainissues -
usethis:::use_codecov_badge("r-wasm/rwasm") -
Update pkgdown site using instructions at https://tidytemplate.tidyverse.org - Update lifecycle badges with more accessible SVGs:
usethis::use_lifecycle()
2023
-
usethis::use_tidy_logo(); pkgdown::build_favicons(overwrite = TRUE) -
usethis::use_tidy_coc() - Use
pak::pak("r-wasm/rwasm")in README -
Consider runningusethis::use_tidy_dependencies()and/or replace compat files withuse_standalone() - Use cli errors or file an issue if you don't have time to do it now
-
usethis::use_standalone("r-lib/rlang", "types-check")instead of home grown argument checkers;
or file an issue if you don't have time to do it now - Add alt-text to pictures, plots, etc; see https://posit.co/blog/knitr-fig-alt/ for examples
2024
- Review pkgdown output to find missing alt-text
- Switch to new quarto chunk style
- Record upkeep date
To finish
-
usethis::use_mit_license() -
usethis::use_package("R", "Depends", "4.0") -
usethis::use_tidy_description() -
usethis::use_tidy_github_actions() -
devtools::build_readme() -
Re-publish released site if needed
Created on 2024-10-23 with usethis::use_tidy_upkeep_issue(), using usethis v3.0.0.9000
Metadata
Metadata
Assignees
Labels
upkeepmaintenance, infrastructure, and similarmaintenance, infrastructure, and similar