search for: frow

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

Did you mean: from
2011 Feb 03
1
bug in codetools/R CMD check?
...ools/R/codetools.R codetools-fix/R/codetools.R --- codetools/R/codetools.R 2011-01-07 15:52:58.000000000 +0000 +++ codetools-fix/R/codetools.R 2011-02-03 10:03:54.000000000 +0000 @@ -823,8 +823,9 @@ new <- list(srcfile = if (is.null(w$srcfile)) NA_character_ else w$srcfile, frow = if (is.null(w$frow)) NA_integer_ else w$frow, lrow = if (is.null(w$lrow)) NA_integer_ else w$lrow) + new <- as.data.frame(new, stringsAsFactors = FALSE) if (is.null(value)) - value <- as.data.frame(new, stringsAsFactors = FALSE) + value <- new...
2006 Nov 22
9
Way to interpolate a variable sent to $()
...there a way to get a document id with a key from the hash below? Javascript: var my_inputs = { status : 1 name : 0; }; $H(my_inputs).each( function(inp) { if ( inp.value == 1 ) { $(inp.key).show; } else { $(inp.key).hide; } }); HTML: <div id="status" class="frow"> <label for="status">Status:</label> <select name="status" size="1"> <option value="1">Registered</option> <option value="2">Wait Listed</option> <option value="3&quo...
1999 Apr 06
1
Best Printer Setup
Hi, I've been toying with the idea of using the Linux machine as a print server. I'm using RedHat 5.2 and Samba 2.0.3. I already have one remote printer share working... but I can't figure out where the PrintTool in RedHat is storing the remote printers IP address. Anyone know where? :) (not important just bugging me - I hate when OS's hide stuff) I have the Samba book
2012 Feb 08
0
Error in data.frame(srcfile = NA_character_ ...) using R CMD check
...platform: i386-pc-mingw32 (32-bit) * using session charset: ISO8859-1 * checking for file 'pkg/DESCRIPTION' ... OK * this is package 'disco' version '1.1' ... (all OK's here) * checking R code for possible problems ... NOTE Error in data.frame(srcfile = NA_character_, frow = NA_integer_, lrow = NA_integer_, : node stack overflow Calls: <Anonymous> ... as.data.frame -> as.data.frame.list -> eval -> eval -> data.frame Execution halted I tried to find a solution but I couldn't find any extra information on this. A previous discussion http://r.7...