[R] ggplot2
Kimmo Elo
k|mmo@e|o @end|ng |rom utu@||
Tue Apr 5 12:07:34 CEST 2022
Hi!
As Ivan pointed you, you might need to install some -devel packages on
you system as well. Check the error messages, they provide valuable
information about this.
And just a quick thought: is your R core system up-to-date?
Best,
Kimmo
ti, 2022-04-05 kello 12:54 +0300, Ivan Krylov kirjoitti:
> On Mon, 4 Apr 2022 18:58:31 -0500
> Richard Vickery <richard.vickery using telus.net> wrote:
>
> > I use Fedora Linux.
>
> You might get better help for Fedora-related problems in R-SIG-
> Fedora:
> https://stat.ethz.ch/mailman/listinfo/r-sig-fedora
>
> > After completing
> >
> > install.packages("ggplot2", dependencies=TRUE)
> >
> > I get these warnings, and the package did not install:
>
> Unfortunately, you omitted the important part: the error messages
> explaining the reason why installation of package x had non-zero exit
> status. I'll try to guess: you probably need a compiler and all
> respective -devel packages (at least R-core-devel) containing header
> files installed.
>
> It should also be possible to install ggplot2 as an RPM package
> without having to install a compiler, according to
> <https://cran.r-project.org/bin/linux/fedora/>;.
>
More information about the R-help
mailing list