Elian H. Thiele-Evans
Elian H. Thiele-Evans
Right, I was looking exactly for something analogous to `rlang::new_function`. I was trying to modify the formals via `formals` but that seems to not work as expected, and also drops...
I think that's a fair call to make -- I was thinking something along the same lines too.
This is actually kind of tricky to deal with. It's been bothering me that the workspace doesn't disappear when closing the terminal, *that* turned out to be very straightforward (PR...
I agree that this would be a nice to have feature, though I think it would extend beyond Shiny (e.g., plumber APIs). I initially looked into this in #794, but...
@andycraig I'm fairly certain the stops are just issues with the runner, it started happening recently and tends to resolve (at least for me) if the tests are reran until...
LGTM, thank you! @eitsupi I'll create a new issue to track this, I'm not 100% familiar with the github actions used in this repo
In the workspace example above, when you source script from both folders, is the expected behaviour any of the following? - a new terminal is created for each .Rproj when...
This might also be useful re: extending support for .Rproj https://community.rstudio.com/t/documentation-about-rproj-files/29250/4
Hi @Flu09, can you please confirm the following: You have the following extension settings enabled/set: - r.sessionWatcher - r.session.watchGlobalEnvironment and are you launching an R terminal from the provided `R:...
I think(?) this would be fixed by #1469