Windows에 rtools 설치

Sheeraz Gul 2023년6월21일 R R Rtools
Windows에 rtools 설치

Rtools는 R에서 패키지를 빌드하는 데 필요한 도구 모음입니다. 이 자습서에서는 Windows에서 Rtools를 설치하는 방법을 보여줍니다.

Windows에 Rtools 설치

아래 단계에 따라 Rtools를 설치하십시오.

위의 코드는 Rtools를 찾고 Rtools가 설치되어 있으면 아래와 같이 TRUE를 출력합니다.

 textCopy> library(devtools)
> find_rtools()
[1] TRUE
튜토리얼이 마음에 드시나요? DelftStack을 구독하세요 YouTube에서 저희가 더 많은 고품질 비디오 가이드를 제작할 수 있도록 지원해주세요. 구독하다
작가: Sheeraz Gul
Sheeraz Gul avatar Sheeraz Gul avatar

Sheeraz is a Doctorate fellow in Computer Science at Northwestern Polytechnical University, Xian, China. He has 7 years of Software Development experience in AI, Web, Database, and Desktop technologies. He writes tutorials in Java, PHP, Python, GoLang, R, etc., to help beginners learn the field of Computer Science.

LinkedIn Facebook