Quantcast

General question on the message with "non zero exit status"

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

General question on the message with "non zero exit status"

Chel Hee Lee
I have a general question how to understand the message with "non-zero exit status" when new package is installed. Based on my experience, this message implies a package dependence. Am I correct to understand this message? Are there anyone who can provide some reference or explain details about the message with "non zero exit status"?

I very appreciate for your kindness in advance.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: General question on the message with "non zero exit status"

Uwe Ligges-3


On 12.04.2012 12:05, Chel Hee Lee wrote:
> I have a general question how to understand the message with "non-zero exit
> status" when new package is installed. Based on my experience, this message
> implies a package dependence. Am I correct to understand this message? Are
> there anyone who can provide some reference or explain details about the
> message with "non zero exit status"?

A process typically indicates success by an exit status 0 and csan flag
different kinds of errors by other exit codes. This is so far unrelated
to R.
The INSTALL script evaluates the exit status and tells you that
something went wrong according to that status, for more information, you
will need to look at the (text) output of the INSTALL run.

Uwe Ligges



>
> I very appreciate for your kindness in advance.
>
>
> --
> View this message in context: http://r.789695.n4.nabble.com/General-question-on-the-message-with-non-zero-exit-status-tp4551438p4551438.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> [hidden email] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: General question on the message with non zero exit status

Chel Hee Lee
Oh... I see!!! I very appreciate for your clear explanation! Thank you, Uwe Ligges.  
Loading...