Skip to content

Instantly share code, notes, and snippets.

@lovetoken
Last active August 23, 2020 15:48
Show Gist options
  • Select an option

  • Save lovetoken/16f862394a7f541faafde067cee0bf77 to your computer and use it in GitHub Desktop.

Select an option

Save lovetoken/16f862394a7f541faafde067cee0bf77 to your computer and use it in GitHub Desktop.
새로운 R 환경에서 자주사용하는 Package 들을 한꺼번에 설치하고 로드하는 코드 (pacman package 를 사용하여)
install.packages("pacman")
pacman::p_load(
bit64,
bookdown,
colourpicker,
cowplot,
data.table,
DBI,
DBI,
devtools,
dplyr,
DT,
extrafont,
feather,
fst,
ggplot2,
knitr,
lubridate,
magrittr,
patchwork,
plotly,
purrr,
readr,
reshape2,
scales,
sessioninfo,
tidyquant,
tidyr,
tidyverse,
XML,
)
# 현 Gist 에 올려진 R코드를 바로 실행하고 싶으시다면 아래 주석의 코드를 실행시키세요 (온라인 상태이어야 하며, 주석을 해제하고 직접 실행해야 합니다.)
# source("https://gist.githubusercontent.com/lovetoken/16f862394a7f541faafde067cee0bf77/raw/4c5ec3ff8b1ea8d1eaa9a058a3e227ff8152c2a9/R_packages_install_for_myself")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment