dkahle / ggmap

A package for plotting maps in R with ggplot2
766 stars 231 forks source link

Orphaned on CRAN? #311

Closed dblodgett-usgs closed 4 years ago

dblodgett-usgs commented 4 years ago

I use ggmap in one of my vignettes.

Seeing:

* checking package dependencies ... NOTE
Suggests orphaned package: 'ggmap'

Looks like an install error on Windows. https://cran.r-project.org/web/checks/check_results_ggmap.html

I'd rather not remove my suggest dependency. Are you working on that or... ?

dkahle commented 4 years ago

Hm, that's strange. I'll get in contact with them. Thanks!

dkahle commented 4 years ago

Actually, are you still getting this issue? After you posted the other day I accessed from my phone and it looked like there were issues, but I don't see them anymore.

dblodgett-usgs commented 4 years ago

Yeah -- just did a check --as-cran and got the same thing.

dkahle commented 4 years ago

Thanks for checking that, I'll send them a note.

dblodgett-usgs commented 4 years ago

Still listed as Orphaned... see upper right here: https://www.r-pkg.org/pkg/ggmap

dkahle commented 4 years ago

FYI, just followed up with CRAN, hope to get resolved soon.

peterdesmet commented 3 years ago

Just stumbled upon this issue, trying to debug a GitHub action running R-CMD-check on Windows, which warns (and therefore fails) because of:

> checking package dependencies ... WARNING
  Requires orphaned package: 'ggmap'

Other users have reported this before, with the solution to move ggmap from Depends to Suggests, but my package relies on ggmap. Reading this issue, it seems like it is caused by 3.0.0 still being marked as ORPHANED on https://www.r-pkg.org/pkg/ggmap.

Any progress in resolving this with CRAN? 🙏