Displaying 3 results from an estimated 3 matches for "lrow".
Did you mean:
low
2011 Feb 03
1
bug in codetools/R CMD check?
...ls.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
else
value <- rbind(value, new)
assign("srcinfo&...
2012 Feb 08
0
Error in data.frame(srcfile = NA_character_ ...) using R CMD check
...ingw32 (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.789695.n4.nabble.com/...
2004 Jun 08
1
uid and gid problems with linux as client and server
Hi,
I'm using samba 3.0.4 (stock debian packages) as a client and a server.
The problem is I have a different uid on server (1001) to my client
(1000) so when I try and access a file I appear to the client as not
being the owner. I have tried the uid and gid options in smbmount, but
they do not seem to have any affect (I assume the unix cifs extensions
are overiding them).
On the server