Skip to content

Instantly share code, notes, and snippets.

@dpastoor
Created January 7, 2018 22:17
Show Gist options
  • Save dpastoor/1479bef6373d2e77037163b96ebcebad to your computer and use it in GitHub Desktop.
Save dpastoor/1479bef6373d2e77037163b96ebcebad to your computer and use it in GitHub Desktop.
install
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