jimjam-slam / ggflags

A flag geom for ggplot2. Tweaks the original by using round flags (great for plotting as points).
92 stars 15 forks source link

package ‘ggflags’ is not available (for R version 3.6.2) #13

Closed SzymkowskiDev closed 2 years ago

SzymkowskiDev commented 4 years ago

Warning in install.packages : package ‘ggflags’ is not available (for R version 3.6.2)

Ralle8370 commented 4 years ago

I get this too: "Warning in install.packages : package ‘ggflags’ is not available (for R version 3.6.3)"

denironyx commented 4 years ago

I also got this: "Warning in install.packages : package ‘ggflags’ is not available (for R version 3.6.3)"

jimjam-slam commented 4 years ago

Just to give y'all an update, I'm hoping to update the package soon but are having some problems with some of the dependent packages. Hoping to switch to a different backend, but it might take some time!

JRamlov commented 4 years ago

Hi @rensa - Hope all is going well with the package. Is there a work-around such that I can use it with an earlier version?

jimjam-slam commented 4 years ago

I'm sorry folks, I should've tweaked—ggflags is not actually on CRAN. You can install it using remotes or devtools:

remotes::install_github('rensa/ggflags')
# or
devtools::install_github('rensa/ggflags')

Sorry for the confusion! I can't promise it'll install right now with the dependencies playing up, but give that a go 🙂