Skip to content

Instantly share code, notes, and snippets.

@cgpu
Created November 8, 2018 07:45
Show Gist options
  • Select an option

  • Save cgpu/a19b6aa90700c5a6561c05755d5eaec6 to your computer and use it in GitHub Desktop.

Select an option

Save cgpu/a19b6aa90700c5a6561c05755d5eaec6 to your computer and use it in GitHub Desktop.
Data sci starter pack(ages)
# WHAT | Under the hood #datasci starter pack-ages 📦 installation
# WHY | To de-clutter code - Use at own(er's) risk
sourceRy <- function(){
if (!require("librarian")) install.packages("librarian",
dependencies = TRUE,
quiet = TRUE)
librarian::shelf(
# CRAN
utils,
skimr,
base,
dplyr,
visdat,
# GitHub
IndrajeetPatil/ggstatsplot,
# Params
update_all = FALSE,
quiet = TRUE,
ask = FALSE)
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment