Aron Atkins

Results 26 issues of Aron Atkins

In a new project directory, create two documents: `alpha.Rmd` and `beta.Rmd`; they can NOT include `runtime: shiny` or any other indication that these are Shiny documents. In my test environment,...

Using usethis 2.2.2, I struggled to understand why a refreshed GitHub token was not usable. Even after the token-update dance, I was still seeing errors like the following from `usethis::use_release_issue()`:...

feature
git

Given the R Markdown file: ````markdown --- title: Something wonderful --- Some of the content in this document makes its way to the rendered HTML and some of it is...

Priority: ♨︎ Critical
Effort: [2] Medium
Difficulty: [2] Intermediate
Type: ☹︎ Bug

Documentation for `expect_match` and `expect_no_match` are at https://testthat.r-lib.org/reference/expect_match.html but not included in the function reference at https://testthat.r-lib.org/reference/index.html

It would be helpful to have a collection of negated checkers, or utilities to help negate existing checks. For example, we have `expect_contains`, but not a straightforward way to check...

feature
expectation :scream_cat:

`arg_check*` could produce better feedback when there is only one allowed argument value. Today: \`chosen\` must be one of "banana", not "apple". Suggestion: \`chosen\` must be "banana", not "apple". ```...

For example, the https://www.tidyverse.org/blog/index.xml entry for the most recent blog post https://www.tidyverse.org/blog/2024/02/ggplot2-3-5-0-axes/ contains image references like: ```html ``` > Note: I converted the ampersand codes from the raw XML to...

`revdepcheck::cloud_check()` was suggested by `usethis::use_release_issue()` when trying to release rsconnect (an rstudio/posit package). For a first-time user, its output is less than helpful: ``` revdepcheck::cloud_check() #> ℹ Building package tarball...

Given the R Markdown file: ````markdown --- title: Layout --- ```{r echo = FALSE, message = FALSE} library(connectwidgets) suppressWarnings({ # Suppress the "cannot parse version" warning. widgetclient

bug

It is possible to request "unpublished" content: ```r all_content