Created
October 6, 2019 09:24
-
-
Save rrodrigueznt/94852591c303d8bdee67661ee42758ef to your computer and use it in GitHub Desktop.
This file contains 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
bob[] <- lapply(bob, as.character) | |
# | |
# Installed packages | |
# | |
# | |
ip = as.data.frame(installed.packages()[,c(1:4)]) | |
ip %>% dplyr::filter(stringr::str_detect(Package, "rpart")) | |
# | |
remove.packages("tinytex") | |
# | |
.libPaths() | |
# | |
install.packages("remotes", lib = "C:/Program Files/R/R-3.5.3/library") | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment