sequence of loading librabies

Hi all, I wanted to check if the sequence of libraries that are loaded affects the applications. Below are the libraries loaded.

Because when i open the application second certain features works fine but not when I open if first time

ui.R

library(shinydashboard)
library(plotly)
library(DT)
library(shinycssloaders)
library(shinyWidgets)
library(shinyBS)
library(sodium)
library(shinyjs)
library(lubridate)

server.R

library(DT)
library(readr)
library(shiny)
library(shinyBS)
library(tibbletime)
library(tidyverse)
library(dplyr)
library(plotly)
library(scales)
library(lubridate)
library(shinyalert)
library(sendmailR)
library(shinyWidgets)
library(plotly)
library(shinylogs)
library(stringr)
library(purrr)
library(glue)

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.