similar to: reading partial file content

Displaying 20 results from an estimated 700 matches similar to: "reading partial file content"

2005 May 26
0
R: weighted.mean and tapply (again)
what about using "mapply"? splitted.value<-with(x.1, split(VALUE, GROUP)) splitted.freq<-with(x.1, split(FREQUENCY, GROUP)) mapply(weighted.mean, splitted.value, w=splitted.freq) Stefano >-----Messaggio originale----- >Da: r-help-bounces at stat.math.ethz.ch >[mailto:r-help-bounces at stat.math.ethz.ch]Per conto di >james.holtman at convergys.com
2002 Feb 22
1
Summary: read.table on Mac OS X, CARBON vs. DARWIN
Thanks a lot, James!! The problem is fixed. On the version 1.4.0 Mac/darwin (the latest available version for this system) the function read.table (which is called from read.delim etc., too) has the bug you explained. Inserting the row nlines <- nlines+1 after lines <- c(lines, line) removes this bug. M. On Friday, February 22, 2002, at 02:33 PM, james.holtman at convergys.com
2005 Feb 15
0
Re: [Rd] corrupt data frame: columns will be truncated or padded with NAs in: format.data.frame(x, digits = digits)
James, thanks for the response. I understand now my puzzle. tmp <- data.frame(y1=1:4, f1=factor(c("A", "B", "C", "D"))) tmp$y2 <- NA tmp[1:2, "y2"] <- 2 Does the job. I see that I should add a full column. In my case adding full column of NAs and then adding values, solves my problems. Thanks to all. james.holtman at convergys.com
2003 Jun 19
1
Problem reading a PDF output
I generated a PDF output file of 10 plots. When I try to view it with Adobe reader (R4 & R5), it will lockup the reader (it is consuming 100% of the CPU) after presenting the 4th plot. I can generate the plots just fine in Windows and as a postscript file reading it with GSview. Is there anyway to tell what might be wrong with the PDF output? The file is 890KB in size if anyone would like
2004 Dec 13
0
How to duplicate rows in dataframe?
> x.1 <- data.frame(a=1:5, b=1:5) > x.1 a b 1 1 1 2 2 2 3 3 3 4 4 4 5 5 5 > x.1[c(1,2,2,2,3,3,4,4,5,4,3,2,1),] a b 1 1 1 2 2 2 2.1 2 2 2.2 2 2 3 3 3 3.1 3 3 4 4 4 4.1 4 4 5 5 5 4.2 4 4 3.2 3 3 2.3 2 2 1.1 1 1 > __________________________________________________________ James Holtman "What is the problem you are trying to solve?" Executive Technical
2004 Oct 29
1
Error in PDF output in R 2.0.0
The following script works fine in R 1.9.1. It was creating a PDF file with the graphs in it. In R 2.0.0, I got the error message below. I tried the same script just outputting to Windows and postscript and the output was OK. The error message only showed up when trying to create a PDF file. > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386,
2004 Oct 07
3
Read.Table Reading a Text file
Dear R users and Helpers I am beginner with using R and interested in carrying out certain task for my statistical research. I am reading data for a text file, which could contain data in following pattern x y 8 10 11 14 16 16 18 15 6 20 4 4 20 18 As per the example I have two columns and 7 rows of data in each. However is real life data situation I may not know how many columns are present
2004 Dec 12
1
'object.size' takes a long time to return a value
I was using 'object.size' to see how much memory a list was taking up. After executing the command, I had thought that my computer had locked up. After further testing, I determined that it was taking 241 seconds for object.size to return a value. I did notice in the release notes that 'object.size' did take longer when the list contained character vectors. Is the time that it is
2019 Feb 25
0
Linking mailboxes
Dear Aki, i think I got it. Many thanks. it has to do with the permission settings. On Mon, Feb 25, 2019 at 12:59 PM Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > drwx-----x kunal kunal Storage > > I'm guessing this point is being more restrictive. Can you try changing > this into 0755? > > Also suddenly you are no longer using vmail but random user IDs. This
2019 Feb 25
2
Linking mailboxes
drwx-----x kunal kunal Storage I'm guessing this point is being more restrictive. Can you try changing this into 0755? Also suddenly you are no longer using vmail but random user IDs. This only works with vmail. Aki > On 25 February 2019 19:56 Kunal A. <kunal.oa at gmail.com> wrote: > > > Hi, > Yes. Output ;- > > dr-xr-xr-x root root / > drwxr-xr-x root
2019 Feb 25
0
Linking mailboxes
Hey Aki, Sorry for the trouble but I am still unable to get it working. The file permissions for upper files are now drwxr-xr-x. but I think they need to be drwxr-x--x+ ? Any idea how to change it to that? Error log is below:- doveadm(lightdm): Error: Can't open mailbox Storage/Email: stat(/run/media/computer/Storage/Email/tmp) failed: Permission denied (euid=976(lightdm) egid=976(lightdm)
2001 Aug 22
1
Problems with trying to print 'refman.pdf'
When I try to print out the refman.pdf file of version 1.3.0 to an HP LaserJet 8000 PS printer, I get the error message "Error occurred while downloading a font. This document might not print correctly". The document does not print correctly. The index page looks fine on the monitor, but appear to print with a "Courier" type font that is squeezed to be proportitional. Has
2019 Feb 25
0
Linking mailboxes
At minimum directories /run/media/computer/Storage/ need to have o+x, so you can do chmod o+x /run /run/media /run/media/computer /run/media/computer/Storage and chown -R vmail:vmail /run/media/computer/Storage/Email Aki > On 25 February 2019 18:47 Kunal A. via dovecot <dovecot at dovecot.org> wrote: > > > Dear Aki, > I have given permission to the folders
2014 Aug 28
3
PXE booting WinPE with UEFI architecture
Anyone have luck with pxechn32 and bootmgfw.efi? I'm getting the "Unable to retrieve first package" issue as reported by others. Really, any advice for UEFI booting into a winpe environment off of pxelinux 6.03 would be beneficial. Jason Jones Sr. Associate, Network Services | End User Computing 3947 N Oak St Ext | Valdosta, GA 31605 O +15137844955 E jason.s.jones at
2019 Feb 25
2
Linking mailboxes
Dear Aki, Many thanks again. Thanks for explaining this. Very grateful for your assistance. Thanks a bunch ! Kunal On Mon, Feb 25, 2019 at 11:56 AM Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > At minimum directories > > /run/media/computer/Storage/ > > need to have o+x, so you can do > > chmod o+x /run /run/media /run/media/computer /run/media/computer/Storage
2019 Feb 25
2
Linking mailboxes
Dear Aki, I have given permission to the folders Storage/Email to vmail. But the upper hierarchy is not under vmail . Full directory = /run/media/computer/Storage/Email /run/media/computer = not vmail Storage/Email = vmail How do I get this corrected ? It seems like vmail needs access through all through run/media/computer . Please excuse my ignorance as I am not very familiar with
2002 Jul 05
1
PDF file not created correctly
I am trying to put some text data in a graphical output file so that I have a single file with both the graphs and summary data. I was capturing the output via a 'sink(textConnection('output','w')). This seems to work fine, but in trying to put the text data in a graphics frame, I was having problems. When creating a postscript file, things were fine, but a PDF file appeared
2002 Jul 05
1
Exception created in RGUI.exe (PR#1748)
I was trying to print out some text on an empty PDF graph so that I would have the statistical data in the same file as the graphs. I was having problems in getting the output in a PDF file, but could get it in a postscript and BMP file. I put together the script below to see what 'fonts' were available on PDF, is it caused an exception. I was getting an exception in the pdf call
2007 Nov 24
3
Query About Domain Configuration for Xen on Solaris 11 Build snv_77 i86pc
Hi All, I have installed Solaris 11 Build snv_77 on x86 box. I have been facing problem while working with Xen (xm command)... I have installed guest domain/VM/OS(Solaris 11 Build snv_77) on x86 box, using "virt-install" utility. After rebooting the host machine, my guest domain has become inactive. I am not able to perform any task on guest domain, including getting console. It
2019 Feb 25
0
Linking mailboxes
I would only run it for the mail folders to be safe. Aki > On 25 February 2019 18:34 Kunal A. via dovecot <dovecot at dovecot.org> wrote: > > > Dear Aki, > Many thanks for your feedback. Its what I figured I should do but I was not sure how safe it was. > > Would it make sense to execute the following to /run/media/computer so that the user/group is vmail? > sudo