|
49 | 49 | or [file an issue](new) if you don't have time to do it now
|
50 | 50 | * [ ] Add alt-text to pictures, plots, etc; see https://posit.co/blog/knitr-fig-alt/ for examples
|
51 | 51 |
|
| 52 | + ### 2025 |
| 53 | + |
| 54 | + * [ ] `usethis::use_air()` <https://posit-dev.github.io/air/> |
| 55 | + * [ ] `usethis::use_package("R", "Depends", "4.1")` |
| 56 | + * [ ] Switch to the base pipe (`|>`) |
| 57 | + * [ ] Switch to the base anonymous function syntax (`\(x)`) |
| 58 | + * [ ] Add ROR for Posit in `DESCRIPTION`: |
| 59 | + `person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49"))` |
| 60 | + * [ ] `knitr::convert_chunk_header(type = "yaml")` to convert in-header chunk options to the newer in-body style used by Quarto |
| 61 | + * [ ] Switch to `expect_snapshot(error = TRUE)` instead of calling `expect_error()` without specifying `class =` |
| 62 | + |
52 | 63 | ### To finish
|
53 | 64 |
|
54 | 65 | * [ ] `usethis::use_mit_license()`
|
55 |
| - * [ ] `usethis::use_package("R", "Depends", "4.1")` |
56 | 66 | * [ ] `usethis::use_tidy_description()`
|
57 | 67 | * [ ] `usethis::use_tidy_github_actions()`
|
58 | 68 | * [ ] `devtools::build_readme()`
|
| 69 | + * [ ] Add alt-text to pictures, plots, etc; see https://posit.co/blog/knitr-fig-alt/ for examples |
59 | 70 | * [ ] [Re-publish released site](https://pkgdown.r-lib.org/dev/articles/how-to-update-released-site.html) if needed
|
60 | 71 |
|
61 | 72 | <sup>Created on 2025-01-01 with `usethis::use_tidy_upkeep_issue()`, using [usethis v1.1.0](https://usethis.r-lib.org)</sup>
|
|
83 | 94 | or [file an issue](new) if you don't have time to do it now
|
84 | 95 | * [ ] Add alt-text to pictures, plots, etc; see https://posit.co/blog/knitr-fig-alt/ for examples
|
85 | 96 |
|
| 97 | + ### 2025 |
| 98 | + |
| 99 | + * [ ] `usethis::use_air()` <https://posit-dev.github.io/air/> |
| 100 | + * [ ] `usethis::use_package("R", "Depends", "4.1")` |
| 101 | + * [ ] Switch to the base pipe (`|>`) |
| 102 | + * [ ] Switch to the base anonymous function syntax (`\(x)`) |
| 103 | + * [ ] Add ROR for Posit in `DESCRIPTION`: |
| 104 | + `person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49"))` |
| 105 | + * [ ] `knitr::convert_chunk_header(type = "yaml")` to convert in-header chunk options to the newer in-body style used by Quarto |
| 106 | + * [ ] Switch to `expect_snapshot(error = TRUE)` instead of calling `expect_error()` without specifying `class =` |
| 107 | + |
86 | 108 | ### To finish
|
87 | 109 |
|
88 | 110 | * [ ] `usethis::use_mit_license()`
|
89 |
| - * [ ] `usethis::use_package("R", "Depends", "4.1")` |
90 | 111 | * [ ] `usethis::use_tidy_description()`
|
91 | 112 | * [ ] `usethis::use_tidy_github_actions()`
|
92 | 113 | * [ ] `devtools::build_readme()`
|
| 114 | + * [ ] Add alt-text to pictures, plots, etc; see https://posit.co/blog/knitr-fig-alt/ for examples |
93 | 115 | * [ ] [Re-publish released site](https://pkgdown.r-lib.org/dev/articles/how-to-update-released-site.html) if needed
|
94 | 116 |
|
95 | 117 | <sup>Created on 2025-01-01 with `usethis::use_tidy_upkeep_issue()`, using [usethis v1.1.0](https://usethis.r-lib.org)</sup>
|
|
0 commit comments