Vadim
From: Charles C. Berry [EMAIL PROTECTED]
Sent: Friday, August 15, 2008 2:27 PM
To: Vadim Organovich
Cc: r-help@r-project.org
Subject: Re: [R] stopifnot message mutation
On Fri, 15 Aug 2008, Vadim Organovich wrote:
> Dear R-users,
>
> Could someone please explain why the message prin
On Fri, 15 Aug 2008, Vadim Organovich wrote:
Dear R-users,
Could someone please explain why the message printed by function stopifnot2,
see below, is different from that of stopifnot itself?
Refer to the source
page(stopifnot,'print')
Then consider this:
foo <- function(...) mat
Dear R-users,
Could someone please explain why the message printed by function stopifnot2,
see below, is different from that of stopifnot itself?
Thank you for your help,
Vadim
> stopifnot2 <- function(...) stopifnot(...)
> stopifnot(F)
Error: F is not TRUE
> stopifnot2(F)
Error: ..1 is not TR
3 matches
Mail list logo