Bart Rogiers

readLines("message.txt") |> cat()

Hi there!

My name is Bart Rogiers, and I'm a (Bayesian) research scientist and the R community lead at the Belgian Nuclear Research Centre. My current interests are mainly in probabilistic programming, procedural solid texture synthesis, and empowering people with R.

I live in the beautiful Haspengouw region, am a proud father of two and husband to an amazing wife. When not playing retro or voxel games with our kids, reading them stories about Middle-Earth, or practising asanas and taegeuk, I love being creative in the art space.

You can find some links here to things I'm doing out in the open. I love feedback on any of these, so do not hesitate to reach out!

df <- arrow::open_dataset("projects") |> dplyr::collect()
df |> dplyr::filter(class == "#rstats") |> dplyr::pull(name)
df |> subset(class == "art") |> with(name)
df$name[is.na(df$class)]