lmullen/genderdata

Does not work with R version 4+

Closed this issue · 2 comments

Could you make it work with R version 4+? Thanks.

FYI: It works in 4.0.4 but not in 4.1.0

install.packages("genderdata", repos = "http://packages.ropensci.org")
Warning in install.packages :
  package ‘genderdata’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

This appears to resolve the issue:

# install.packages("remotes")
remotes::install_github("lmullen/genderdata")

i.e. instead of using:
install.packages("genderdata", repos = "http://packages.ropensci.org")