Created
January 7, 2018 22:17
-
-
Save dpastoor/1479bef6373d2e77037163b96ebcebad to your computer and use it in GitHub Desktop.
install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install_location <- .libPaths()[[2]] | |
pkgs <- c( | |
"RcppTOML", | |
"anytime", | |
"styler", | |
"sinew", | |
"shinyjs", | |
"diffr", | |
"data.table", | |
"PKPDmisc", | |
"jsonlite", | |
"haven", | |
"padr", | |
"DiagrammeR", | |
"RSQLite", | |
"bookdown", | |
"cli", | |
"feather", | |
"fiery", | |
"routr", | |
"roxygen2", | |
"whoami", | |
"shinycssloaders", | |
"flexdashboard", | |
"shinydashboard", | |
"rlang", | |
"usethis", | |
"reactR", | |
"pool", | |
"listviewer" | |
) | |
install.packages(pkgs, repos="https://dpastoor.github.io/amgendrat", lib = install_location) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment