Hi,

On Saturday 01 December 2012, Rudolf Reinelt wrote:
> try re-installing ggplot2 (either using
> the install.packages() command,
> 
> results in
> 
> > install.ggplot
> 
> Error: object 'install.ggplot' not found

It's
  install.packages ("ggplot2")

> RKWard using Settings->Manage R
> packages...->Install / Update / Remove)  leads to
> 
> Warning: unable to access index for repository /bin/windows/contrib/2.15
[...]

Looks like you're having connectivity problems. Besides generic advice (check 
firewall, proxy settings, try different mirror, ...), in some setups, you may 
have to call
  setInternet2(TRUE)
before accessing the net from R (RKWard 0.6.1 will have a UI option for this).

Regards
Thomas

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel

Reply via email to