Skip to content

Instantly share code, notes, and snippets.

@rrodrigueznt
Created October 6, 2019 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rrodrigueznt/94852591c303d8bdee67661ee42758ef to your computer and use it in GitHub Desktop.
Save rrodrigueznt/94852591c303d8bdee67661ee42758ef to your computer and use it in GitHub Desktop.
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