search for: nandi

Displaying 20 results from an estimated 34 matches for "nandi".

Did you mean: andi
2011 Aug 10
2
exiting with ogg.h missing
On mer, 2011-08-10 at 09:41 -0400, Rony Nandy wrote: > Hi All, > I have downloaded libogg-1.3.0 along with speex.But,during > build speex is exiting with ogg.h missing.Any suggestions will be highly > appreciated. IIRC, speexenc encodes your data into a speex stream which is encapsulated into an OGG container, so you need to libogg to compile it. Though, it has been ages
2003 Sep 11
2
Problem in installing "quantreg" package
Hi, I was trying to install "quantreg" package in an R session, but got the following error message: ERROR: cannot write to or create directory '/usr/lib/R/library' Can anyone suggest what I need to do? Swagata Nandi
2008 Mar 07
2
training svm
What should I do if I need to train svm() with data having same value across all rows in some columns. These must be the important features of the class and we cant exclude these columns to build up models. The error I am getting is: Error in predict.svm(ret, xhold) : Model is empty! In addition: Warning message: In svm.default(datatrain, classtrain) : Variable(s) 'F112' and
2011 Aug 09
4
not building with --enable-arm-asm -enable-arm5e-asm
Hi, I am getting the following dump while trying to build for arm ./configure --prefix=/root/dump --host=arm-linux --with-gnu-ld --disable-static --enable-fixed-point --enable-arm-asm -enable-arm5e-asm configure: WARNING: unrecognized options: --enable-arm-asm Type "make; make install" to compile and install Speex root at rony-ubuntu:~/speex# make make all-recursive make[1]:
2014 Apr 02
3
Typeof for character vector in dataframe returns integer
Hi , I want to know is this behavior expected and why is that ? Need some help gender <- c("F", "M", "M", "F", "F", "M", "F", "F") > age <- c(23, 25, 27, 29, 31, 33, 35, 37) > df<- data.frame(gender,age) > typeof(df[[1]]) [1] "integer"
2005 Mar 03
3
Need suggestions for plotting 3D plot
Hi Everybody, I am a newbie in R. I have a data in the form of a matrix which I want to make some 3D plots using R. There is some functions for instance hist() for 2D plots, but I cant find any function for 3D plots. Is there any function available in R for 3D plots? If so, is there any documention available on internet so that I can go through. With regards, Soumyadeep
2001 Nov 23
1
samba-admin@lists.samba.org
Dear friends, One of my friends got a ttypical problem with installing linux on a m/c with PIII 933 MHz. , 256 MB SDRAM , 20 GB HDD with SIS 6326 motherboard [ intel 815EEA chipset ] + 8 MB sahred memory. He made a dos FAT 32 partition with 12 GB keeping win98 and another 8GB as non dos for Linux Red Hat 7.1 ] While installing and specifying / , /boot , /usr , /usr/src ,
2011 Aug 09
1
NEON optimization of speex
Hi, We(Linaro) are evaluating to optimize speex using ARM NEON as an open source NEON optimized version is not available. Please let us know if someone is already working on it or if some version exists in the open source community which we might have missed. Secondly,I want to know if bit exactness is mandatory for the NEON optimized version with the C only version? and if a lsb mismatch once in
2011 Aug 10
0
exiting with ogg.h missing
I ran into a similar problem. The OGG lib and header files need to be in a standard location. To get around this problem I passed the following options to the configure script. --with-ogg-libraries=<libogg_root>/src/.libs --with-ogg-includes=<libogg_root>/include. In this case I built libogg and left all of the files in the default place (so I just did make not make install).
2003 Sep 11
1
Problem in installing quantreg package
I was trying to install package "quantreg" in an R session, but I got the follwing error message: ERROR: cannot write to or create directory '/usr/lib/R/library'. Can anyone suggest what I need to do to fix it up? Swagata Nandi
2005 Feb 22
1
Does R has the function for garch-t, gjr-garch, qgarch and egarch
Dear all, I would like to know that R has the function for garch-t,gjr- garch,qgarch and egarch. Best Regards, Luck
2011 Oct 14
2
Analysis
...t;,"3","1","2","1 2 3 4","1","2","2","2","Discrimination, lack information, lack exposure","Good idea to transfer through equity agents","Would love to do the transfers","1","Nandi east","Himaki" "29","8","7","null","null","null","null","Mon Oct 10 00:00:00 UTC 2011","6","3","1","","25","35000","10","49"...
2011 Aug 10
0
exiting with ogg.h missing
Hi All, I have downloaded libogg-1.3.0 along with speex.But,during build speex is exiting with ogg.h missing.Any suggestions will be highly appreciated. --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2001 Nov 08
0
Can't mount floppy and cdrom!
Dear Sir, I have everything set up on my red hat Linux 7.1 linux box. For sometime I could mount cd's and floppies automatically, but now something seems to have gone wrong. I can't mount my floppy(/dev/fd0) and cdrom(/dev/cdrom) manually or automatically. At startup it says ... /dev/fd0 is not a valid block device. /dev/cdrom is write protected...mounting read only! mount: No
2013 Dec 20
1
Fwd: How to check if R interpreter is initiated
Hi R-Developers , I am using R-3.1 , moved from R-2.15 . I am facing a problem which I have raised in R bug report with bug 15596 . My problem is how to check if R is initiated before initiating R I am embedding R in parallel environment and reusing process already running to reduce overhead . Each process is running infinitely. So when a process is reused,it finds R is already initialized
2014 Jan 21
1
Using unicode from C interface of R
Hi , I am using C interface of R . If a unicode string is read , in what format I could pass it back to R ? I was trying to use the following tpStr = ( char *)val; SET_STRING_ELT(innerList , 0, mkChar(tpStr)); It does not work . If I pass it back from as RAW format to R , what package is there to read it ? I mean package for interpreting RAW data . Thanks, Sandip [[alternative HTML
2014 Feb 07
1
How to set user read request while R install
Hi , I have installed R on my system and the user access control looks like this -rwxr-x*---* 1 root root 10578117 Feb 3 11:26 libR.so I have installed R as root , but the access control for other is not enabled by default ( at least Read option) . This can be solved using linux ways, but I am interested to know if there is any way to mention while we run R or install R packages. What I am
2014 Feb 25
1
What this error means
Hi , I am running R from C using the interpreter . Now i execute detach("package:td", unload=TRUE) And I get the following error . Any idea what it means ? *** caught segfault *** address 0x102, cause 'memory not mapped' Traceback: 1: sys.parent() 2: sys.function(sys.parent()) 3: formals(sys.function(sys.parent())) 4: match.arg(event) 5: packageEvent(pkgname,
2014 Mar 31
1
C API to get numrow of data frame
Hi , Is there any C API to the R API nrow of dataframe ? x<- data.frame() n<- nrow(x) print(n) 0 Example : My C function which deals with data frame looks like and I don't to send the number of rows of data frame .I want to detect it from the function itself, my function take data frame as argument and do some on it. I want API equivalent to nrow. I tried Rf_nrows,Rf_ncols . No
2014 Jun 25
1
Need help on calling Head from C
Hi , I am trying to call head function from C . My doubt is with the parameter n,how to pass it . PROTECT(dfm=lang3(install("data.frame"),df,ScalarLogical(FALSE))); SET_TAG(CDDR(dfm), install("stringsAsFactors")) ; SEXP res = PROTECT(eval(dfm,R_GlobalEnv)); PROTECT(head=lang3(install("head"),res,ScalarInteger(1))); head = PROTECT(eval(head,R_GlobalEnv)); I tried