spanskiblog/content/posts/rstudio.md

15 lines
268 B
Markdown

+++
date="2023-02-03"
author="spanskiduh"
title="rstudio"
description="click to read about rstudio"
+++
# Rstudio
## If it does not launch on wayland:
```bash
export QT_QPA_PLATFORM=xcb
rstudio #if you are on arch or derivative then include "--no-sandbox" flag
```