When calling install_deps() and one of the dependencies already has a dev version installed, we regularly this error:
remotes::install_deps(dependencies = TRUE, upgrade = TRUE)

Looks like the DESCRIPTION file of the installed dependency package contains this:
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
RemoteType: local
RemoteUrl:
/private/var/folders/hp/fg4q7m353d91v9mgm4d1stvh0000gn/T/RtmpJkrZ7F/magick_2.0.9000.tar.gz
Built: R 3.6.0; x86_64-apple-darwin15.6.0; 2019-05-20 22:00:37 UTC; unix
I'm not sure how that RemoteUrl got in there but that file no longer exists.