Toby Dylan Hocking

Results 123 issues of Toby Dylan Hocking

it should render as multiple lines of text (as in static ggplot2) but instead animint only renders the first line. for example ``` r gg.return

it won't be implemented in the covr package, but there is probably some way to do it discussion here https://github.com/jimhester/covr/issues/101

We should at least warn at compilation time that group should be specified.

The current barrier to implementing `aes(hoverSelects)` is that we don't have any way to test it using RSelenium https://github.com/ropensci/RSelenium/issues/59 For single selection variables I propose that mouseover should call update_selector...

would be nice to actually draw two strips rather than the current hack which renders one strip with "foo ; bar"

hi I am getting an unexpected warning when I try to use ctree with an AutoTuner, ```r mlr3tuning::AutoTuner$new( learner = mlr3extralearners::lrn("classif.ctree", predict_type="prob"), resampling = mlr3::rsmp("cv", folds = 3), measure =...

Hi, I noticed that ResamplingHoldout can sometimes return train/test set sizes that are sub-optimal, in the sense of the binomial likelihood. For example for a set size of N=2 (trivial...

### Operating System Travis-CI ### Expected behaviour RSelenium installs on travis ### Actual behaviour Installation/download error seen here: https://travis-ci.org/tdhock/animint2/jobs/657476296#L934 ``` $ Rscript -e 'deps

Any ideas how I could write a test for functionality that I have implemented in a JavaScript function that is called on mouseover/mouseout events? I found the `mouseMoveToLocation` function but...

I tried `Variable(-5)` and was expecting an error, but did not receive one