I am having trouble making my ShinyApps.io account install a private GitHub dependency:
First, on ShinyApps, I have authorized private GitHub repository access.
Second, in my package that I am deploying, I have added the private dependency as a Remotes package in the DESCRIPTION file:
Remotes:
myOrg/myDependency
Third, ShinyApps is an authorized application on GitHub under the repository settings.
However, when I attempt to manually deploy, ShinyApps is unable to find myDependency. I get an error that states:
Warning: Unable to determine the repository for package myDependency
What else do I need to check to be sure ShinyApps.io can reach and use my dependency