similar to: Issue with write.table and read.table : I'm not getting out what I put in

Displaying 20 results from an estimated 6000 matches similar to: "Issue with write.table and read.table : I'm not getting out what I put in"

2008 Nov 12
2
odfweave
Dear all, I am trying to use the function odfWeave. Unfortunately I cannot get beyond the folllowing error message: " Error in odfWeave("Example3.rnw", "Example3.odf") : Error unzipping odt file " Can anybody tell me, how to use this function? Thanks, Irina Ursachi.
2012 Dec 12
20
Solaris 11 System Reboots Continuously Because of a ZFS-Related Panic (7191375)
I''ve hit this bug on four of my Solaris 11 servers. Looking for anyone else who has seen it, as well as comments/speculation on cause. This bug is pretty bad. If you are lucky you can import the pool read-only and migrate it elsewhere. I''ve also tried setting zfs:zfs_recover=1,aok=1 with varying results. http://docs.oracle.com/cd/E26502_01/html/E28978/gmkgj.html#scrolltoc
2007 Nov 28
2
Dates in R
Hi, I have dates in the following format: 4/8/2006 (MM/DD/YYYY). I need to have R compare date A to date B to figure out which one is more recent. Is there a way to do that? Simply using the '>' or '<' signs doesn't seem to work. I think in this case R treats '/' as a division sign and gives me erroneous results. Thanks a lot for your help. Irina
2008 Aug 20
3
Writing Rcmdr Plugins
Dear all, I am trying to write a plugin for the RCommander and having troubles understanding how to actually do that. I have read Mr. Fox's tutorial about writing Rcmdr plugins and though.... it seems to me that some steps are missing. I would like to know, whether there are some Commands which generate a plugin package out of a given library. Or do we just have to attach the .First.lib
2012 Mar 05
1
Windows7 can see shared folder but can't browse them
Hi all. I have a debian with samba 3.5.6 and I've a shared folder like this: workgroup = WORKGROUP client lanman auth = no client ntlmv2 auth = yes domain logons = yes guest account = nobody follow symlinks = yes security = user encrypt passwords = true passdb backend = tdbsam obey pam restrictions = yes unix password sync = yes [homes] comment = Home Directories browseable = yes
2007 Nov 19
2
Using windows() and jpeg()
Hello, I have the following question, which I haven't been able to resolve after days of trying. I used to save my plots as jpegs using the savePlot command. However, that seems to result in lost resolution. So now I'm trying to use the jpeg( ) function, but am having trouble because it seems to be incompatible with the windows (width=, height=) command. It's important for me to
2009 Jun 02
1
Plot with different x axis
dear, I am trying to plot a standard plot, but I want the x axis to be 1,2,4,8,16 with equal intervals between them on plot. I will appreciate some help. Thank you, Irina Irina Foss Environmental Research Institute North Highland College UHI Millennium Institute Castle Street Thurso, Caithness Scotland KW14 7JD United Kingdom Tel: +44 (0) 1847 889 587 Fax: +44 (0) 1847 890 014
2008 Dec 18
1
RcmdrPlugin doesn't work under R280
Dear all, Some time ago, I have build a RcmdrPlugin.* under R.2.7.1 and the loading of my plug-in into R was running OK (back then I was using Rcmdr version 1.3-5). After updating the R and Rcmdr to versions 2.8.0, 1.4-5 respectively, I have problems loading the plug-in. Does anybody know why? I have tried to detect the problem by tracing back errors that might have occurred, but couldn't
2011 Apr 10
5
Question about levels/as.numeric
Hi, I am still new to R and this is my first post on this mailing-list. I have two .csv (each one being a column of real numbers) coming from the same database (the first one is just longer than the second) and I read them in R the following way: returns <- read.csv("test.csv", header = FALSE) returns2 <- read.csv("test2.csv", header = FALSE) However, the two
2011 Sep 19
2
[LLVMdev] LLVM,metadata for namespaces
just off the cuff, have you actually created and used any names in the namespace. I don't know for sure, but it wouldn't surprise me if the namespace doesn't exist independently of any uses. ------------------------------ From: Irina Lipov Sent: 9/19/2011 3:16 AM To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] LLVM,metadata for namespaces Hello, I am wring front end for compiler ,the
2009 Jan 26
1
RExcel foreground and background server
Dear all, I have a question regarding background and foreground server in RExcel: Can somebody explain the main difference between them? As far as I understood from the RExcel webpage, for both of them one needs rights for access to Windows registries. The only difference that I can see so far is that for the installation of the background server, one needs the R(D)COM package, whereas for the
2013 Jan 14
1
I'm trying to parse 1 column of a dataframe into 3 seperate columns
I have a factor called 'utm_medium' in the dataframe 'data' > str(data$utm_medium) Factor w/ 396925 levels "","affiliateID=&sessionID=0000821850667323ec6ae6cffd28f380&etag=",..: 366183 355880 357141 20908 357513 365348 368088 360827 31704 364767 ... The data in this factor is delimited with '&'. I basically want the affiliateID,
2011 Sep 19
0
[LLVMdev] LLVM,metadata for namespaces
yes.I have in each namespace at least one function.And I call these functions later. What I tried to do is to take module scope iterate all namespaces defined in it and call createNameSpace for each of them. When debugging I see that the namespaces are generated ,but in IR file there is no debug information for namespaces Also I tried to generate debug information for namespaces ,while treating
2011 Aug 22
3
[LLVMdev] Internal API Changes
Hi, I saw your update regarding "*The DIBuilder interface used by front ends to encode debugging information in the LLVM IR now expects clients to use DIBuilder::finalize() at the end of translation unit to complete debugging information encoding"* Does it mean that in the new version you defer emission of some debug info until the translation is finished and this is a reason to use
2011 Sep 05
2
[LLVMdev] Internal API Changes
So, I just sync'd to LLVM tip and added the call to DIBuilder::finalize(). But even with that change I am getting an error when I try to run llc: Assertion failed: (TheCU && "Unable to find compile unit!"), function endFunction, file /Users/talin/Projects/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp, line 1306. And looking at the .bc dissassembly, I see there are indeed
2009 Mar 20
1
Plot contour inside a polygon
Dear, I am trying to plot contours (with filled.contour function) inside UK area, so that no contours are plotted over the sea. I was wondering if anyone can help me with this task and if I can get any suggestions how to do that. Thank you, Irina Irina Foss Environmental Research Institute North Highland College UHI Millennium Institute Castle Street Thurso, Caithness Scotland KW14 7JD United
2009 Jun 04
1
Morlet wavelet analysis
Dear, I am using "cwt "function from Rwave package to perform Morlet wavelet analysis. d1<-c(1.31673209591515, -0.171333455797346, -1.67618546079420, -0.931604651010362, -0.954614183224057, -1.19821794547758, 0.516096363353144, -0.0432811977638559, 0.737764943619919, 0.438046629673177, -0.208607167908743, -0.3091308821262, -1.42473112931594, 0.234125312118165, -0.307047554490597,
2018 Nov 11
1
Samba 4 AD Join to Itself
centos is no longer supported? Well what's the nearest free equivalent? Is this because of IBM buying Redhat? (I was in IBM for 4 years at the corporate technical level but that was so long ago.) m On 11/11/2018 3:48 AM, Rowland Penny via samba wrote: > On Sat, 10 Nov 2018 18:13:56 -0500 > Nico Kadel-Garcia <nkadel at gmail.com> wrote: > >> On Fri, Nov 9, 2018 at 5:25
2011 Aug 31
0
[LLVMdev] Internal API Changes
On Aug 22, 2011, at 6:48 AM, Irina Lipov wrote: > Hi, > I saw your update regarding "The DIBuilder interface used by front ends to encode debugging information in the LLVM IR now expects clients to use DIBuilder::finalize() at the end of translation unit to complete debugging information encoding" > Does it mean that in the new version you defer emission of some debug info
2011 Sep 05
2
[LLVMdev] Internal API Changes
On Sun, Sep 4, 2011 at 11:38 PM, Duncan Sands <baldrick at free.fr> wrote: > Hi Talin, > > > So, I just sync'd to LLVM tip and added the call to > DIBuilder::finalize(). But > > even with that change I am getting an error when I try to run llc: > > > > Assertion failed: (TheCU && "Unable to find compile unit!"), function > >