NeoVim❤️으로 🧡R Language 세팅하기
https://gist.github.com/rohitfarmer/68cdadeaeeb196e8a6ecdebdee6e76a5
Nvim-R Demo
Nvim-R Demo. GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
command 창에서
R실행하는 방법
https://cran.r-project.org/doc/contrib/Lemon-kickstart/kr_start.html
Kickstarting R
Starting R If R has been installed properly, simply entering R on the command line of a terminal should start the program. In Windows, the program is typically specified as the action performed when clicking on an icon. You can also use this method on a *N
cran.r-project.org
https://cran.r-project.org/doc/contrib/Lemon-kickstart/kr_scrpt.html
Kickstarting R
Kickstarting R - Writing R scripts So what is an R script? An R script is simply a text file containing (almost) the same commands that you would enter on the command line of R. (almost) refers to the fact that if you are using sink() to send the output to
cran.r-project.org
다른 글
Mac OS X서버 (XQuartz) 설치와 사용하기 - https://economiceco.tistory.com/m/14206
Mac OS X서버 (XQuartz) 설치와 사용하기
https://blog.boxcorea.com/wp/archives/1718 Mac OS Sierra에서 X서버 (XQuartz) 설치와 사용하기. MacOS 최신버전(현재기준 MacOS Sierra, 10.12)에는 X서버가 설치되어 있지 않다. 따라서 X서버가 필요한경우는..
economiceco.tistory.com