Skip to content

Commit 0839ed4

Browse files
committed
Fix copilot review items
1 parent 501d204 commit 0839ed4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

R/upkeep.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ upkeep_checklist <- function(last_upkeep = last_upkeep_year()) {
158158
),
159159
todo(
160160
"Add alt-text to pictures, plots, etc; see https://posit.co/blog/knitr-fig-alt/ for \\
161-
examples and https://posit.co/blog/knitr-fig-alt/ for additional guidance."
161+
examples and https://pkgdown.r-lib.org/articles/accessibility.html for additional guidance."
162162
),
163163
""
164164
)

vignettes/rdev.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ for markdown) and Vim (which is faster for some types of edits).
7878

7979
Posit is developing a next-generation R and Python IDE based on Visual Studio Code,
8080
[Positron](https://github.com/posit-dev/positron). While I've tried using Positron, I've found that
81-
has too many [missing features](https://positron.posit.co/migrate-rstudio-compare.html) to replace
82-
RStudio for my development, including:
81+
it has too many [missing features](https://positron.posit.co/migrate-rstudio-compare.html) to
82+
replace RStudio for my development, including:
8383

8484
- Lack of a notebook-style interface for RMarkdown or Quarto documents
8585
- No support for lintr

0 commit comments

Comments
 (0)