Debian 11에 R 4.1을 설치하는 방법은 무엇입니까? 데비안 11은 업데이트되지 않습니다

Debian 11에 R 4.1을 설치하는 방법은 무엇입니까? 데비안 11은 업데이트되지 않습니다
  1. Debian 11은 R 4.0.4로만 업데이트되었습니다.
  2. R 4.1.0 이상이 설치되어 있는 패키지가 있습니다.
  3. 다음과 같이 공식 R 저장소를 소스 목록에 추가해 보았습니다.공식 웹사이트에서는 무엇을 해야 할지 알려줍니다., 그러나 다음과 같은 제한 사항이 있습니다.

sudo 적절한 업데이트

20개의 패키지를 업그레이드할 수 있습니다. 이를 확인하려면 "apt list --upgradable"을 실행하세요.

적절한 목록--업그레이드 가능

r-base-core/bullseye-cran40 4.3.2-1~bullseyecran.0 amd64 [업그레이드 가능: 4.0.4-1]

r-base-dev/bullseye-cran40 4.3.2-1~bullseyecran.0 모두 [업그레이드 가능: 4.0.4-1]

r-base/bullseye-cran40 4.3.2-1~bullseyecran.0 모두 [업그레이드 가능: 4.0.4-1]

r-cran-boot/bullseye-cran40 1.3-28.1-1~bullseyecran.0 모두 [업그레이드 가능: 1.3-27-1]

r-cran-class/bullseye-cran40 7.3-22-2~bullseyecran.0 amd64 [업그레이드 가능: 7.3-18-1]

r-cran-cluster/bullseye-cran40 2.1.4-1~bullseyecran.0 amd64 [업그레이드 가능: 2.1.1-1]

r-cran-codetools/bullseye-cran40 0.2-19-1~bullseyecran.0 모두 [업그레이드 가능: 0.2-18-1]

r-cran-foreign/bullseye-cran40 0.8.85-1~bullseyecran.0 amd64 [업그레이드 가능: 0.8.81-1]

r-cran-kernsmooth/bullseye-cran40 2.23-22-1~bullseyecran.0 amd64 [업그레이드 가능: 2.23-18-1]

r-cran-lattice/bullseye-cran40 0.22-5-1~bullseyecran.0 amd64 [업그레이드 가능: 0.20-41-1+b1]

r-cran-littler/bullseye-cran40 0.3.18-2~bullseyecran.0 amd64 [업그레이드 가능: 0.3.12-1]

r-cran-mass/bullseye-cran40 7.3-60-2~bullseyecran.0 amd64 [업그레이드 가능: 7.3-53.1-1]

r-cran-matrix/bullseye-cran40 1.6-1.1-1~bullseyecran.0 amd64 [업그레이드 가능: 1.3-2-1]

r-cran-mgcv/bullseye-cran40 1.9-0-1~bullseyecran.0 amd64 [업그레이드 가능: 1.8-34-1]

r-cran-nlme/bullseye-cran40 3.1.163-1~bullseyecran.0 amd64 [업그레이드 가능: 3.1.152-1]

r-cran-nnet/bullseye-cran40 7.3-19-2~bullseyecran.0 amd64 [업그레이드 가능: 7.3-15-1]

r-cran-rpart/bullseye-cran40 4.1.21-1~bullseyecran.0 amd64 [업그레이드 가능: 4.1-15-2+b1]

r-cran-spatial/bullseye-cran40 7.3-17-1~bullseyecran.0 amd64 [업그레이드 가능: 7.3-13-1]

r-cran-survival/bullseye-cran40 3.5-7-1~bullseyecran.0 amd64 [업그레이드 가능: 3.2-7-1]

r-recommended/bullseye-cran40 4.3.2-1~bullseyecran.0 모두 [업그레이드 가능: 4.0.4-1]

sudo 적절한 업그레이드

다음 패키지가 예약되었습니다:

r-base r-base-core r-base-dev r-cran-boot r-cran-class r-cran-cluster r-cran-codetools r-cran-foreign r-cran-kernsmooth r-cran-lattice r- 클랜 리틀러

r-cran-mass r-cran-matrix r-cran-mgcv r-cran-nlme r-cran-nnet r-cran-rpart r-cran-space r-cran-survival r-recommend

답변1

다음 명령을 사용하여 새 버전의 명시적 설치를 요청할 수 있습니다.

apt install r-base=4.3.2-1~bullseyecran.0

등호 뒤의 부분은 버전 문자열을 나타냅니다.

관련 정보