Displaying 3 results from an estimated 3 matches for "20value".
Did you mean:
10value
2003 May 19
0
R CMD check creates a syntax error
...sing the test to fail.
Furthermore, I got this warning message a lot in my transcript while
check was running.
Could anyone explain what is going on, or how to get around this?
Thanks.
P.S.
http://r-bugs.biostat.ku.dk/cgi-bin/R/feature%26FAQ?id=1284;expression=WARNING:%20ignoring%20environment%20value%20of%20R_HOME;user=guest#themesg
appears related, but it says the error message arises from having R_HOME
set when it shouldn't be. I haven't set it, as far as I can tell.
Could it be somehow set inside my default R environment?
--
Ross Boylan <ross at biostat.ucsf.edu>...
2011 Jun 29
5
Enhance sftp protocol: get SHA hash of file
Hi,
it would be great, if the sftp protocol could be
enhanced: get sha (or other hash value) from a file or part of a file.
This would make it possible to run a rsync like file transfer
on sftp.
I would suggest a protocol like this
Client sends to Server:
get-supported hash-methods
returns whitespace seperated list like md5 sha1 sha256 ....
get-hash HASH-METHOD FILENAME STARTOFFSET
2007 Dec 20
0
13 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c test/trace
...null
+nodeType: 3
+nodeValue: %0A%20%20text%0A%20%20
+prefix: null
+parentNode: TAG(1): 'normal'
+firstChild: undefined
+lastChild: undefined
+nextSibling: TAG(1): 'child'
+previousSibling: undefined
+childNodes: 0:
+---
+attributes: 2: attribute=value&second%5Fattribute=second%20value
+localName: child
+namespaceURI:
+nodeName: child
+nodeType: 1
+nodeValue: null
+prefix:
+parentNode: TAG(1): 'normal'
+firstChild: TEXT(3): '%0A%20%20%20%20child%20text%0A%20%20'
+lastChild: TEXT(3): '%0A%20%20%20%20child%20text%0A%20%20'
+nextSibling: TEXT(3): '%0A%2...