R 팩: nCov2019 설치 다운로드

845 단어 R 노트
이 R 패키지는 여광창 박사가 깃허브에 nCoV 2019라는 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 키를 두 번 누르면 된다.

좋은 웹페이지 즐겨찾기