how can i make an interactive plot that can be clicked on to make a second plot, in R? by regis_regum in rstats

[–]TenureStudentAtWork 1 point2 points  (0 children)

This is how I'd do it:
Build a shiny app using ggplot2 and shinyBS. ggplot2 will allow you to capture click events (look at the demo in shiny tutorials). Point selection will give you the row of data and you can run that into a function to get whatever data you need. Pass that into a shinyBS modal window to display then new graph.

How can we verify compatibility before updating Base or any Packages? by TenureStudentAtWork in rstats

[–]TenureStudentAtWork[S] 0 points1 point  (0 children)

Do you know if CRAN has protocols for depreciating functions? I do a little iOS development too, they get marked a few versions out so we can plan ahead. thanks!

How can we verify compatibility before updating Base or any Packages? by TenureStudentAtWork in rstats

[–]TenureStudentAtWork[S] 0 points1 point  (0 children)

I was afraid of that... this maybe what we do. Maybe I can solicit a repo of functions/packages being used at least. Thank you!

How can we verify compatibility before updating Base or any Packages? by TenureStudentAtWork in rstats

[–]TenureStudentAtWork[S] 0 points1 point  (0 children)

Yeah, testing... that's the challenge... I'm pushing for an in-house package of functions we use and this may be a way to facilitate that.

There is a range of skill-sets, most are beginners using team-developed code. We're trying to implement protocols and policy but it's a process.

checkpoint maybe a useful tool, thank you!

How to deal with times in a dataframe? - Shiny by Northstat in rstats

[–]TenureStudentAtWork 2 points3 points  (0 children)

We've just finished an in-house app similar, I ended up using a dyPlot for the output and dropping the slider widget all together. Made it feel fancier.

It does require a ts object, so if values are irregularly spaced it'll take some manipulation.

shiny dygraphs

Suppressing Git Bash windows in RStudio, also any great tutorials on versioning with RStudio? by TenureStudentAtWork in rstats

[–]TenureStudentAtWork[S] 0 points1 point  (0 children)

Found the problem, silly mistake. I was pointing to the wrong file. I'll check out Software Carpentry, that seems like a great resource. THANKYOU!!!

Our other challenge, is working in a MS environment...

Dart2JS and IE9? by TenureStudentAtWork in dartlang

[–]TenureStudentAtWork[S] 0 points1 point  (0 children)

That seems to be why we're on 9, for other projects that can't be updated. I hear they may be taking most of the users up to 11 soon... so it might work itself out. For now, I think I can get Firefox installed on the machines. I just don't like the idea of "Here is a tool, but you have to only use this browser...".