I was feeling sad so I decided to queer my #rstats startup message, and now I don't feel so sad
@djnavarro Ooohhh pretty 🤩
@eliocamp it makes me happy!
@djnavarro I will definitely steal and personalise it. Although I will need to add something to easily disable it when I teach so my students don't get confused about weird stuff they don't have on their computers.
@eliocamp Totally. Presumably there's an easy way to force the --vanilla flag whenever RStudio restarts the R session? I've never really looked into it, but I imagine it's possible
@djnavarro I think I can just run it conditional on some env var that I set up then teaching.

@djnavarro There, I solved it. I have two small small bash scripts that change all my rstudio settings to daily or teaching mode, so modified them to either create or remove a ~/.config/taeching file and then have my .Rprofile modify the startup message only if the file doesn't exist.

I also added a few different flags and it prints a random one. Yey!