search for: asnind

Displaying 2 results from an estimated 2 matches for "asnind".

Did you mean: atnind
2019 Feb 24
1
stopifnot
...thCallingHandlers(<something>, warning = function(w) { w$call <- cl.i; warning(w); invokeRestart("muffleWarning") }) Current documentation says: Since R version 3.5.0, expressions are evaluated sequentially, and hence evaluation stops as soon as there is a "non-TRUE", asnindicated by the above conceptual equivalence statement. Further, when such an expression signals an error or warning, its conditionCall() no longer contains the full stopifnot call, but just the erroneous expression. I assume that "no longer contains ..." is supposed to be the effect of the...
2019 Feb 27
1
stopifnot
...? ? > warning = function(w) { ? ? > w$call <- cl.i; warning(w); invokeRestart("muffleWarning") }) ? ? > Current documentation says: ? ? > Since R version 3.5.0, expressions are evaluated sequentially, and hence evaluation stops as soon as there is a "non-TRUE", asnindicated by the above conceptual equivalence statement. Further, when such an expression signals an error or warning, its conditionCall() no longer contains the full stopifnot call, but just the erroneous expression. ? ? > I assume that "no longer contains ..." is supposed to be the effe...