I created a simple shinyApp, using a R package written by me. This packages depends on Rcpp.
Everything works well locally. But when I deploy it, I get this error.

Could you give me some pointer to solve this issue
I don鈥檛 think it鈥檚 related to shiny. I see your github repo and you have pushed the compiled objects to git. You may delete them and try again.
devtools::clean_dll() may help
I agree, the problem is probably that you committed compiled objects (like the .so files) to your repository.
@wch @shrektan I really appreciate it. I am Cpp fresher. Finally I make it.
@peleonard remember to close the issue if it works... thanks.
Most helpful comment
devtools::clean_dll() may help