Deployment Error: Unable to determine the location for some packages

I just had this issue as well. Mine was resolved by:

options(repos = BiocManager::repositories())

Hope it works for you. Check out: Unable to deploy app: Unable to determine package source

1 Like