search for: dontcheck

Displaying 4 results from an estimated 4 matches for "dontcheck".

2005 Oct 27
5
Problem passing event object
...ed: function(evt) { this.evt = evt; // Set the event to a property alert(this.evt); var params = $F(this.chkbox); var myAjax = new Ajax.Request(''server/checkRequired.html'', {method: ''get'', parameters: params, onSuccess: this.switchPrompt ,onFailure: this.dontCheck} }, switchPrompt: function() { alert(this.evt); // Try to pick up the this.evt var, but it comes bakc as undefined }, dontCheck: function(response) { // failure } }
2014 Dec 08
2
CRAN packages mis-using \donttest : falsy
...-linux-x86_64-debian-clang/falsy-00check.html) if the colorspace package is not declared as a dependency. But the point of the example is to define a meaningful behavior when colorspace is missing.... so I don't really want to put this into \dontrun{}... I vaguely remember that there was also \dontcheck{}, but it is not in 'Writing R extensions', so probably I cannot use it. Or can I? I am not even sure what the difference is between \donttest and \dontcheck.... Thanks, Gabor On Mon, Dec 8, 2014 at 7:38 AM, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote: > This concerns pa...
2014 Dec 08
0
CRAN packages mis-using \donttest : falsy
...t; point of the example is to define a meaningful behavior when > colorspace is missing.... so I don't really want to put this into > \dontrun{}... Why not declare colorspace as a "Suggests:" kind of dependency? Duncan Murdoch > > I vaguely remember that there was also \dontcheck{}, but it is not in > 'Writing R extensions', so probably I cannot use it. Or can I? I am > not even sure what the difference is between \donttest and > \dontcheck.... > > Thanks, > Gabor > > > > On Mon, Dec 8, 2014 at 7:38 AM, Prof Brian Ripley <ripley at s...
2006 Jun 20
2
Documentation issues [Was: Function hints]
I would like to follow up on another one of the documentation issues raised in the discussion on function hints. Duncan mentioned that the R core were working on preprocessing directives for .Rd files, which could possibly include some sort of include directive. I was wondering if a "includeexamples" directive might also be considered. It often makes sense to use the same example to