Closed englianhu closed 7 years ago
Thanks @englianhu. We are looking into this and will get back to you ASAP.
@englianhu @DavisVaughan and I are investigating, but we do not have enough information to reproduce the error. I'd like you try two things:
Run your application using the latest development version. You can install it with devtools
. And note that there are several changes from the NEWS.md file that may be of interest.
If (1) does not work, we will need to access a copy of your application that is causing the error. The easiest way is to send a link to a github repo. We will attempt to reproduce the problem and debug.
@englianhu
I have forked, cloned, and successfully deployed your application onto shiny.io (it is very cool, great job).
https://davisvaughan.shinyapps.io/binarycom-interview-question/
I was able to deploy it with both tidyquant 0.3.0.9050
from GitHub, and with tidyquant 0.3.0
from CRAN. Here is what the output of rsconnect::deployApp()
gave me when I built under 0.3.0:
The warning did not prevent the build from working.
What is the code that you ran that gave you those errors? We would love to help you if you can provide us with some more information!
Also, as @mdancho84 said, try updating to the GitHub version and see if that helps.
Lastly, where is the code that actually uses tidyquant
? I briefly searched through the shiny app but could not find anything that used any of our functions.
Thanks!
@englianhu
We are closing this comment out. Davis was able to successfully deploy your Shiny application with the tidyquant dependency. Further the tidyquant builds have all passed Travis CI using unbuntu. We believe the issue is unrelated to tidyquant
I tried to deploy shinyApp and noticed the
tidyquant
unable install due to no url...After that I check with the official R website and only know the package tidyquant: Tidy Quantitative Financial Analysis doesn't support Linux OS while Linux is an OS suite for programmers.