Make RStudio Cloud as an Standalone App on Mac
RStudio Cloud 是用浏览器登陆的,但是快捷键有冲突。解决办法:
- 点击 nativefier 进行安装
- 安装命令,打开terminal,
npm install -g nativefier
- 打开terminal
- 输入:
nativefier https://rstudio.cloud --name 'RStudio-Cloud' --internal-urls ".*?\.rstudio\.*?|(.*?)"
- 完成
- 这样 RStudio Cloud 就是一个独立的APP了