Hi everyone! Just joined the slack. Super excited...
# introductions
f
Hi everyone! Just joined the slack. Super excited about diving into flyte and learning how to use it more. I see it being very useful in my upcoming roll!
👋 2
❤️ 2
f
Welcome to the community Kirk. We are excited to see what you ll do and learn more
s
Welcome, Kirk!
👋 1
f
Hey @shy-grass-43338 Kirk is interested in a R sdk for tasks
f
Or even a way to call r code via an RTask like the ShellTask
f
Aah that is using r python interconnection right
This should be straightforward
s
there are a few ways
we could do it via r package and reticulate
f
Yup, I think before a full fledged sdk, we should support this. This can be simple
👍 1
s
@fancy-beach-19502 also let Rachael Dempsey and Tareef from RStudio know that you want Flyte support.
f
Sure, I can do that! Thanks!
b
in the mean time, here’s an example of a raw container task that executes R code: https://docs.flyte.org/projects/cookbook/en/latest/auto/core/containerization/raw_container.html#calculate-ellipse-area-r
👍 1
it’s not super seamless, i.e. you need to read and parse inputs from stdin and write outputs to stdout + you need to package up the R code in a docker container, but it’ll work