Andrie de Vries

Results 101 comments of Andrie de Vries

Agreed, I want this for "bucketing" problems too.

Most of the functionality now works, except that on submission I always get an error: ``` Error: subscript out of bounds ```

This has been fixed with a PR on `learnr` at https://github.com/rstudio/learnr/pull/244.

Yes. Lists will get merged recursively, so naming your list seems like a good workaround.

Suggestions for how to implement this are welcome.

Which version of `sortable` are you using?

Thank you for this hint. I believe this has now been fixed in the current development version on github.

I'm unable to replicate. Can you please provide your session info? Also, does it make a difference if you use the dev version of `sortable`. FWIW, the `sortable` package doesn't...

I find it quite frustrating to debug state inside a function. This is what I miss: - I can't click in the margin to set a break point - When...