Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package doesn't working in R version 4.3.1 #13

Open
yolaisa opened this issue Aug 3, 2023 · 1 comment
Open

package doesn't working in R version 4.3.1 #13

yolaisa opened this issue Aug 3, 2023 · 1 comment

Comments

@yolaisa
Copy link

yolaisa commented Aug 3, 2023

Hello, I am tring to run the genderdata package in R (version 4.3.1)

I tried with:

#install.packages("devtools")

devtools::install_github("lmullen/genderdata")
Downloading GitHub repo lmullen/genderdata@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet, :
download from 'https://api.github.com/repos/lmullen/genderdata/tarball/HEAD' failed

and with:

#install.packages("remotes")

remotes::install_github("lmullen/genderdata")
Downloading GitHub repo lmullen/genderdata@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet, :
download from 'https://api.github.com/repos/lmullen/genderdata/tarball/HEAD' failed

Both failed.

Thanks in advance for your help.

@kusham
Copy link

kusham commented Oct 22, 2024

remotes::install_github("lmullen/genderdata")
Using github PAT from envvar GITHUB_PAT. Use gitcreds::gitcreds_set() and unset GITHUB_PAT in .Renviron (or elsewhere) if you want to use the more secure git credential store instead.
Downloading GitHub repo lmullen/genderdata@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet, :
download from 'https://api.github.com/repos/lmullen/genderdata/tarball/HEAD' failed

any one with a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants