Deploy shiny app

I am trying to deploy my shiny app at shinyapps.io but I am getting an error when I am seeing on my live streaming logs of the app i.e. the datadist not found.
i am using like this:d <- datadist(data) # add a new variable to an existing datadist
options(datadist="d")

can anyone suggest me how can I remove it?

datadist is a function you wrote, or from a library ?
did you load the library?

yes datadist is a function. definitely i load the library i.e. rms.

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