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.

Revisions

  1. lovetoken revised this gist Aug 23, 2020. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions R_packages_install_for_myself
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,9 @@
    # pacman 패키지가 설치되어 있어야 Gist 코드가 R에서 동작합니다. pacman 설치되어 있지 않다면 바로 아래 주석의 코드를 실행시켜서 pacman 패키지를 설치하세요. (온라인 상태이어야 하며, 주석을 해제하고 직접 실행해야 합니다.)
    # install.packages("pacman")

    # 현 Gist 에 올려진 R코드를 바로 실행하고 싶으시다면 아래 주석의 코드를 실행시키세요. (온라인 상태이어야 하며, 주석을 해제하고 직접 실행해야 합니다.)
    # source("https://gist.githubusercontent.com/lovetoken/16f862394a7f541faafde067cee0bf77/raw/4c5ec3ff8b1ea8d1eaa9a058a3e227ff8152c2a9/R_packages_install_for_myself")

    pacman::p_load(
    aws.s3,
    bigrquery,
    @@ -52,7 +55,4 @@ pacman::p_load(
    tidyr,
    tidyverse,
    xml2
    )

    # 현 Gist 에 올려진 R코드를 바로 실행하고 싶으시다면 아래 주석의 코드를 실행시키세요. (온라인 상태이어야 하며, 주석을 해제하고 직접 실행해야 합니다.)
    # source("https://gist.githubusercontent.com/lovetoken/16f862394a7f541faafde067cee0bf77/raw/4c5ec3ff8b1ea8d1eaa9a058a3e227ff8152c2a9/R_packages_install_for_myself")
    )
  2. lovetoken revised this gist Aug 23, 2020. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions R_packages_install_for_myself
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    install.packages("pacman")
    # pacman 패키지가 설치되어 있어야 Gist 코드가 R에서 동작합니다. pacman 설치되어 있지 않다면 바로 아래 주석의 코드를 실행시켜서 pacman 패키지를 설치하세요. (온라인 상태이어야 하며, 주석을 해제하고 직접 실행해야 합니다.)
    # install.packages("pacman")

    pacman::p_load(
    aws.s3,
    @@ -53,5 +54,5 @@ pacman::p_load(
    xml2
    )

    # 현 Gist 에 올려진 R코드를 바로 실행하고 싶으시다면 아래 주석의 코드를 실행시키세요 (온라인 상태이어야 하며, 주석을 해제하고 직접 실행해야 합니다.)
    # 현 Gist 에 올려진 R코드를 바로 실행하고 싶으시다면 아래 주석의 코드를 실행시키세요. (온라인 상태이어야 하며, 주석을 해제하고 직접 실행해야 합니다.)
    # source("https://gist.githubusercontent.com/lovetoken/16f862394a7f541faafde067cee0bf77/raw/4c5ec3ff8b1ea8d1eaa9a058a3e227ff8152c2a9/R_packages_install_for_myself")
  3. lovetoken revised this gist Aug 23, 2020. 1 changed file with 25 additions and 1 deletion.
    26 changes: 25 additions & 1 deletion R_packages_install_for_myself
    Original file line number Diff line number Diff line change
    @@ -1,32 +1,56 @@
    install.packages("pacman")

    pacman::p_load(
    aws.s3,
    bigrquery,
    BiocManager,
    bit64,
    bookdown,
    BiocManager,
    broom,
    bupaR,
    caesar,
    colourpicker,
    data.table,
    DBI,
    devtools,
    DiagrammeR,
    DiagrammeRsvg,
    dplyr,
    DT,
    edeaR,
    eventdataR,
    extrafont,
    feather,
    fst,
    gargle,
    gganimate,
    ggplot2,
    htmlwidgets,
    httpuv,
    jsonlite,
    knitr,
    lubridate,
    magrittr,
    patchwork,
    plotly,
    processanimateR,
    processmapR,
    purrr,
    RCurl,
    readr,
    reshape2,
    RODBC,
    ROSE,
    RPresto,
    rsvg,
    rvest,
    scales,
    sessioninfo,
    sparklyr,
    tidyquant,
    tidyr,
    tidyverse,
    xml2
    )

    # 현 Gist 에 올려진 R코드를 바로 실행하고 싶으시다면 아래 주석의 코드를 실행시키세요 (온라인 상태이어야 하며, 주석을 해제하고 직접 실행해야 합니다.)
  4. lovetoken revised this gist Aug 23, 2020. 1 changed file with 0 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions R_packages_install_for_myself
    Original file line number Diff line number Diff line change
    @@ -5,10 +5,8 @@ pacman::p_load(
    bookdown,
    BiocManager,
    colourpicker,
    cowplot,
    data.table,
    DBI,
    DBI,
    devtools,
    dplyr,
    DT,
    @@ -29,7 +27,6 @@ pacman::p_load(
    tidyquant,
    tidyr,
    tidyverse,
    XML,
    )

    # 현 Gist 에 올려진 R코드를 바로 실행하고 싶으시다면 아래 주석의 코드를 실행시키세요 (온라인 상태이어야 하며, 주석을 해제하고 직접 실행해야 합니다.)
  5. lovetoken revised this gist Aug 23, 2020. No changes.
  6. lovetoken revised this gist Aug 23, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions R_packages_install_for_myself
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,7 @@ install.packages("pacman")
    pacman::p_load(
    bit64,
    bookdown,
    BiocManager,
    colourpicker,
    cowplot,
    data.table,
  7. lovetoken revised this gist Aug 23, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion R_packages_install_for_myself
    Original file line number Diff line number Diff line change
    @@ -32,4 +32,4 @@ pacman::p_load(
    )

    # 현 Gist 에 올려진 R코드를 바로 실행하고 싶으시다면 아래 주석의 코드를 실행시키세요 (온라인 상태이어야 하며, 주석을 해제하고 직접 실행해야 합니다.)
    # source("https://https://gist.githubusercontent.com/lovetoken/16f862394a7f541faafde067cee0bf77/raw/560c21fe91a10550163e9454ac3aa217d5217cd7/R_packages_install_for_myself")
    # source("https://gist.githubusercontent.com/lovetoken/16f862394a7f541faafde067cee0bf77/raw/4c5ec3ff8b1ea8d1eaa9a058a3e227ff8152c2a9/R_packages_install_for_myself")
  8. lovetoken revised this gist Aug 23, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion R_packages_install_for_myself
    Original file line number Diff line number Diff line change
    @@ -32,4 +32,4 @@ pacman::p_load(
    )

    # 현 Gist 에 올려진 R코드를 바로 실행하고 싶으시다면 아래 주석의 코드를 실행시키세요 (온라인 상태이어야 하며, 주석을 해제하고 직접 실행해야 합니다.)
    # source("https://gist.github.com/lovetoken/16f862394a7f541faafde067cee0bf77")
    # source("https://https://gist.githubusercontent.com/lovetoken/16f862394a7f541faafde067cee0bf77/raw/560c21fe91a10550163e9454ac3aa217d5217cd7/R_packages_install_for_myself")
  9. lovetoken revised this gist Aug 23, 2020. No changes.
  10. lovetoken revised this gist Aug 23, 2020. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion R_packages_install_for_myself
    Original file line number Diff line number Diff line change
    @@ -29,4 +29,7 @@ pacman::p_load(
    tidyr,
    tidyverse,
    XML,
    )
    )

    # 현 Gist 에 올려진 R코드를 바로 실행하고 싶으시다면 아래 주석의 코드를 실행시키세요 (온라인 상태이어야 하며, 주석을 해제하고 직접 실행해야 합니다.)
    # source("https://gist.github.com/lovetoken/16f862394a7f541faafde067cee0bf77")
  11. lovetoken created this gist Aug 23, 2020.
    32 changes: 32 additions & 0 deletions R_packages_install_for_myself
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@
    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,
    )