R 팩: nCov2019 설치 다운로드
845 단어 R 노트
# R 。
# CRAN, github, remotes install_github() 。
# remotes , 。
install.packages("remotes")
remotes::install_github("GuangchuangYu/nCov2019")
library(nCov2019)
설치할 때 다음과 같이 나타납니다.
These packages have more recent versions available.
It is recommended to update all of them.
Which would you like to update?
1: All
2: CRAN packages only
3: None
4: tibble (3.0.0 -> 3.0.1) [CRAN]
5: withr (2.1.2 -> 2.2.0) [CRAN]
6: isoband (0.2.0 -> 0.2.1) [CRAN]
Enter one or more numbers, or an empty line to skip updates:
우리는 직접 enter 키를 두 번 누르면 된다.