similar to: re: problem installing library sm

Displaying 20 results from an estimated 1000 matches similar to: "re: problem installing library sm"

2003 Apr 28
2
sum(..., na.rm=TRUE) oddity
Hi all, I get two different results when using sum() and the switch na.rm. The result is correct when na.rm=FALSE. Linux Redhat 7.3, R version 1.6.1. I've had no luck searching the mail archives, so I was hoping somebody could explain/check this one for me. I will need to apply the function to missing data, simple as it is. Code: x<-matrix(runif(20,0,5)%/%1,4,5) # random matrix
2002 Jun 25
4
re: GUI's for teaching
Dear All, This is a question to sound out possibilities. I am with the Faculty of Natural and Agricultural Sciences at the University of Western Australia, representing a few of the more statistically minded in the faculty. Essentially, there have been problems in the past with software support, changing over statistical software, and paying lots of money for it. In R you have an advanced
2003 Apr 30
1
mpl in spatstat
Hello all, I'm attempting to conduct spatial analysis of trees within a plot. I want to see if the trees are spatially correlated to soil characteristics, say pH, or moisture content. I think one way to do it is with mpl, however, my soil characteristics were not taken at exactly the same locations as my trees and further, the vectors aren't the same length. I'm getting the
1999 Jan 23
4
smbwrapper
> What you are looking for is smbwrapper, which is in fact included with Samba > 2.0. However as it is not supported on all systems it is not included > in the default build (it should work nicely on Solaris though). > Essentially smbwrapper is a preloaded library which intercepts system calls and > simulates a /smb filesystem, so you can access /smb/SERVER/SHARE/file.txt.
2003 Jun 16
2
Isocontour-lines of spatial data on a rectangular grid (not plots!)
Dear R-Listers, I have spatial data on an equidistant rectangular grid, similar to topographic data. I know that there are quite a few R-packages or base functions that provide nice iso-contours plot, but I don't want a plot, just the smoothed isocontour line of ONE level (e.g. 10 mm). Data sets are large, so it would be preferable if the availability of regular grid data could be exploited,
2005 Jan 17
3
RHEL 4 => CentOS 4
Hi, I would like to try to switch from CentOS 3.4 => CentOS 4 beta. I hava a couple of questions: -is possible to upadte/upgrade my test box from 3.4 => 4 and what are the yum.conf settings/requirements? -is it easy to update your CentOS 4 beta => CentOS 4 when the stable version comes out? Thanks in advance! -- Kind Regards, Michiel van Es
2002 Sep 01
5
IceS: compile problem with Python
Hello! I can't compile IceS 0.2.3 with Python 2.2 (X86, Red Hat Linux 7.3) ==================================== [root at radio ices-0.2.3]# ./configure --with-lame --with-python=/usr/bin --with-python-includes=/usr/include/python2.2 --with-python-libraries=/usr/lib/python2.2 ==================================== Configure script tell me: ==================================== <....>
2002 Mar 11
2
Help with Python, R and RPY
Hi All: Walter Moreira wrote a small extension module for using the R programming language from within Python. Tim Church's example at http://www.cmat.edu.uy/~walterm/rpy was so compelling, I could not resist installing it on my Linux Mandrake 8.1 box. But I ran into problems. I have installed on Mandrake 8.1 both python and R: R-base-1.4.1-1mdk.i586.rpm
2002 Oct 28
0
re: problem installing library sm
Hi all, The suggestions were great. However, after installing readline-devel I had to install ncurses-devel before getting sm to work. Can this be put into the RH 7.3 Readme when downloading R rpms (and other distbns like Mandrake where there may be a similar problem)? Thanks for your help. Rohan Sadler -- Ecosystems Research Group (ERGO) School of Plant Biology (Botany), Faculty of
2003 Jan 22
1
re: box counting method and other landscape ecology measures
Hi all, I wish to implement various landscape ecology measures through R, such as: box counting dimension; twist number statistics; contagion and lacuniarity indices; angular second moment; adjacency measures; dominance indices; etc ... Some of the measures can be applied to shape analysis and classification. Is anyone implementing any of these measures? If so I would like to contribute and
2013 Apr 02
1
Rpy2 and Mac OS X 10.8.3
I am having a strange problem. I have been using python + rpy2 on my Mac for quite sometime now. I recently upgraded to OS X 10.8 from 10.6 and that's when the problem began. Now, when I try to load some R packages (like zoo) using robjects.r, python crashes with seg fault 11. Here's an example below: >> import rpy2.robjects as ro >> ro.r(''' library(zoo)
2013 Apr 02
1
Rpy2 and Mac OS X 10.8.3
I am having a strange problem. I have been using python + rpy2 on my Mac for quite sometime now. I recently upgraded to OS X 10.8 from 10.6 and that's when the problem began. Now, when I try to load some R packages (like zoo) using robjects.r, python crashes with seg fault 11. Here's an example below: >> import rpy2.robjects as ro >> ro.r(''' library(zoo)
2002 Jun 26
1
re: GUI's for teaching
Definitely 2 camps on this issue; so why not compromise with a drop-down menu for the most frequently used processes, the user responds with the necessary parameters for his choice, and R then writes the source statements on the terminal and executes them. The user follows the familiar gui procedure, is thereby automatically introduced to the command statements involved, and R's
2004 Aug 06
1
IceS: compile problem with Python
> Leave out the --with-python-libraries line. The libraries are probably > in /usr/lib, not /usr/lib/python2.2. That is, if you've made sure to > install the python-devel rpm. Python and python-devel installed correctly.... I tried without --with-python-libraries line; with --with-python-libraries= /usr/lib; --with-python=/usr; --with-python=/usr/bin; --with-python; etc with
2003 Oct 27
1
Rpy Import Error
I am trying to install Rpy to test it out as an R interface for a project that I am working on. However, I get the following error. Any clues as to what might be going on? I have alo tried RSPython, but I gave up due to errors. RSPython segfaults when started from R and gives an error message I can;t remember from python. Thanks, Brett >>> import rpy Traceback (most recent call
2004 Nov 26
1
package dependency problem
Post Turkey Day (#1 Shopping Day) Greetings! I am running CentOS-3 as a desktop distribution. Everything is fine except for Idle, the integrated development environment that comes with Python. Python is version 2.2, but Idle is version 0.8. The Idle 0.8 keyboard is driving me nuts. On my Windows box, I downloaded from www.python.org and installed Python, and got Python 2.3 and Idle 1.0.8,
2004 Jun 08
1
Nested shared library calls in Linux
Hi, I have an interface from R to the wxPython GUI toolkit which works under Windows: http://bioinf.wehi.edu.au/folders/james/wxPython/ (as long as you build RSPython with a shared (not static) Python library). But on Linux I get an error: > library(RSPython) > importPythonModule("wx") Error in .PythonEval(cmd) : Error in Python call:
2004 Apr 14
2
Problem creating new domain in unstable
Hi, I just had a try using the xeno-unstable. When I used the xc_dom_create.py to create a new domain I got the followings: ============================================== Traceback (most recent call last): File "/usr/bin/xc_dom_create.py", line 332, in ? (current_id, current_port) = make_domain() File "/usr/bin/xc_dom_create.py", line 238, in make_domain
2010 Oct 18
1
R installation failed on SUSE Linux -- libreadline.so.6 needed
I think that I have successfully installed libreadline.so.6. But still got an error -- libreadline.so.6 needed during R installation on SUSE Linux. help is really appreciated! =============================== # ls -lt /usr/local/lib total 4088 -rw-r--r-- 1 root root 168858 Oct 18 07:15 libhistory.a lrwxrwxrwx 1 root root 15 Oct 18 07:15 libhistory.so -> libhistory.so.6 lrwxrwxrwx 1
2010 Apr 15
2
problem compiling samba-3.5.2 on RHEL 5.5
this is my output when I try to compile samba-3.5.2 using the spec file provided in the samba packages: Linking bin/smbclient /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `PC' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined reference to `tgetflag' /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../libreadline.so: undefined