Displaying 9 results from an estimated 9 matches for "latchezar".
2005 Jun 24
5
Memory limits using read.table on Windows XP Pro
...if we double it (as per read.table help)
it's still 2.5GB < 3Gb. And actually Windows Task Manager shows peak mem
use for Rgui 2,056,992K (~2.057GB) and total memory used 2.62GB. And the
total physical memory is 4GB (of which windows recognizes above 3GB)
Any help or suggestions?
Thanks,
Latchezar
2006 Jul 26
2
Install R-patched_2006-07-13 on i386-pc-solaris2.10 with Sun Studio 11
...d_2006-07-24 on SunFire V40z with
on Solaris OS 10 64-bit kernel and using Sun Studio 11 compilers.
Everything runs OK until it gets to building package tools (all.R) where
it fails. Bellow is how I tried it (I can provide any other additional
info if needed). Any help please?
Thank you very much
Latchezar Dimitrov
Wake Forest Univ. School of Medicine
root at Huba # echo $PATH
/opt/SUNWspro/bin:/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ccs/bin:/usr/
openwin/bin:/usr/dt/bin:/usr/platform/i86pc/sbin:/opt/SUNWvts/bin:/opt/S
UNWexplo/bin:/usr/local/bin
root at Huba # echo $CC
cc
root at Huba #...
2005 Nov 10
0
FW: Re: (Case 843) Recon-X msg: "Failed to get the list of instances: Server's ssh public key does not match our private ssh key"
...to please feel free to contact Bruno fro StarNet at
(604) 630-8700.
Thanks,
Lucho
PS. I will answer the rest of the questions from bellow by myself.
-----Original Message-----
From: StarNet Customer Service [mailto:helpdesk-support at starnet.com]
Sent: Thursday, November 10, 2005 11:48 AM
To: Latchezar Dimitrov
Cc: Harold L Hunt
Subject: Re: (Case 843) Recon-X msg: "Failed to get the list of
instances: Server's ssh public key does not match our private ssh key"
Hi Latchezar,
Please see my comments inline (below).
>As you correctly assumed I am not the sysadmin on the machine (...
2004 Feb 11
6
Spelling (PR#6570)
I came across this in connection with an unrelated issue
> beta[2]
Error in beta[2] : object is not subsettable
> beta[2] <- 5
Error in "[<-"(`*tmp*`, 2, value = 5) : object is not subsetable
One of the messages must be wrong, but I need a native English speaker
to tell me which one.
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of
2008 Jul 18
1
symbolic linking libs | thanks!
Several good suggestions were sent my way - much appreciated. In my
experience, any solution to a problem that gives a user write access to
anything other than their own /home directories is a disaster waiting to
happen (spoken as someone who has burned in past doing otherwise). So, I'll
pursue some approaches that don't reequire the /lib access option.
[[alternative HTML version
2003 Dec 29
2
What version is sh?
I'm trying to write an automatic check of the toolset installation for
R. It'll get all the tools to print their version numbers, and
complain if they aren't acceptable ones.
However, I can't see how to get sh to print version information. Is
there some way to do it?
The sh I'm worried about is the one that comes with Cygwin, if there
isn't a standard approach.
Duncan
2005 Oct 24
3
download problem: Windows binaries - patched/devel versions
Lately, I get a "page cannot be found" error (IE 6.0, Windows XP)
when I try to download the following:
http://cran.us.r-project.org/R-2.2.0pat-win32.exe
http://cran.us.r-project.org/R-2.3.0dev-win32.exe
(Same for all other mirrors (about 6) that I've tried.
Could someone please check if these files are accessible to them?
I'm guessing there's something haywire in my setup.
2008 Jul 18
2
symbolic linking to library files
I handle SysAdmin for a multi-user Linux box, with R 2.7.1 compiled and
installed to make usee of ACML (Opteron chips). The library files (packages)
are installed to /usr/local/lib64/R/library
Everything works as it should, except for the following. Say I have a user
(an R developer) who has developed a package called Blaster. We'll call the
user guru. Now, /home/guru/Blaster, contains the
2005 Apr 20
5
Overloading methods in R
(1) It seems to me that, generally, in R it is not possible to overload
functions. Is that right?
(2) Assuming that the above is true, or partially true, is there any extra
packages to handle overloading in R?
(3) Assuming (1) is TRUE and (2) is FALSE, can anyone provide some advice on
developing some function that understand what the arguments are and then
calls the right overloaded