You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should be able to install the development version with remotes::install_github("lmullen/gender"), which will then help you install any other necessary packages.
#70
You should be able to install the development version with `remotes::install_github("lmullen/gender")`, which will then help you install any other necessary packages.
Hi, thank you so much for these packages!
I am eager to use it, but can't seem to figure out how to download the "genderdata" package.
I tried to run multiple solutions from I found here but nothing works.
When I run the code, this is what I get:
Code :
gender( dfm$first, years = c(1950, 1990) , method = "ssa")
Output:
The genderdata package needs to be installed.
Install the genderdata package?
1: Yes
2: No
Selection: Yes
Installing the genderdata package.
Downloading GitHub repo lmullen/genderdata@v0.6.0
Error in utils::download.file(url, path, method = method, quiet = quiet, :
download from 'https://api.github.com/repos/lmullen/genderdata/tarball/v0.6.0' failed
Error in loadNamespace(x) : there is no package called ‘genderdata’"
Originally posted by @lmullen in #63 (comment)
The text was updated successfully, but these errors were encountered: