Antoine Fabri
Antoine Fabri
This is the cli counterpart of prettycode's https://github.com/r-lib/prettycode/issues/20 ``` r x [1] "[1000 chars quoted with '\"']" ``` Created on 2024-09-30 with [reprex v2.1.0](https://reprex.tidyverse.org) Would you like a PR?
Closes #726 I used a better approach than what I used at the time for prettycode. This is less hacky and solves corner cases that I hadn't looked into back...
optionally, for instance `c("a\nb")` can be constructed as: ``` c("a b") ``` Sometimes that's more readable and we can't use writeLines() or cat() so easily when the string is nested
`x$.__enclos_env__$private` can be `NULL`
Optionally, for calls, expression vectors, and function bodies if there is no srcref. It's not a constructor but an option used by constructors. functions built with the base pipe and...
### To begin * [ ] `pr_init("upkeep-2025-03")` ### Pre-history * [ ] `usethis::use_readme_rmd()` * [ ] `usethis::use_roxygen_md()` * [ ] `usethis::use_github_links()` * [ ] `usethis::use_pkgdown_github_pages()` * [ ] `usethis::use_tidy_github_labels()` *...
Introduced (silently) in R 4.4.0 and used by S7 (so somewhat related to #388) "object" is like "s4" but without the S4 flag, so we can create it with our...
Tests pass when they're not ignored, but it seems purposeful so I'm hesitant to just remove it. OTOH it is just wrong, because a function can have such args. It...
In the example here https://x.com/antoine_fabri/status/1879835995413389390 the "Queue_generator" name is redundant when it's the class name pasted with "_generator"