lockbox icon indicating copy to clipboard operation
lockbox copied to clipboard

Lockbox cannot correctly load a GitHub Remote dependency when the repo name is not the same as the package name

Open peterhurford opened this issue 8 years ago • 1 comments

Only happens really rarely, but some R packages (like roxygen2) have a different package name than their repo name. Since we avoid making a call to find the package name, we end up with false positives.

This is not urgent, but we may want to consider fixing eventually.

peterhurford avatar Apr 07 '16 22:04 peterhurford

I think this may also be true for Devtools remotes.

peterhurford avatar Apr 22 '16 22:04 peterhurford