Displaying 2 results from an estimated 2 matches for "_invisibly_".
2006 Aug 11
2
invisible() - does not return immediately as return() does
...t;after\n")}
>foo2()
before
after
I expected invisible to have the same behavior as return, namely
immediately return execution to the calling environment.
I rechecked ?invisible and ?return
and here I read in section 'See Also'
[...]
'invisible' for 'return(.)'ing _invisibly_.
Do I just misunderstand what this implies?
Put another way what is the intention behind invisible() continuing
until the last statement before returning? ?invisible does not hint at
this.
Regards,
Matthias
>R.version.string
[1] "Version 2.3.1 (2006-06-01)"
same behavior in R...
2005 Jun 09
1
the svDialogs package
Hi Philippe and R community,
I am trying to use some functions from the svDialogs package but I get some werid errors I do not understand:
> library(svDialogs)
> m_list <- as.list(1:10)
> guiDlgDoubleList(m_list, m_list)
Error in guiDlgDoubleList(m_list, m_list) :
Not yet implemented!
> guiDlgList(m_list)
Error in guiDlgList(m_list) : couldn't find function