Skip to contents

Get installed packages

Usage

get_pkgs()

Value

character vector of installed packages

Examples

get_pkgs()
#> c("R6", "RColorBrewer", "Rcpp", "RcppEigen", "Rttf2pt1", "askpass", 
#> "base64enc", "bit", "bit64", "brio", "bslib", "cachem", "callr", 
#> "cli", "colorspace", "cpp11", "crayon", "curl", "desc", "diffobj", 
#> "digest", "downlit", "dplyr", "ellipsis", "evaluate", "extrafont", 
#> "extrafontdb", "fansi", "farver", "fastmap", "fontawesome", "fs", 
#> "generics", "ggforce", "ggfun", "ggimage", "ggplot2", "ggplotify", 
#> "glue", "gridGraphics", "gtable", "hexSticker", "hexbin", "highr", 
#> "hms", "htmltools", "httr", "isoband", "janitor", "jquerylib", 
#> "jsonlite", "knitr", "labeling", "lifecycle", "lubridate", "magick", 
#> "magrittr", "memoise", "mime", "munsell", "openssl", "pak", "patchwork", 
#> "pillar", "pkgconfig", "pkgdown", "pkgload", "png", "polyclip", 
#> "praise", "prettyunits", "processx", "progress", "ps", "purrr", 
#> "ragg", "rappdirs", "rematch2", "renv", "rlang", "rmarkdown", 
#> "rprojroot", "sass", "scales", "segtools", "sessioninfo", "showtext", 
#> "showtextdb", "snakecase", "stringi", "stringr", "sys", "sysfonts", 
#> "systemfonts", "testthat", "textshaping", "tibble", "tidyr", 
#> "tidyselect", "timechange", "tinytex", "tweenr", "tzdb", "utf8", 
#> "vctrs", "viridisLite", "vroom", "waldo", "whisker", "withr", 
#> "xfun", "xml2", "yaml", "yulab.utils", "KernSmooth", "MASS", 
#> "Matrix", "base", "boot", "class", "cluster", "codetools", "compiler", 
#> "datasets", "foreign", "grDevices", "graphics", "grid", "lattice", 
#> "methods", "mgcv", "nlme", "nnet", "parallel", "rpart", "spatial", 
#> "splines", "stats", "stats4", "survival", "tcltk", "tools", "utils"
#> )