##These files were tested based on the following versions: #R 3.6.0 #shiny 1.3.2 #ggmap 3.0.0 #mapproj 1.2.6 #shinycssloaders 0.2.0 #shinythemes 1.1.2 #BiocManager 1.30.4 #preprocessCore 1.46.0 #ggplot2 3.2.1 #grid [base] #gridExtra 2.3 #Run each command line by line unless otherwise stated install.packages('shiny', dependencies=TRUE) install.packages('ggmap', dependencies=TRUE) install.packages('mapproj', dependencies=TRUE) install.packages('shinycssloaders', dependencies=TRUE) install.packages('shinythemes', dependencies=TRUE) ############ HIGHLIGHT ALL BEFORE RUN /START ############ if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("preprocessCore") ############ HIGHLIGHT ALL BEFORE RUN /END ############ install.packages("ggplot2", dependencies=TRUE) install.packages("grid", dependencies=TRUE) install.packages("gridExtra", dependencies=TRUE)