Make RStudio Cloud as an Standalone App on Mac
$$
\newcommand{\indep}{\mathrel{\perp\mkern-10mu\perp}}
\newcommand{\P}{\mathbb{P}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\E}{\mathbb{E}}
\newcommand{\Var}{\operatorname{Var}}
\newcommand{\Cov}{\operatorname{Cov}}
\newcommand{\1}[1]{\mathbf{1}\\{#1\\}}
$$
RStudio Cloud 是用浏览器登陆的,但是快捷键有冲突。解决办法:
- 点击 nativefier 进行安装
- 安装命令,打开terminal,
npm install -g nativefier - 打开terminal
- 输入:
nativefier https://rstudio.cloud --name 'RStudio-Cloud' --internal-urls ".*?\.rstudio\.*?|(.*?)" - 完成
- 这样 RStudio Cloud 就是一个独立的APP了