shedtears4U / rattle

Automatically exported from code.google.com/p/rattle
0 stars 0 forks source link

Install repository error from within R #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start R on Win32
2. Type install.packages("rattle", repos="http://rattle.togaware.com") 

What is the expected output? What do you see instead?
Expect it to install, this is what happens though:

> install.packages("rattle", repos="http://rattle.togaware.com") 
Warning: unable to access index for repository
http://rattle.togaware.com/bin/windows/contrib/2.6
Warning: package ‘rattle’ is not available
> 

What version of the product are you using? On what operating system?
R 2.6.1

Please provide any additional information below.

Original issue reported on code.google.com by shane.bu...@gmail.com on 14 Feb 2008 at 10:56