Jennifer (Jenny) Bryan
Jennifer (Jenny) Bryan
I think this will also have implications for our R installation discovery code. Relevant bits of the blog post that caught my eye: > The directory layout is slightly different,...
Custom bullets like these can be provided with `release_bullets()` in your own package: https://usethis.r-lib.org/reference/use_release_issue.html?q=release_bullets#customization This GitHub search will show examples of other packages that need to do similar:
usethis should probably be marking any packages/projects that it helps to create with `.here` if it looks like that might be the only indicator of project-hood. That would clearly apply...
The best explanation of what's going on is this: https://positron.posit.co/rstudio-rproj-file.html > A workspace does not necessarily get marked with some characteristic file. Positron and VS Code will place an explicit...
Semi-related to #2133, in that usethis will soon recognize project-hood for Quarto or renv projects. That wouldn't help in OP's case. But it narrows down the situations where the only...
There's nothing usethis can do to solve the exact problem posed here. But this has increased my motivation to change what I can and open some other issues and PRs....
I am able to reproduce what OP reports in a terminal: ``` [conflicted] Will prefer dplyr::filter over any other package. > search() [1] ".GlobalEnv" "package:stats" "package:graphics" [4] "package:grDevices" "package:utils" "package:datasets"...
Short version which we can flesh out later: we should test that ANSI based hyperlinks "work" (for various definitions of "work") in the R console. The cli package (https://cli.r-lib.org/index.html) is...
Attach cli to play with the code below. ```r library(cli) ``` ## Accessing R help The first case is a basic clickable link to open help for an R function....
I don't perceive a general need for this and therefore don't plan to sign up to maintain such a function in glue itself. But yes I agree that leveraging the...