Displaying 2 results from an estimated 2 matches for "pennance".
Did you mean:
penance
2008 Sep 01
0
debugging
dear R wizards---I am not sure at what point I owe pennance for asking
so many questions. I am now wrangling debugging. I want to write a
function
assert = function( condition, ... ) {
if (!condition) {
cat(...); cat("\n");
browser();
}
stopifnot(condition);
}
assert( nrow(ds)==12, "My data set has ", nrow(ds), ", r...
2005 Jan 04
0
patch README.menu
hpa,
since Ive asked a few dumb questions, and gotten good & gentle answers,
I did some pennance.
in README.menu, you say 'copy to appropriate location'.
I was left a bit unsure what appropriate was, but in absense of any
specifics
I went with the obvious 1st guess, and it worked.
attached makes it specific - ie same directory as your syslinux.conf.
obviously, you might have better...