Created
November 8, 2018 07:45
-
-
Save cgpu/a19b6aa90700c5a6561c05755d5eaec6 to your computer and use it in GitHub Desktop.
Data sci starter pack(ages)
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
| # 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