Skip to content
Prev 22575 / 63424 Next

how to determine if a function's result is invisible

[...]
Yes... and there are three problems here:
1) To spot the undocumented function one is looking for,
2) To figure out how to use it,
3) To rewrite your code regularly if you maintain packages that use 
several of such undocumented functions. This is the case of many R GUI 
projects... and one reason why staying up-to-date with the new versions 
of R (every 6 months) is a nightmare for these GUIs!

For instance, I use eval.with.vis() in the latest version of svSockets 
package in the SciViews bundle, but I am afraid to release it on CRAN 
because I know of the nightware I will face if this function (silently) 
changes its behavior in subsequent versions of R.

I guess there is no solution to this problem, since there is certainly a 
good reason for keeping portions of R code undocumented (and thus 
flagged as :" use-it-at-your-own-risk!"), but it does not eases our life!

Best,

Philippe Grosjean

Thread (33 messages)

Gabor Grothendieck how to determine if a function's result is invisible Oct 25 Marc Schwartz how to determine if a function's result is invisible Oct 25 Deepayan Sarkar how to determine if a function's result is invisible Oct 25 Duncan Murdoch how to determine if a function's result is invisible Oct 25 Gabor Grothendieck how to determine if a function's result is invisible Oct 25 Gabor Grothendieck how to determine if a function's result is invisible Oct 25 Marc Schwartz how to determine if a function's result is invisible Oct 25 Gabor Grothendieck how to determine if a function's result is invisible Oct 25 Duncan Murdoch how to determine if a function's result is invisible Oct 25 Gabor Grothendieck how to determine if a function's result is invisible Oct 26 Philippe GROSJEAN how to determine if a function's result is invisible Oct 26 Gabor Grothendieck how to determine if a function's result is invisible Oct 26 Duncan Murdoch how to determine if a function's result is invisible Oct 26 Gabor Grothendieck how to determine if a function's result is invisible Oct 26 Philippe GROSJEAN how to determine if a function's result is invisible Oct 26 Bill Dunlap how to determine if a function's result is invisible Oct 26 Duncan Murdoch how to determine if a function's result is invisible Oct 26 Duncan Murdoch how to determine if a function's result is invisible Oct 26 Duncan Murdoch how to determine if a function's result is invisible Oct 28 Gabor Grothendieck how to determine if a function's result is invisible Oct 28 John Fox how to determine if a function's result is invisible Oct 28 Philippe GROSJEAN how to determine if a function's result is invisible Oct 28 Duncan Murdoch how to determine if a function's result is invisible Oct 28 Philippe GROSJEAN how to determine if a function's result is invisible Oct 29 Duncan Murdoch how to determine if a function's result is invisible Oct 29 Philippe GROSJEAN how to determine if a function's result is invisible Oct 29 Gabor Grothendieck how to determine if a function's result is invisible Oct 29 Duncan Murdoch how to determine if a function's result is invisible Oct 29 Gabor Grothendieck how to determine if a function's result is invisible Oct 29 Luke Tierney how to determine if a function's result is invisible Oct 29 Duncan Murdoch how to determine if a function's result is invisible Oct 29 Martin Morgan how to determine if a function's result is invisible Oct 29 Philippe GROSJEAN how to determine if a function's result is invisible Oct 29