Displaying 2 results from an estimated 2 matches for "nnn2".
Did you mean:
nnn
2010 Dec 30
1
Renaming IMAP folders does not affect children
...2060 (sec. 6.3.5) requires children of a renamed
folder to be renamed, too. This however does not happen:
Talking IMAP I get:
* LIST (\HasChildren) "." "INBOX.NNN1"
* LIST (\HasNoChildren) "." "INBOX.NNN1.NNN1a"
. rename "INBOX.NNN1" "INBOX.NNN2"
* LIST (\HasNoChildren) "." "INBOX.NNN1.NNN1a"
* LIST (\HasNoChildren) "." "INBOX.NNN2"
There seems to be no problem the filesystem rights, since this works:
. rename "INBOX.NNN1.NNN1a" "INBOX.NNN2.NNN1a"
* LIST (\HasChildren) &q...
2011 Apr 02
4
help
Dear R Help group
I need to run a command line script from within R session. I am not clear
how i can acheive this. I tried shell and system function, but i am missing
something critical.can someone provide help?
My intention is to create a pdf file of a plot in R and then attach
existing files from my system as attachment into the newly created pdf file.
Any help would be greatly appreciated..