I am trying to deploy my shiny app but it is failing because RDCOMClient is not on CRAN or Github. Well to clarify a version of RDCOMClient is on Github at here but this version does not appear to work with my version of R. I downloaded the binary of the package from here and my app works fine locally.
Possible solutions I have seen or thought of are
- Somehow take the binaries from the non-github address and put them on my own github then load the library from my own Github account to have my app deploy properly.
- Rollback my version of R to be compatible with the RDCOMClient found at omegahat's github
- Find a different library than RDCOMClient to work in its place.
Option #1 - I am unsure of how to put the binaries on Github since R looks for a specific folder/file structure when it pulls in packages from Github.
Option #2 - This seems pretty straight-forward but I worry that some of the other packages or code may not work with an earlier version. Also if someone could link to how to rollback your version of R it would be much appreciated.
Option #3 - I am using RDCOMClient to connect to Outlook and launch a draft email. If someone knows of another package that does something similar to this then this would be a viable solution.
I am of course open to other solutions to this problem and anything that could help would be much appreciated.