Perfect, Now I am able to see after adding runtime: shiny at the top. Earlier it was at the bottom so that was the issue. But now while publishing I get this error
Line 34 paths should be to files within the project directory
My Line 34 is and I have also included readxl package
df <- read_excel("D:/Analytics/New folder/df.xlsx")
But my earlier file where I was able to publish RMD file . There df was like below
df <- read_excel("df.xlsx","Monthly",range = "A1:K2188")
May I know how is it making difference?