Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem installing ggstatplot - NON ZERO EXIT status #80

Closed
sfd99 opened this issue Nov 10, 2018 · 3 comments
Closed

Problem installing ggstatplot - NON ZERO EXIT status #80

sfd99 opened this issue Nov 10, 2018 · 3 comments

Comments

@sfd99
Copy link

sfd99 commented Nov 10, 2018

Hi,

As prescribed,
tried installing ggstatsplot from CRAN
but get the error message (below).
Same error
if I try to install from GITHUB ("If you have time" install code)

ERROR messages at the end of install...

  • installing source package ‘rgl’ ...
    ** package ‘rgl’ successfully unpacked and MD5 sums checked
    checking for gcc... gcc -std=gnu99
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc -std=gnu99 accepts -g... yes
    checking for gcc -std=gnu99 option to accept ISO C89... none needed
    checking how to run the C preprocessor... gcc -std=gnu99 -E
    checking for gcc... (cached) gcc -std=gnu99
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc -std=gnu99 accepts -g... (cached) yes
    checking for gcc -std=gnu99 option to accept ISO C89... (cached) none needed
    checking for libpng-config... yes
    configure: using libpng-config
    configure: using libpng dynamic linkage
    checking for X... libraries , headers
    checking GL/gl.h usability... no
    checking GL/gl.h presence... no
    checking for GL/gl.h... no
    checking GL/glu.h usability... no
    checking GL/glu.h presence... no
    checking for GL/glu.h... no
    configure: error: missing required header GL/gl.h
    ERROR: configuration failed for package ‘rgl’
  • removing ‘/home/ray/R/i686-pc-linux-gnu-library/3.5/rgl’
    Error in i.p(...) :
    (converted from warning) installation of package ‘rgl’ had non-zero exit status

And so, ggstatsplot is not installed...
Help!
SFd99
San Francisco

Using latest Rstudio, w/R 351, Ubuntu Linux 14.04 32-bits.

@IndrajeetPatil
Copy link
Owner

Hmm, this is saying that ggstatsplot can't be installed because one the packages it relies on-rgl- can't be downloaded.

Can you see if you can install the rgl package from CRAN?

utils::install.packages("rgl")

If you can't, then the problem is with rgl, and not ggstatsplot.

@sfd99
Copy link
Author

sfd99 commented Nov 17, 2018

Thanks Indrajeet!.
Installed "rgl" separately (as you suggested),
and the install of ggstatsplot pkg. worked ok.

Quick Q (if I may...):
In the ggbetweenstats example iris plot,
what does the "p = < 0.001" (at the top) mean/represent?
Sorry, it's my limited stats knowledge...

@IndrajeetPatil
Copy link
Owner

It means that p-value is less than or equal to 0.001.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants