Displaying 2 results from an estimated 2 matches for "win32consolecomplet".
2011 Jun 07
1
Cases of TAB-completion that hang Rterm
...'double'
After this Rterm becomes completely unresponsive. The same error
message will show up with Rgui, but R remains responsive.
CASE #2:
While troubleshooting the above, I discovered that if one does:
> debug(utils:::.guessTokenFromLine)
> [PRESS TAB]
or
> debug(utils:::.win32consoleCompletion)
> [PRESS TAB]
then Rterm hangs too (not Rgui).
This happens with R v2.13.0 patched (2011-05-30 r56020) and R v2.14.0
devel (2011-05-30 r56020) on Windows.
/Henrik
2014 May 08
1
checking dependencies in R code ... WARNING
I am trying to update an unsupported package and got the warning:
* checking dependencies in R code ... WARNING
'library' or 'require' calls not declared from: 'Hmisc' 'R2HTML' 'tcltk'
Missing or unexported object: 'utils::.win32consoleCompletion'
See the information on DESCRIPTION files in the chapter 'Creating R
packages' of the 'Writing R Extensions' manual.
Is it only an error in the description file or in the code?
Regards Knut