Davis Vaughan
Davis Vaughan
I also have this issue on a Windows machine I put vctrs at ``` "C:/Users/dvaug/files/programming/vctrs" ``` Notably, `pak::pkg_install("C:/Users/dvaug/files/programming/vctrs")` does not auto detect that I wanted `local::`, which stinks. But this...
If you are using styler, this is probably just an artifact of styler getting to format your code on paste. I think it changes `=` to `
With https://github.com/posit-dev/positron/pull/7199 we have removed the styler integration. Instead, we encourage users to install the [Air extension](https://open-vsx.org/extension/posit/air-vscode), and soon (this milestone) Positron will also bundle the Air extension natively, so...
Reprex from #2801 ```r library(ggplot2) df
In particular I noticed this when searching for `Error` in the log text, so removing the word `Error` would probably help a lot, as it makes it hard to find...
This renv vignette on "renv in packages" https://github.com/rstudio/renv/blob/1f99d7d8ce7829fa67f3295f5a447e3df09c7a38/vignettes/packages.Rmd#L75 has this `````` For package projects using renv, a library path outside of the project directory will be used instead. As an...
It seems like the addition of the `macos/` bit is relatively new, from here: https://github.com/rstudio/renv/commit/a65b13f558fc38e24e8309a935f577d946e488d9
@abduazizR if there is anything else you can provide (like a video) of what you were doing when this warning popped up, that would be helpful. I've got R 4.5.0...
If you can get it to reliably reproduce, then you could try: - Setting `options(warn = 2)` at the beginning of your R session - Triggering the issue, which should...
Oh that's super helpful @VLucet thanks! It looks like we are somehow extracting the wrong `package` here https://github.com/posit-dev/ark/blob/70552b8664708b682df52f29116d61decc745775/crates/ark/src/modules/positron/help.R#L142-L149 Note that we are looking for a pattern like `"/library/([^/]+)/"` and renv...