Displaying 2 results from an estimated 2 matches for "_colheader".
2006 Apr 25
1
protection needed?
...to protect a coerced object if I
immediately access its value and don't access the object anymore. I
tried to find out by looking into the R sources but didn't find
something similar.
It's about the variable _skipLines in the call "function ReadXls(
_file, _sheet, _type, _header, _colHeader, _skipLines: pSExp ): pSExp;
cdecl;".
I did:
skipLines:= riInteger( riCoerceVector( _skipLines, setIntSxp ) )[0];
but am unsure if I would have to something along:
skipInt:= riProtect( riCoerceVector( _skipLines, setIntSxp ) );
skipLines:= riInteger( skipInt )[0];
riUnprotect...
2010 Jun 24
1
Running Chandler, error message when moving files
...red java
PE 36b0000- 36bf000 Deferred zip
PE 7630000- 7683000 Deferred _html.pyd
PE 7690000- 76df000 Deferred _gizmos.pyd
PE 76e0000- 7705000 Deferred wxmsw28u_gizmos_vc_custom
PE 7710000- 7773000 Deferred _grid.pyd
PE 7780000- 7796000 Deferred _colheader.pyd
PE 8000000- 8254000 Deferred jvm
PE 10000000-10049000 Deferred _pyicu.pyd
PE 13000000-130e1000 Deferred libdb46
PE 1d000000-1d009000 Deferred pythonw
PE 1d100000-1d121000 Deferred _elementtree.pyd
PE 1d170000-1d183000 Deferred bz2.pyd
PE 1e000000-1e207...