search for: filesr

Displaying 7 results from an estimated 7 matches for "filesr".

Did you mean: files
2011 Dec 28
1
folders of path - platform independent (repost)
...x and tolerate different formats. For these: (The paths don't actually exist in Linux but you get the idea.) Windows: file_full_path = "C://Program Files//R//R-2.13.1//NEWS.pdf" file_full_path = "C:\Program Files\R\R-2.13.1\NEWS.pdf" Linux: file_full_path = "~/Program FilesR/R-2.13.1/NEWS.pdf" file_full_path = "/home/username/Program FilesR/R-2.13.1/NEWS.pdf" I would get for Windows: "C", "Program Files", "R", "R-2.13.1","NEWS.pdf" I would get for Linux: "home","username", "Progr...
2009 Apr 02
1
Start Klimt from R
...from S.Urbanek directly from R. In the description of klimt is the following R-Code: source("klimt.r"); d<-read.table("mydataset.txt"); t<-tree(OUT2~.,d); Klimt(t,d); One should make sure, that the klimt.jar is in the working directory of R (in my case "C:\Program FilesR\R-2.8.1" I think). But although I copied klimt.jar into this folder, I get the R-error "unable to acces jarfile C:/Program" The R-Code works. I get a File called "FromR.tree", which I can load manually with Klimt... What can I do to launch R automatically? Thanks Max -...
2011 Dec 28
0
folders of path - platform independent
...x and tolerate different formats. For these: (The paths don't actually exist in Linux but you get the idea.) Windows: file_full_path = "C://Program Files//R//R-2.13.1//NEWS.pdf" file_full_path = "C:\Program Files\R\R-2.13.1\NEWS.pdf" Linux: file_full_path = "~/Program FilesR\R-2.13.1\NEWS.pdf" file_full_path = "/home/username/Program FilesR\R-2.13.1\NEWS.pdf" I would get for Windows: "C", "Program Files", "R", "R-2.13.1","NEWS.pdf" I would get for Linux: "home","username", "Progr...
2001 Jul 12
1
Importing STATA files
...es\R\rw1030\library\base\data". The following is what happened: > library(foreign) > read.dta(auto6) Error in read.dta(auto6) : Object "auto6" not found So I tried: > read.dta("C:\Program Files\R\rw1030\library\base\data\auto6") Error in read.dta("C:Program FilesR\rw1030library\basedata") : unable to open file The same thing happens if I put the STATA file in various other directories that I suspect "foreign" might treat as the working directory, all to no avail. Any help would be gratefully received. Brendan McElroy HRB Health Ser...
2004 Aug 30
1
initialization error with XEmacs init.el file
...able to track down this problem. I also tried replacing the init.el file with my older version (0.5.4) to no avail. I have tried to get around this by using Alt-x and shift-R to launch R, but the following appears below the buffer: Searching for program: No such file or directory, C:Program FilesR^Mw1091^HinRterm Certainly, there is no "Mw1091" or "HinRterm" and I don?t know where the program is getting that info (with the obvious typos). I am grateful for any assistance that is offered. Thanks, Melanie Link-Perez Miami University
2012 Apr 05
0
Re: [Xen-API] (solved) xe vdi-create failure ot local SR type=file and type=ext
...mmand.py", line 131, in _run_locked return self._run(sr, target) File "/usr/lib/xcp/sm/SRCommand.py", line 159, in _run return target.create(self.params[''sr_uuid''], self.vdi_uuid, long(self.params[''args''][0])) File "/usr/lib/xcp/sm/FileSR.py", line 464, in create opterr=''error %d'' % inst.code) File "/usr/lib/xcp/sm/xs_errors.py", line 49, in __init__ raise SR.SROSError(errorcode, errormessage) [22578] 2012-04-05 14:00:27.363242 lock: closed /var/lock/sm/4137dc90-4ad7-ecc6-dd2f-6f05ac280...
2012 May 23
4
Bug#674161: xcp-xapi: 'the device disappeared from xenstore' message during vbd-plug (vm-start)
...vm PV-ramdisk=/boot/guest/initrd.img-3.2.0-2-amd64 # xe vm-param-set uuid=$vm PV-args="root=/" #(kerel cmdline - to go to initrd) # xe vm-start uuid=$vm (now we got clean vm without network or block devices and we can easily repeat but conditions) # xe sr-create type=file name-label=fileSR device-config:location=/mnt 319f3eaa-d1ba-a81d-acb3-493ecbdaab17 #xe vdi-create type=user virtual-size=2GiB name-label=test sr-uuid=319f3eaa-d1ba-a81d-acb3-493ecbdaab17 8cc62479-e620-4561-a057-2eff0e0b8f8d here bug part starts: xe vbd-create vm-uuid=8a6f56a7-3511-650e-d14b-4dd2a3d9c75d vdi-uuid=8...