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

Final Project - Unable to install 'genderdata' #55

Open
Rami-Assaad opened this issue Sep 30, 2021 · 4 comments
Open

Final Project - Unable to install 'genderdata' #55

Rami-Assaad opened this issue Sep 30, 2021 · 4 comments

Comments

@Rami-Assaad
Copy link

Dear Prof. @lecy ,

When I'm trying to install gender data using:

> remotes::install_github("lmullen/genderdata")

or > install_github("ropensci/genderdata")

or > install_genderdata_package()

I'm getting the following error:
Downloading GitHub repo lmullen/genderdata@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL 'https://api.github.com/repos/lmullen/genderdata/tarball/HEAD'

I've tried also:

> 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

I'm not able to proceed below step 03 without genderdata package. How can I solve this issue?

Thanks in advance

@lecy
Copy link
Collaborator

lecy commented Sep 30, 2021

Can you download the tarball from the link?

https://api.github.com/repos/lmullen/genderdata/tarball/HEAD

@lecy
Copy link
Collaborator

lecy commented Sep 30, 2021

Not sure if the last argument would make a difference:

install.packages( "genderdata",
                 repos = "http://packages.ropensci.org",
                 type = "source")

@lecy
Copy link
Collaborator

lecy commented Oct 2, 2021

Any luck?

@Rami-Assaad
Copy link
Author

Thank you very much! yes, I have installed the .tar file from the link and install it manually in R.

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

No branches or pull requests

2 participants