Displaying 10 results from an estimated 10 matches for "vidhu".
2008 May 01
2
Error while making R package
...-o t1_res.o
gcc-sjlj -std=gnu99 -shared -s -o t1.dll t1.def CGHseg_rewrite.o
rowMedians.o runavg.o t1_res.o -Lc:/R/R-2.6.2/bin -lR
... DLL made
installing DLL
installing R files
installing data files
rm: failed to get attributes of `/': No such file or directory
make[2]: *** [C:/Vidhu/CGH/RPackage/t1.Rcheck/t1/data] Error 1
make[1]: *** [all] Error 2
make: *** [pkg-t1] Error 2
*** Installation of t1 failed ***
Can you please suggest what could be the probable cause of the error
Thank you
Vidhu
[[alternative HTML version deleted]]
2008 Apr 30
3
How to stop buffering of "cat"
...t is running. So I wrote some output messages using cat.
But instead of displaying the cat messages at different stages they are
buffered and displayed in the end when entire processing is done.
Can you please suggest how to stop this buffering or some alternative way to
display messages
Thank you
Vidhu
[[alternative HTML version deleted]]
2008 Apr 04
1
Cannot run R from command prompt
...; is not recognized as an internal or external command,
operable program or batch file."
If I change the path to C:\R\R-2.6.2\bin and then type R it runs fine.
I have changed my envionment variable Path to C:\R\R-2.6.2\bin;
Still its not working. Can you please give some suggestion
Thank you
Vidhu
[[alternative HTML version deleted]]
2008 Apr 29
1
c code working in linux and hanging in windows
Hi All,
I am calling some c code from R.
It successfully makes the dll and .so files.
When I run .so in Linux is works prefect but hangs in windows. Though the
dll loads but it never returns back from the c function
Can you please suggest the possible cause of this
thank you
vidhu
[[alternative HTML version deleted]]
2008 Jul 16
1
RSQLite maximum table size
...t;array", mat)
[1] FALSE
*Warning message:
In value[[3]](cond) :
RS-DBI driver: (error in statement: too many SQL variables)*
Can someone please tell me what is maximum size of a table( max number of
rows and cols) we can have in RSQLite and how big the database can grow
Thank you
Regards
Vidhu
[[alternative HTML version deleted]]
2008 Jul 22
1
Reading the data from specific columns
Hi All,
I have a huge tab separated file which a many columns. I want to read only
few specific columns in R object. There are no column names/headers in the
file. Can someone please suggest how can I do that. I checked the help of
read.delim but wasnt able to find such option
Thank you
Reagards
Vidhu
[[alternative HTML version deleted]]
2008 Jan 16
1
Error in plot.new() : figure margins too large
Hi
I am getting error :
Error in plot.new() : figure margins too large
Can you please help
-----code is ------------------------------------------------------------
temp <- seq(5500000/2, 22000000, 5500000/2)
sV2 <- c(1, 1+temp[-length(temp)])
eV2 <- temp
i=1
bitmap(paste("c:/vidhu/poster/poster_56half_2", LETTERS[i], ".png", sep =
""), "png256", width = 55.5, height = 8.875, res = 300)
par(mfrow = c(28,1), mar = c(0.5,3,0.5,0.5), mgp = c(2,0.65,0))
for(i in 1:length(sV2)) {
cat("i = ", i, "\n", sep = ""...
2008 Apr 09
1
read table not reading lines containing single quotes
...on's disease
05030 Amyotrophic lateral sclerosis (ALS)
05040 Huntington's disease
05050 Dentatorubropallidoluysian atrophy (DRPLA)
*It doesnot read from Alzheimer's disease. Due the single qoutes in it. Can
you please suggest something so that I can
read full file.
*
Thank you
Vidhu
[[alternative HTML version deleted]]
2008 Apr 25
1
making a dll for windows eviornment for R
Hi All,
I have a .c file and I need to make a dll so that it could be called by R.
I have successfully made .so from .c file and its working great. But i have
no clue of making dll. I tried googling for help ...but not much of use
Please suggest something
regards
Vidhu
[[alternative HTML version deleted]]
2008 Jun 23
0
Possible cause of the error: unknown c standard 'gnu99'
Hi All,
I am getting error "unknown c standard 'gnu99'. I have attached the screen
shot. Can anyone suggest what is causing this error
thank you
Best regards
Vidhu