Vincent Nijs

Results 39 issues of Vincent Nijs

If this could be bundled as a shiny component where you could add/edit cells ala ipython I think this could be very popular. Any suggestions on how this could be...

It seems the `df_print: paged` option is not available for a flexdashboard. Could this feature be added?

I use the following setup frequently in Rmd files `Shiny`. The unclosed `_`, however, messes up the syntax highlighting. I thought about creating a PR but there a bunch of...

`capture` is great! It addresses the key issue I was having with `snapper` https://github.com/yonicd/snapper/issues/4 and `shinyscreenshot` https://github.com/daattali/shinyscreenshot/issues/4 due to https://github.com/niklasvh/html2canvas/issues/1595 Unfortunately, I did run into a couple of issues with...

@JackStat FYI Running caret with metric "ROC" consistently produces a segfault on macOS (sierra) with R3.4.3. The segfault message is shown below. Example code also shown below. I have been...

In the `learnr` example linked below, `readLines` can be used to see the content of the Rmd file that generated the app (including hints etc.). My plan is to use...

@schloerke suggested I create a feature request based on discussion linked below. https://github.com/rstudio/learnr/pull/310#issuecomment-612914345 Perhaps, as @schloerke suggests, the best way to go is to set a DOM value. However, that...

Allow the user pass an argument to the exercise chunk for keybindings (e.g., vimKeyBinding = TRUE or FALSE) or set a user specific option that would activate: ``` editor.setKeyboardHandler('ace/keyboard/vim') ```...

Looks like an interesting package. I have been looking for a package in python that either (1) does decision analysis directly or (2) can be used as a tool for...