Results 2 issues of Ariel Muldoon

I was recently trying to add alt text for a plotly-based animated plot within a shiny app. I saw that there is a [comparatively recent option](https://github.com/rstudio/shiny/issues/612) to add alt text...

The iteration loop in gbm.step() doesn't ever start for some large-value continuous response variables. library(dismo) data(Anguilla_train) Anguilla_train = Anguilla_train[1:200,] fitcont = gbm.step(data = Anguilla_train, gbm.x = c(3:5, 7:14), gbm.y =...