Thanks. Just to double confirm. Even if libraries are not loaded in the application, they should be same?
FOr example
my app has
library(A) ##----- 3.6 version (both locally and shiny server)
library(B)##----- 3.5 version (both locally and shiny server)
library(C)##----- 3.8 version (both locally and shiny server)
Other libraries that are not loaded in my app
library(X) ##----- 2.6 version - locally and 2.5 version - shiny server
library(Y)##----- 1.6 version - locally and 1.5 version - shiny server
library(Z)##----- 7.6 version - locally and 7.5 version - shiny server
You mean even because of second scenario the apps can behave differently?