Davis Vaughan
Davis Vaughan
I've always disliked the "auto push" back to the branch because it won't retrigger your checks, i.e. this note in setup-air > Note that if you combine this with another...
Yea I think you're right, I didn't double check for `mutate()`. Thanks for following up!
> Under some other conditions, setting names attribute of a value will use a new object (the old `names` argument to setAttrib() will not only not be protected, but wouldn't...
Seems like `pack()` and `unpack()` need a _little_ bit of special handling of rownames with base `data.frame`s. I see 3 distinct problems - `pack()` should strip rownames of the inner...
Possibly we need a `can_fall_back()` method for `Surv` objects that returns `FALSE` but I'm not entirely sure how all of that works, so this will take some investigation
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...
I'm not sure this is a bug. I think that user just wanted to use `strings_as_factors = FALSE`. It looks like when `strings_as_factors` is `TRUE`, then in `prep()` all character...
@GitHunter0 it does work for R files
It would also be helpful to see your `Console: R x.y.z` output channel logs. - Toggle Command Palette - Search for `Output: Show output channels` - Choose the one for...
Did you try and perform a help request before you captured those logs? I don't see a help request attempt anywhere in the logs. The heartbeat is normal.