R Programming/Basic
[R] 구버전 R 설치
Mandarim_
2024. 8. 23. 00:41
종종 버전 문제로 인해, 구버전의 R을 설치하고자 하는 경우가 있다.
이때 R 설치하는 페이지에서 구버전을 찾아서 설치하면 된다.
아래의 링크에서 지금까지의 모든 R 버전을 설치 링크와 출시 날짜가 나와있다.
https://cran.r-project.org/bin/windows/base/old/
Previous releases of R for Windows
Previous Releases of R for Windows This directory contains previous binary releases of R for Windows. The current release, and links to development snapshots, are available here. Source code for these releases and others is available through the main CRAN
cran.r-project.org
예시로, 현재 4.4.1 버전까지 나온 상황이고, 4.0.3 버전을 다운로드하고자 한다면,
위의 페이지에서 R 4.0.3을 클릭하고,
다음 페이지에서 .exe 파일을 다운로드하면 된다.
반응형