This message was deleted.
# ask-anything
s
This message was deleted.
e
hey, congrats on starting the phd program! currently, the debugger only supports Python, but you can get a similar effect on R. If your R sources are scripts, first inject the cell, then you can use R's debugger - if your sources are not
.R
files (e.g.
.Rmd
), you can inject the cell, convert to R (something like this will work, although I'm unsure about the exact argument name
jupytext some-file.Rmd --to some-file.R
), then use R's debugger
s
that is, call the script from R (outside of Ploomber)?
e
yes! calling the R script outside of ploomber