0

I'm supposed to be able to register new / changes knitr engines using:

knitr::knit_engines$set(sql = function(options) {
    stop("At least I'm being used")
    NULL
})

but when I use this in an RStudio notebook, my "special" sql engine isn't getting invoked, it's still calling the "default" one.

What's the magic for getting this to work under RStudio?

dsz
  • 4,542
  • 39
  • 35
  • You might want to file this as a bug report at https://github.com/rstudio/rstudio/issues. – Kevin Ushey Oct 25 '18 at 16:49
  • Thanks @Kevin. Issue raised with reproducible example - https://github.com/rstudio/rstudio/issues/3749 – dsz Oct 25 '18 at 23:15

0 Answers0