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

2012-04-18 Thread Chel Hee Lee
Oh... I see!!! I very appreciate for your clear explanation! Thank you, Uwe
Ligges.  

--
View this message in context: 
http://r.789695.n4.nabble.com/General-question-on-the-message-with-non-zero-exit-status-tp4551438p4568839.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org 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.


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

2012-04-12 Thread Uwe Ligges



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.

__
R-help@r-project.org 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.


__
R-help@r-project.org 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.


[R] General question on the message with "non zero exit status"

2012-04-12 Thread 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. 


--
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.

__
R-help@r-project.org 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.