Jonathan Carroll

Results 149 comments of Jonathan Carroll

If you want `starryeyes` you can have it. ![screen shot 2018-04-25 at 10 11 08 am](https://user-images.githubusercontent.com/9496865/39220584-34b3656e-4871-11e8-90ec-6a3b914137e3.jpg) I don't mind `stellar` but the fact that it's taken on CRAN means it's...

It works for what it is. I can see it being an inbuilt feature to RStudio. I'm still ambivalent about what might be done with this functionality though; it seems...

Cheers for the invite. I've accepted it for now, but I think I'm going to take this idea in a [slightly different direction](https://github.com/jonocarroll/githubtools) and incorporate it into one of my...

Similar to #44 this is possible via `job()` with some limitations ```r job::job({options("shiny.port" = 7575); shiny::runApp(shine(vdge, viewer = "browser"))}) ```

Adding to the mix: [conductor](https://github.com/etiennebacher/conductor) based on [shepherd.js](https://shepherdjs.dev/)

Some findings on this after a more recent look around... It's possible to run [a background job shiny app now](https://mastering-shiny.org/action-workflow.html#controlling-the-view). That RStudio feature is only present when developing a standalone...

Thanks for the speedy feedback, and apologies for my lack of expertise in S4 constructs. I was under the (evidently incorrect) belief from conversations with @lawremi (which I have clearly...

Implementation up to date in `DFplyr`: https://github.com/jonocarroll/DFplyr/tree/native_groupInfo I've removed any changes to the object or constructors. I've added a bit of safety checking in how `groupCols()` updates. I'm not too...

Yes, this PR can be closed, but I'll link a new issue in DFplyr. Many thanks for the feedback.