search for: massage

Displaying 20 results from an estimated 453 matches for "massage".

Did you mean: passage
2012 May 16
1
how disable the Error massage in read.table() " no lines available in input"
Dear Researchers, I am looking a way to disable the Error massage in read.table() as warn = TRUE in readLines(), when the lines are empty Error in read.table(con, header = F, sep = " ", nrow = n) : no lines available in input thanks for all suggestions Gianni [[alternative HTML version deleted]]
2008 Jan 17
1
[PATCH 0/7] More lguest massage.
This series takes one more step towards cpu-ification of lguest. As for rusty's last suggestion, I get rid of the whole bunch of "struct lguest *lg = cpu->lg" statements around by using lg_cpu as our base structure wherever it matters. (this saves us 11 lines)
2008 Feb 17
1
Error massage in attaching package 'rgl'
Hi, I am getting following error message while attaching 'rgl' package : > library(rgl) Error in get(Info[i, 1], envir = env) : internal error in R_decompress1 Can anyone tell me what should I do here? Regards, --------------------------------- 5, 50, 500, 5000 - Store N number of mails in your inbox. Click here. [[alternative HTML version deleted]]
2008 Jan 17
1
[PATCH 0/7] More lguest massage.
This series takes one more step towards cpu-ification of lguest. As for rusty's last suggestion, I get rid of the whole bunch of "struct lguest *lg = cpu->lg" statements around by using lg_cpu as our base structure wherever it matters. (this saves us 11 lines)
2010 Nov 10
0
[PATCH] utils: mknod massage
Show usage instead of segfaulting when no args are passed. 0d844078 added typec and assigned value without actually using it. As variable is properly named just use it in coressponding switch. Signed-off-by: maximilian attems <max at stro.at> --- usr/utils/mknod.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/usr/utils/mknod.c b/usr/utils/mknod.c index
2009 Aug 13
4
un run run...
Hi All, I am running an Rscript with a bunch of algorithms that are UNSTABLE under some parameter settings. At a certain point one of them sends error massage and my whole run STOPS! What I would like is to save the error massage in some file or variable and carry on to the next command line without stopping this run... Any help or ideas would be welcome, please, with a concrete example (not just - "have you thought of using 'tryCatch' etc...
2002 Aug 01
2
Help massaging big arrays
Hi all, I hope someone can give me some quick pointers - it would take me ages to work this out from scratch - I want to: - From an array - 32 cols x 1000 rows of small floats - Produce a second array from the first where the all numbers have an abs fn applied to them (to get rid of the neg numbers) - Produce a third array from the second where all numbers less than 0.0005 are converted to
2005 May 09
1
bootstap and lme4
...- data[i,] lme1<- lmer(y ~ trt + (trt-1|group), d) VarCorr(lme1)@reSumry$group[2,1] #just as an example } > off.boot <- boot(data=data.sim, statistic=off.fun, R=100) If I choose small values of R (<10) then I get very reasonable results but for large R I get the following error massage: *** malloc: vm_allocate(size=1069056) failed (error code=3) *** malloc[682]: error: Can't allocate region Error in .local(x, ...) : Calloc could not allocate (48 of 8) memory Can anyone tell me why I get this error massage and what I can do to avoid this problem? Than...
2010 Aug 17
3
A question of install R packages
My R_version is 2.11.1. I can?t install R packages. The error massages are following: package 'DBI' successfully unpacked and MD5 sums checked error in normalizePath(path) : path[1]="E:\R-2.11.1\library/DBI"?? -- View this message in context: http://r.789695.n4.nabble.com/A-question-of-install-R-packages-tp2327716p2327716.html Sent from the R...
2012 May 22
1
utils:::menuInstallLocal()
Hello R, I'm trying to install a package (class) locally; in windows 7, 64 bits machine. The only massage I see on the R Console is: utils:::menuInstallLocal() nothing else. What does this means, shouldn't I got some source of massage on the Console. EZ [[alternative HTML version deleted]]
2013 Jan 04
1
About the Dovecot Missing mail.
Dear Sir and/or Madam, I'm the newbie for using Linux, and now our company find the freelancer to change the mbox to maildir. we found that we have mail loss with error massage(ERROR: Connection dropped by IMAP server. Query: EXPUNGE), after that our freelancer do something to let this massage disappear. But now will still found we have mail loss. What can I do? I found a similar case in this page, but I can't found the solution, anyone can help me? URL: http://w...
2002 Apr 26
1
optim or nlm with matrices
Hi, I have the following hypothetical optimization problem: -det(t(x-A%*%x1)%*%(x-A%*%x1)) where A,x,x1 are matrices. A coefficients and x and x1 are variable matrices or vectors. I tried to apply optim and nlm functions but I kept receive the following massage: Error in A%*%x1 : non-conformable arguments. The massage appears even the -det() can be calculated and the dimensions are checked. here is my example although there might be no solution for the optimization problem. A=A myfn=function(A){ x=matrix(c(1.8,0),byrow=T) x1=matrix(c(.8,1.8),byrow=T) -det...
2010 Jun 11
2
Transforming simulation data which is spread across many files into a barplot
I'm an R newbie, and I'm just trying to use some of it's graphing capabilities, but I'm a bit stuck - basically in massaging the already available data into a format R likes. I have a simulation environment which produces logs, which represent a number of different things. I then run a python script on this data, and putting it in a nicer format. Essentially, the python script
2019 Mar 11
2
Re: Supporting sparse disks in nbdkit
On Fri, Mar 08, 2019 at 10:50:35AM -0600, Eric Blake wrote: > > int extents (void *handle, uint32_t count, uint64_t offset, > > uint32_t flags /* always 0? */, > > Unless we support the REQ_ONE flag (where the client specifically wants > only one extent returned). ... > > nbdkit would need to do some massaging on this to get it into the > > right
2010 Apr 02
1
What should I do regarding "DLL attempted to change..." warning ?
Hi all, The call to: library(rJava) Results in the following warning massage: Warning message: In inDL(x, as.logical(local), as.logical(now), ...) : DLL attempted to change FPU control word from 8001f to 9001f After some searching I found the following explanation: > R expects all calls to DLLs (including the initializing call) to leave the > FPU control word un...
2006 Jun 14
3
A question about stepwise procedures: step function
Dear all, I tried to use "step" function to do model selection, but I got an error massage. What I don't understand is that data as data.frame worked well for my other programs, how come I cannot make it run this time. Could you please tell me how I can fix it? *************************************************************************************************** >all<-data.fram...
2004 Jun 07
3
ask for help
Dear colleagues, I am a beginner of using R. I am involved in some microarray data analyses and found that R is the most common software in this area. I tried to install the free software today. It seemed to be successful in installing, but when I trigger the short-cut, I got a error massage saying 'Fetal error: invalid HOMEDRIVE'. I have no idea where the homedrive was defined (or implied) and how to solve the problem. I wonder if someone could help me to start the first step of this fancy trip. Many thanks! Don Li National Cancer Institute of Canada - Clinical Trials Grou...
2004 Jan 19
4
network browserlist error(S)..
...eing the straingest problem.. I'd upgraded to the 302rc1 version. i configed it to be an pdc controller, with wins to manage our local domain.. only when browsing the domain list. it gives error(s) once in a while.. "An extended error has occured" & "the system cannot find massage text for message number 0x in the message file for \\hostname" this is when you try to acces a computer or share for a win2k box, it happens 10 out of 100 times.. on a linux box, log.smb reports: "lib/util_sock.c:matchname(941) sys_gethostname(host.domain): lookup failure lib/util_...
2012 May 20
4
R Memory Issues
...t 12:09 PM Subject: To: R-help@r-project.org Hi, I have a 64 bits machine (Windows) with a total of 192GB of physical memory (RAM), and total of 8 CPU. I wanted to ask how can I make R make use of all the memory. I recently ran a script requiring approximately 92 GB of memory to run, and got the massage: cannot allocate memory block of size 2.1 Gb I read on the web that if you increase the memory you have to reinstall R; would that be enough. Could I just increase the memory manually. Take you for any comments, or links on the web. EZ [[alternative HTML version deleted]]
2009 Aug 05
3
import data into R
Thank you Gabor Grothendieck for your answer !! i have charge the pachage but now i have this massage  read.table("c:/TOTAL.xls",h=T) [1] ÐÏ.à.. <0 rows> (or 0-length row.names) Warning messages: 1: In read.table("c:/TOTAL.xls", h = T) :   incomplete final line found by readTableHeader on 'c:/TOTAL.xls' 2: In if (!header) rlabp <- FALSE :   the condition has le...