search for: recquired

Displaying 3 results from an estimated 3 matches for "recquired".

Did you mean: reacquired
2008 Jul 28
1
Windows stations don't recognize each other
Hi, I?ve got this problem and can?t find a solution. Maybe someone from the list have experienced something similar and can help me. I?ve made a migration from a NT server to ubuntu + samba +openldap with vampire. In the beggining it worked ok, the problem I?ve got now is that work stations XP can?t share resources (neither folders or printers ) between each other. When trying the access, it
2008 Sep 17
1
xls export
how can i do xls export?plugin recquired? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2006 Mar 25
4
object size vs. file size
...one s4 object (call it tmp) it returns 77496 bytes (77 KB)! What is even stranger is that if I save this S4 object alone by calling save(tmp, file="tmp.RData"), tmp.RData is 13.3 MB! I understand from the help on object.size that the object size is only approximate and excludes the space recquired to store its name in the symbol table. But, this difference in object size and file size is huge! This phenomenon occurs no matter which S4 object I save from data.RData. Why is the object so big when it is in a file? What else is getting stored with it? I have examined the object in R to find ad...