Displaying 3 results from an estimated 3 matches for "dirfil".
Did you mean:
dirfile
2004 Mar 09
6
OCFS filesystem used 7%
Hi all...
I have a strange problem. 2 of my mount points already use 7% of space, even
when I check the directory is empty.
When I re-format it, it release the space for a while, after 1 or 2 days,
the space is used again for 7% - 10 %.
What could be the reason?
I am using RHAS 2.1 Enterprise Kernel 2.1 and OCFS release 1.0.9-6
Thanks
Jeram
2007 Mar 31
1
Problem with S4 inheritance: unexpected re-initialization?
...SubClassA"
[1] "------initialize:SubClassB------"
[1] "SubClassB:init:class(.Object) = SubSubClassA"
[1] "------initialize:BaseClass------"
[1] "BaseClass:init:class(.Object) = SubSubClassA"
[1] "------pathFile------"
[1] "BaseClass:init:dirfile =
/Volumes/CoreData/CRAN/Workspaces/rclasspkg/MyFileName"
[1] "------setValidity:BaseClass------"
[1] "BaseClass:val:class(object) = SubClassB"
[1] "BaseClass:val:dirfile =
/Volumes/CoreData/CRAN/Workspaces/rclasspkg/MyFileName"
[1] "BaseClass:val:filed...
2005 May 10
6
Does R have a command for sending emails?
Is there a way to have an R program send an email?
Something like this:
address <- 'abc at d.com'
text <- 'This is the email body'
send.email(address, text)
Thanks.
FS