방문자
Scientist. Husband. Daddy. --- TOLLE. LEGE
[1] 이 블로그는 대한민국 저작권법(28조)과 U.S. Copyright Act (17 USC. §107)에 정의된 "저작권물의 공정한 이용원칙 | the U.S. fair use doctrine" 을 따릅니다. [2] 저작권(© 최광민)이 명시된 모든 글과 번역문들에 대해 (1) 원글의 URL 주소링크를 밝히지 않은 모든 형태의 (2) 전문 복제-배포, (3) 임의수정 및 자의적 본문 발췌, (4) 화면캡처 및 배포를 금지합니다. [3] 아울러 이 블로그의 내용을 AI 학습용으로 이용하는 것 역시 금지합니다. [운영] [대문으로] [방명록]
블로그 후원하기
[한국] 하나은행 (최광민): 376-910-500-183-07
[미국] 벤모 Venmo: @pay4kc
[국제] 페이팔 PayPal: @pay4kc
블로그 내부검색
주제
연재
주간 베스트
- [© 최광민] 천주, 상제, 하늘님, 하느님, 하나님
- [© 최광민] 예수 vs. 붓다 #8: 붓다는 어쩌다 예수가 되었을까?
- [© 최광민] 예수 vs. 미트라/미트라스 #01: 미트라스의 처녀탄생과 양치기의 경배?
- [© 최광민] 예수 vs. 붓다 #1: 소위 "불교계통" 복음서들의 정체: {이사전}, {보병궁 복음서}, {유란시아書}, {임마누엘의 탈무드}
- [© 최광민] 미국 전쟁부 (펜타곤) UFO/UAP 정보공개 현황
- [© 최광민] 예수 vs. 예수 #07: 삼위일체 개념은 어디서 유래했을까?
- [© 최광민] 음모론 예찬 | 큐아넌 (QAnon) 음모론, 뉴에이지 + 공상과학을 만나다
- [© 최광민] 나는 외계인이다 - Je suis un E.T.
- [© 최광민] 허블우주망원경이 찍은 최고의 천체사진 모음
- [© 최광민] 나의 심우주 안시/영상관측용 NGC 천체 대상 55선 - 스텔라리움 투어
최신 포스팅
RStudio
Labels:
Informatics
이메일로 전송BlogThis!X에 공유Facebook에서 공유
http://www.rstudio.org/
Using custom version JAVA
http://support.rstudio.org/help/discussions/problems/1061-r-shared-library-usrlocallibrliblibrso-not-found-ubuntu-11
http://www.rstudio.com/ide/docs/advanced/versions_of_r
1) Remove your current version of R and reinstall with the
following command:
$ sudo apt-get install r-base
2) Install R again (with the above command) and then configure
the RSTUDIO_WHICH_R environment variable to point to
the newly installed version of R. Details of how to do this are
described at the bottom of the following document:
http://www.rstudio.org/docs/advanced/versions_of_r
On Linux, RStudio uses the version of R pointed to by the output of the following command:
which R
The which command performs a search for the R executable
using the system PATH. RStudio will therefore by default bind to the
same version that is run when R is executed from a terminal.
For versions of R installed by system package managers (e.g. r-base on Debian or Ubuntu) this will be /usr/bin/R. For versions of R installed from source this will typically (but not always) be /usr/local/bin/R.
If RStudio is unable to locate R using which R, it will fall back to scanning explicitly for the R script in the /usr/local/bin and /usr/bin directories.
If you want to override which version of R is used then you can set the
RSTUDIO_WHICH_R environment variable to the R executable that you want to run
against. For example:
export RSTUDIO_WHICH_R=/usr/local/bin/R
Not that in order for RStudio to see this environment variable when
launched from the Ubuntu desktop Applications menu (as opposed to from a
terminal) it must be defined in the ~/.profile file.
이메일로 전송BlogThis!X에 공유Facebook에서 공유
Labels:
Informatics
$ sudo apt-get install r-base
which R
export RSTUDIO_WHICH_R=/usr/local/bin/R
Scientist. Husband. Daddy. --- TOLLE. LEGE
[1] This blog complies with the "Fair Use Doctrine" as defined in Article 28 of the Republic of Korea Copyright Act and the U.S. Copyright Act (17 USC. §107). [2] Regarding copyrighted (© Kwangmin Choi) articles and translations, the following actions are prohibited (1) without providing a link to the original URL: (2) Full reproduction and distribution, (3) Unauthorized modification and arbitrary excerpting, and (4) Screen capturing and distribution. [3] Additionally, using the content of this blog for AI training is strictly prohibited. [운영] [대문으로] [방명록]
블로그 후원하기
[한국] 하나은행 (최광민): 376-910-500-183-07
[미국] 벤모 Venmo: @pay4kc
[국제] 페이팔 PayPal: @pay4kc


