Skip to content

Instantly share code, notes, and snippets.

@RobWiederstein
Last active March 31, 2020 21:09
Show Gist options
  • Save RobWiederstein/5d3a05a9aa8e7fc57629f45b27bbb401 to your computer and use it in GitHub Desktop.
Save RobWiederstein/5d3a05a9aa8e7fc57629f45b27bbb401 to your computer and use it in GitHub Desktop.
package listing as of 3/28/2020
# In case you have to reload
# > sessionInfo()
# R version 3.6.3 (2020-02-29)
# Platform: x86_64-apple-darwin15.6.0 (64-bit)
# Running under: macOS Catalina 10.15.3
#
# Matrix products: default
# BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
# LAPACK: /Library/Frameworks/R.framework/Versions/3.6/Resources/lib/libRlapack.dylib
#
# locale:
# [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
#
# attached base packages:
# [1] stats graphics grDevices datasets utils
# [6] methods base
#
# other attached packages:
# [1] mypkg_0.0.0.9000 magrittr_1.5 forcats_0.5.0
# [4] stringr_1.4.0 dplyr_0.8.3 purrr_0.3.3
# [7] readr_1.3.1 tidyr_1.0.0 tibble_2.1.3
# [10] ggplot2_3.2.1 tidyverse_1.3.0 prompt_1.0.0
# [13] colorout_1.2-2
#
# loaded via a namespace (and not attached):
# [1] Rcpp_1.0.3 compiler_3.6.3 cellranger_1.1.0
# [4] pillar_1.4.3 dbplyr_1.4.2 tools_3.6.3
# [7] zeallot_0.1.0 lubridate_1.7.4 jsonlite_1.6.1
# [10] lifecycle_0.1.0 nlme_3.1-144 gtable_0.3.0
# [13] lattice_0.20-38 pkgconfig_2.0.3 rlang_0.4.2
# [16] reprex_0.3.0 cli_2.0.0 DBI_1.1.0
# [19] rstudioapi_0.11 haven_2.2.0 withr_2.1.2
# [22] xml2_1.2.2 httr_1.4.1 fs_1.3.1
# [25] generics_0.0.2 vctrs_0.2.1 hms_0.5.3
# [28] grid_3.6.3 tidyselect_0.2.5 glue_1.3.1
# [31] R6_2.4.1 fansi_0.4.0 readxl_1.3.1
# [34] modelr_0.1.6 backports_1.1.5 scales_1.1.0
# [37] clisymbols_1.2.0 rvest_0.3.5 assertthat_0.2.1
# [40] colorspace_1.4-1 stringi_1.4.3 lazyeval_0.2.2
# [43] munsell_0.5.0 broom_0.5.5 crayon_1.3.4
x <- c("acepack", "acs", "Amelia", "askpass", "assertthat", "backports", "base",
"base64enc", "BH", "bitops", "boot", "brew", "broom", "callr", "cellranger",
"checkmate", "choroplethr", "choroplethrMaps", "class", "classInt", "cli", "clipr",
"clisymbols", "cluster", "codetools", "colorout", "colorspace", "commonmark",
"compiler", "covr", "cowplot", "crayon", "crosstalk", "crul", "curl", "data.table",
"datasets", "DBI", "dbplyr", "desc", "devtools", "digest", "dplyr", "DT", "e1071",
"ellipsis", "evaluate", "fansi", "farver", "fastmap", "forcats", "foreign", "Formula",
"fortunes", "fredr", "fs", "generics", "geojson", "geojsonio", "ggmap", "ggplot2",
"ggthemes", "gh", "git2r", "glue", "graphics", "grDevices", "grid", "gridExtra",
"gtable", "haven", "hexbin", "highr", "Hmisc", "hms", "htmlTable", "htmltools",
"htmlwidgets", "httpcode", "httpuv", "httr", "ini", "jpeg", "jqr", "jsonlite",
"KernSmooth", "knitr", "labeling", "later", "lattice", "latticeExtra", "lazyeval",
"leaflet", "leaflet.providers", "leafletR", "lifecycle", "lubridate", "magrittr",
"maptools", "markdown", "MASS", "Matrix", "memoise", "methods", "mgcv", "mime",
"miniUI", "modelr", "munsell", "mypkg", "nlme", "nnet", "openssl", "parallel",
"pillar", "pkgbuild", "pkgconfig", "pkgload", "plogr", "plotly", "plyr", "png",
"praise", "prettycode", "prettyunits", "processx", "progress", "promises", "prompt",
"protolite", "ps", "purrr", "R.cache", "R.methodsS3", "R.oo", "R.utils", "R6",
"rappdirs", "raster", "rcmdcheck", "RColorBrewer", "Rcpp", "RcppArmadillo", "readr",
"readxl", "rematch", "rematch2", "remotes", "reprex", "reshape2", "rex", "rgdal",
"rgeos", "RgoogleMaps", "rjson", "RJSONIO", "rlang", "rmarkdown", "roxygen2",
"rpart", "rprojroot", "rstudioapi", "rversions", "rvest", "scales", "selectr",
"sessioninfo", "sf", "shiny", "sourcetools", "sp", "spatial", "splines", "stats",
"stats4", "stringi", "stringr", "styler", "survival", "sys", "tcltk", "testthat",
"tibble", "tidyr", "tidyselect", "tidyverse", "tigris", "tinytex", "tools", "triebeard",
"units", "urltools", "usethis", "utf8", "utils", "uuid", "V8", "vctrs", "viridis",
"viridisLite", "WDI", "whisker", "withr", "xfun", "XML", "xml2", "xopen", "xtable",
"yaml", "zeallot")
sapply(x, install.packages)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment