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

install gapminder package #7

Open
ahmadmmohammad opened this issue Apr 20, 2020 · 0 comments
Open

install gapminder package #7

ahmadmmohammad opened this issue Apr 20, 2020 · 0 comments

Comments

@ahmadmmohammad
Copy link

I couldn't install devtools for R v.3.1.2 because it wasn't available so I installed RV.3.6 with the latest Rtools and was able to install the devtools package. However I am getting the below error to install the gapminder package:

install.packages("devtools")
Installing package into ‘C:/Users/ahmad/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
trying URL 'https://cran.ma.imperial.ac.uk/bin/windows/contrib/3.6/devtools_2.3.0.zip'
Content type 'application/zip' length 350683 bytes (342 KB)
downloaded 342 KB

package ‘devtools’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
C:\Users\ahmad\AppData\Local\Temp\RtmpWYMnCJ\downloaded_packages

library(devtools)
Loading required package: usethis
install_github("jennybc/gapminder")
Skipping install of 'gapminder' from a github remote, the SHA1 (ddfe7738) has not changed since last install.
Use force = TRUE to force installation
force = TRUE

and nothing happens later

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

1 participant