r - "car" package url out of date -


i trying follow along in statistical sleuth here teach myself regression analysis job in machine learning, when installing "mosaic" package requires "car" package. did install.packages(car) see url r trying open

http://cran.rstudio.com/bin/windows/contrib/3.1/car_2.0-20.zip

however, correct url (as seen here)

http://cran.r-project.org/bin/windows/contrib/3.1/car_2.0-21.zip

how can make r open custom url , install package?

i looked @ update.packages(), , there's update car package.

> update.packages() #  ... # car : #  version 2.0-20 installed in /home/richard/r/x86_64-pc-linux-gnu-library/3.1  #  version 2.0-21 available @ http://cran.rstudio.com update (y/n/c)?   

entering y, url in question appears in download message

update (y/n/c)?  y # trying url 'http://cran.rstudio.com/src/contrib/car_2.0-21.tar.gz' # content type 'application/x-gzip' length 584149 bytes (570 kb) # opened url # ================================================== # downloaded 570 kb 

so install car first, try mosaic


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -