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
Thank you very much for your advice:
try re-installing ggplot2 (either using
the install.packages() command,
results in
install.ggplot
Error: object 'install.ggplot' not found
and
RKWard using Settings->Manage R
packages...->Install / Update / Remove) leads to
Warning: unable to access
Hi,
that was fast!! Thank you very much, I will be working on it over the
weekend
Rudolf Reinelt
(29.11.2012 17:25), Thomas Friedrichsmeier wrote:
> Hi,
>
> On Thursday 29 November 2012, Rudolf Reinelt wrote:
>>> library(ggplot2)
>> Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) :
>> the
Hi,
On Thursday 29 November 2012, Rudolf Reinelt wrote:
> > library(ggplot2)
>
> Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) :
> there is no package called 'MASS'
this means you don't have the package "MASS", which is required by ggplot2. I
don't know, why you lack this package, as