ggobi / ggally

R package that extends ggplot2
http://ggobi.github.io/ggally/
587 stars 119 forks source link

Erreur on dependency ggstats installing library GGally #507

Open LECOMTE-ISADEV opened 1 week ago

LECOMTE-ISADEV commented 1 week ago

When i try run tyour script I have to install GGally install.packages("GGally") I have an errot ERROR: dependency 'ggstats' is not available for package 'GGally' Can you help me please ? I have installed ggstats of course.

larmarange commented 6 days ago

ggstat is on CRAN.

Are you installing GGally from CRAN?

Could you provide more context?

LECOMTE-ISADEV commented 6 days ago

i have installed ggstat from https://github.com/hadley/ggstat (i din't find it on CRAN) For ggally i'm try from from https://github.com/ggobi/ggally and from CRAN also I join a screen copy ith the error error-install-GGally

larmarange commented 6 days ago

There is a confusion between ggstat an exeprimental package from hadley and ggstats (with a s) required by GGally and available on CRAN: https://cran.r-project.org/web/packages/ggstats/index.html and GitHub: https://github.com/larmarange/ggstats

larmarange commented 6 days ago

Please note that the last version of ggstats requires R 4.2. It seems that you are using a very old version of R (4.0).

My first advice would be to update R. It will ensure that you could get all recent packages.

If you have a strong reason for using an old R version, you should use an older version of ggstats, version 0.6.0 : https://cran.r-project.org/src/contrib/Archive/ggstats/

LECOMTE-ISADEV commented 6 days ago

Sorry you are right ! I have isatalled last version of R and ggstats (with a S) and it is working Thank you