similar to: (Summary) R and S interface

Displaying 20 results from an estimated 10000 matches similar to: "(Summary) R and S interface"

2003 Sep 11
1
S+DOX eqivalent in R?
Dear List, I am looking for a function `Pseudo standard error' (PSE), which is available in S+ DOX (design of experiemnt) module - Is there a similar function available in R? Reference for PSE function is in the paper: 'Quick and easy analysis of unreplicated factorials' by Russell V. Lenth, Technometrics, 1989, 31, 4, 469-473. Thanks. -Nitin
2002 Mar 06
3
Problem in .First.lib
Hello! I downloaded a package "multtest" (from bioconductor.org) in R, and installed it by 'R CMD <package>' (after unzipping and taring). The problem is when I say 'library(multtest)' in R, the following error is generated: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library
2008 Dec 29
1
X11 PNG Error
Hi All, I am running R 2.6.0 on an Ubuntu 8.04 with Rserve on a machine. I send R commands from a Windows computer to the R machine and a few commands require the creation of plots on png devices. I often get the following error: Error in X11(paste("png::", filename, sep = ""), width, height, pointsize, : unable to start device PNG I've solved this error at times by
2007 Nov 23
1
MacOSX 10.4.11 update breaks tests/lapack.R (R 2.6.0)? (PR#10454)
Hello, It seems the recent Mac OS X 10.4.11 update installed a new libBLAS.dylib in the Accelerate framework which either contains a bug itself or exposes a bug somewhere in R's lapack code on the PowerPC G4 and G5. My build of R 2.6.0 executed the tests/lapack.R code succesfully when I upgraded when 2.6.0 was released. After the OS update, it now crashes. This happens both with the version I
2006 Feb 16
1
segmentation fault with Hmisc areg.boot()
Hi Folks, Mac OS 10.4.4 R 2.2.1(2005-12-20 r36812) Hmisc 3.0-10 acepack 1.3-2.2 I keep getting a "segmentation fault" when trying to run areg.boot in the Hmisc package. I include below output from two different attempts. Thank you in advance for any help. Hank Stevens The following is taken from the example in the areg.boot documentation, run inside Aquamacs Emacs: >
2016 Nov 23
0
shared libraries: missing soname
On 22 November 2016 at 22:21, Joseph Mingrone wrote: | Is this a more appropriate example? | | # ldd /usr/local/lib/R/library/tseries/libs/tseries.so | grep libR | libRblas.so => /usr/local/lib/R/lib/libRblas.so (0x80120c000) | libR.so => /usr/local/lib/R/lib/libR.so (0x801c00000) No it is not. Do you see the /usr/local/lib/R/lib here? The trailing R/lib is what Martin and talk about. It
2006 Feb 16
1
segmentation fault with Hmisc areg.boot(): Now acepack avas failure
Hi Folks, Mac OS 10.4.4 R 2.2.1(2005-12-20 r36812) Hmisc 3.0-10 acepack 1.3-2.2 I had R crashes while running areg.boot in Hmisc (see old message below), but now I realize that the problem appears to be in the avas function in acepack. I tried running running the avas example (in acepack package), and got an immediate crash. Any thoughts? The Apple crash report (from R GUI crash) follows.
2001 Dec 22
0
Re: R-1.4.0 for MacOS X
Hy Jan, I'll put a copy on cran today. Thanks. stefano > > Get it from ftp://gifi.stat.ucla.edu in pub. > > This contains the base files plus the recommended packages (except > rpart, > which does not compile yet). > > It is compiled under MacOS X 10.1.2 with the December 2001 version > of > the Developer Tools, and with g77 from fink.sourceforge net.
2007 May 30
3
separate y-limits in xYplot panels
Hello, I would like to get the scales of y-axes dependent only on the data points in a particular panel. Have attached a test example below. When using 'relation="free"', it does not make the scales 'free', however when using 'relation="sliced"', I get a warning "Explicitly specified limits ignored in: limitsFromLimitlist(have.lim = have.ylim, lim
2014 Mar 14
1
Conditional jump or move depends on uninitialised value(s)
Hi, I'm using valgrind to check over some C/C++ code for an R library. I'm getting the report (see below), but can't track down the uninitialised value(s). I tried using --track-origins=yes in valgrind which gives: ==28258== Uninitialised value was created by a stack allocation ==28258== at 0xEE33D98: ??? (in /usr/lib64/R/lib/libRlapack.so) I presume the problem is an
2002 Jul 09
3
Ethernet interface shuts down
Hi All, I have three Linux boxes running RH7.2 and each one of these has two 3com Ethernet NICs. I am trying to do some routing stuff with these. Ethernet interfaces on these boxes shut down by its own if I do not pass the packet through them for a while. I am not able to understand why is it happening. One more thing when I use “ip addr show” it shows that interface is there , but ifconfig
2010 Mar 14
1
Segfault Problem c++ R interface (detailed)
Hello R Community, I've been working on a project that uses pre-made C++ libraries (using STL) in R and build a package. However, I've been getting an unusual segfault that I'm unable to trace its origin. After many attempts of debugging using gdb, commenting out parts (or all of my code) and valgrind, I'm unable to make heads or tails about what I'm doing wrong. In fact, when
2005 Aug 23
0
problems installing R from source: R-2.1.1 Windows XP
Hi everyone, I’m a Windows XP user. I’m trying to install R-2.1.1 from source, and it doesn’t work. Here’s what I have done: * Got the source code from CRAN : R-2.1.1.tar.gz * Ran ‘tar zxvf R-2.1.1.tar.gz’ in a CMD terminal window. Everything worked fine. I got my R-2.1.1 folder in C:/Rsource. * I got the iconv.dll file downloaded and unzipped it in
2009 Jan 14
1
[Patch] a bugfix to the oprofile code
Keir, The checks in the function passive_domain_do_rdmsr() were not sufficient. Also the same checks were done in the function passive_domain_do_wrmsr(). So these common checks are moved in a new single function passive_domain_msr_op_checks(). Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Jun Nakajima <jun.nakajima@intel.com> Please Apply, Thanks &
2018 Oct 02
2
Re: VM migration help required.
On Mon, Oct 1, 2018 at 12:25 PM Nitin Rane <Nitin.Rane@techmahindra.com> wrote: > Hi Arik,Shahar, > (Adding libguestfs mailing-list) Hi Nitin, > I am looking to migrate VMs from Openstack Juno to Openstack Newton and > from VMWare to Openstack Newton. > > While doing google search I came across the link authored by you, >
2006 Jul 04
1
double-quote tab crashes R (PR#9058)
Hi, This seems to crash my version of R: "<TAB> where I type a double quote, and then hit the <TAB> key. I was playing with strsplit, and wanted to give it a vector of characters including newline, tab, space, and so on. I've included the trace info from my macBook Pro (intel macintosh). Date/Time: 2006-07-04 01:07:33.277 -0700 OS Version: 10.4.7 (Build 8J2135a)
2017 Aug 26
0
Find maxima of a function
Please keep the list in cc. Sorry, it didn't work as expected. Maybe someone else have an appropriate solution. Best, Ulrik On Sa., 26. Aug. 2017, 12:57 niharika singhal <niharikasinghal1990 at gmail.com> wrote: > Hi > > Thanks for you mail, > I really appreciate your time on my problem > > I have posted this problem on > > >
2002 Jan 23
6
meaning of "IO Error: skipping the delete...."
On 23 Jan 2002, Nitin Agarwal <nitin.agarwal@timesgroup.com> wrote: > Hi, > I am Nitin from India working with a leading Indian newspaper "The Times > > of India". > We recently downloaded "rsync" and found it to be very useful and good > utility. > We tried to implement it between our main server and the DRS (Disaster > Recovery System), located
2003 Sep 08
1
png support
Hi all, It's me again with compiling questions :) Even though I have libpng and zlib: rpm -q libpng libpng-1.2.2-8 and rpm -q zlib zlib-1.1.4-8.8x my newly-compiled R doesn't support png. > No png support in this version of R Anyone knows why? Thanks, -Jose -- Jose Quesada, PhD. quesadaj at psych.colorado.edu Research associate http://lsa.colorado.edu/~quesadaj
2002 Feb 07
1
[Fwd: Re: meaning of "IO Error: skipping the delete...."]]
Nitin Agarwal <nitin.agarwal@timesgroup.com> wrote: > Dear Mr. Rusty, > Thanks for the reply. The problem was sorted out by changing the uid option in > rsyncd.conf file to root. > We are facing two more problem now.... > 1) while transferring the files, sometimes the transfer breaks in between and gives > us the error message: "readerror: connection reset by