I got this error when I tried to deploy my App using https://www.shinyapps.io/.
ERROR: no library trees found in 'lib.loc'
Any idea why? I found several threads about it but the explanation are not very clear to me.
These are the locations of my packages:
library("plyr", lib.loc="C:/Users/Ktanizar/Documents/R/win-library/3.4")
library("cluster", lib.loc="C:/Program Files/R/R-3.4.1/library")
library("xlsx", lib.loc="C:/Users/Ktanizar/Documents/R/win-library/3.4")
library("seriation", lib.loc="C:/Users/Ktanizar/Documents/R/win-library/3.4")
library("data.tree", lib.loc="C:/Users/Ktanizar/Documents/R/win-library/3.4")
library("DT", lib.loc="C:/Users/Ktanizar/Documents/R/win-library/3.4")
library("shinythemes", lib.loc="C:/Users/Ktanizar/Documents/R/win-library/3.4")
library("clipr", lib.loc="C:/Users/Ktanizar/Documents/R/win-library/3.4")
Here is the result when I run .libPaths() [1] "C:/Users/KTanizar/Documents/R/win-library/3.4" "C:/Program Files/R/R-3.4.1/library"
Here is the path of rsconnect
rsconnect::deployApp('C:/Users/Ketty Noonan/Desktop/Innovation Projects/0 Market Structure/5 Innovation/1 R scripts and notes/R_Shiny/2 Deploy')
Any ideas are greatly appreciated.