similar to: install R under suse: packages dependency

Displaying 20 results from an estimated 4000 matches similar to: "install R under suse: packages dependency"

2006 Jun 15
3
Install R 2.3.1 on SUSE Linux
Hello: I am new to Linux, and I am trying to install R 2.3.1 on SUSE Linux 10.0. The RPM installer, YAST, states that I need libgfortran.so.0. I have loaded Intel FORTRAN and GCC FORTRAN; but I still do not have the libgfortran.so.0 module YAST is asking for. Is there somewhere I can get this module for SUSE Linux 10.0. There is a post on the R-Help for this same problem; but I cannot seem to
2008 Jan 26
3
An R clause to bind dataframes under certain contions
Hi netters, Suppose I have two data frames X and Y. X has three colnames A, B and C. Y has three colnames A,B and D. I want to combine them into one matrix, joining the rows having the same A and B values (X$A==Y$A and X$B = Y$B). So the resulting dataframe has four variables/columns: A,B,C and D. I was wondering what's the best way to do it in R. Could anyone give me some advice? Thanks!
2012 Jan 13
2
Problem Installing R to SuSE 10 via RPM
Hi, I'm trying to install R from an rpm locally to my account (the reason I'm not doing it through yast/yast2/zypper is that the sys admin isn't yet willing to install it, and doesn't want to support it, but will help me support it if I install it locally -- in short, policy problems rather than technical). Below is the SuSE version, Kernel version, and rpm install error I'm
2008 Mar 07
4
locate the rows in a dataframe with some criteria
Hi, netters, This is probably a rookie question but I couldn't find the answer after hours of searching and trying. Suppose there'a a dataframe M: x y 10 A 13 B 8 A 11 A I want to locate the rows where x >=10 and y="A". I know how to do it to vectors by using which, but how to do it with the dataframe? Thank you very much! Zhihua Li
2008 Jan 26
3
Comparison of aggregate in R and group by in mysql
Hi, netters, First of all, thanks a lot for all the prompt replies to my earlier question about "merging" data frames in R. Actually that's an equivalence to the "join" clause in mysql. Now I have another question. Suppose I have a data frame X with lots of columns/variables: Name, Age,Group, Type, Salary. I wanna do a subtotal of salaries: aggregate(X$Salary,
2007 Jun 05
1
rJava installation under linux: configuration failed
Hi netter, Recently I was trying to install rJava. The operating system is suse 10.0, and the R versionis 2.5.0. Following the instructions of R Wiki for rJava, I did configuration first: R CMD javareconf and then it showed a series of information, from what it seems that java is in the system and the configuration succeeded. Then I tried to install rJava:
2010 Feb 15
2
(no subject)
here is the message I get upon trying to upgrade R from the provided RPM package for SuSE 11.1 (http://cran.r-project.org): #### YaST2 conflicts list - generated 2010-02-15 14:00:50 #### nothing provides libreadline.so.6()(64bit) needed by R-patched-2.10.1-50.1.x86_64 [ ] do not install R-patched-2.10.1-50.1.x86_64 #### YaST2 conflicts list END ### I searched for the requested library
2008 Sep 22
4
sort a data matrix by all the values and keep the names
Dear all, If I have a data frame x<-data.frame(x1=c(1,7),x2=c(4,6),x3=c(8,2)): x1 x2 x3 1 4 8 7 6 2 I want to sort the whole data and get this: x1 1 x3 2 x2 4 x2 6 x1 7 x3 8 If I do sort(X), R reports: Error in order(list(x1 = c(1, 7), x2 = c(4, 6), x3 = c(8, 2)), decreasing = FALSE) : unimplemented type 'list' in 'orderVector1' The only way
2003 Dec 02
1
Windows 2000 Suse 9.0
Hi, PROBLEM : I'm not able to use the printer connected to a windows 2000 machine. INSTALLATION: I have 3 PCs. - One is a windows 2000 PC with the printer connected to it - One is a redhat machine - One is a Suse 9.0 machine. The redhat machine is able to print to the samba printer, not the Suse one. smbclient -L //secretariat shows identical data on both Linux machines
2009 Jun 21
1
Xen boots to blank screen
It seems like there are several messages in the archive and in various forums about this problem, but I do not see a clear course of action for how to solve it. I am relatively new to Linux, compounding my problem. I just built a new machine for the express purpose of running Xen so my girlfriend and I could experiment and learn about different Linux distros. I am running on an Intel DG35EC
2005 Aug 19
1
Win98 share "does not exist"?
SUSE93 system with these samba packages: kbase3-samba-3.4.0-28 samba-3.0.12-5 samba-client-3.0.12-5 yast2-samba-client-2.11.5-3 yast2-samba-server-2.11.14-3 YAST -> "Security and Users" -> "Firewall" - stop firewall. YAST -> "Network Services" -> "Samba Client" - Workgroup=BAX Desktop -> "Network Browsing" -> "SMB
2007 Jul 19
3
Error: evaluation nested too deeply when doing heatmap with binary distfunction
Hi netters, I have a matrix X of the size (1000,100). The values are from -3 to +3. When I tried heatmap(X, distfun=function(c),dist(c,method="bin"),hclustfun=function(m),hclust(m,method="average")) I got the error message: Error: evaluation nested too deeply: infinite recursion / options(expressions=)? However, if I used default parameters for distfunction:
2008 Jul 30
2
unable to map windows to unix groups
Hello. After fresh install. Samba and ldap seems to run normally ( I can join win2k workstation to linux samba pdc ). Using yast I create a system group named domadmin But I am unable to map "Domain Admins" to domadmin I am unable to map "Domain Admins" to existing ntadmin group I am unable to mofify mapping "Domain Admins" to domadmin group Thank you for
2008 Apr 17
1
how to use a function in aggregate which accepts matrix and outputs matrix?
Dear netters, suppose I have a matrix X [1,] 'c1' 'r6' '150'[2,] 'c1' 'r4' '70'[3,] 'c1' 'r2' '20'[4,] 'c1' 'r5' '90'[5,] 'c2' 'r2' '20'[6,] 'c3' 'r1' '10'I want to apply some funciton to groups of rows by the first column.If the function is just to
2011 May 30
4
OpenSUSE 11.4 (2.6.39-30.1), Xen 4.0.2 - Device 0 (vif) Could not be connected
All, This is a fresh, un-f#$ked-with OpenSUSE install after adding the Tumbleweed repository and doing a dup. I installed the Hypervisor with Tools for which it prompted me for Xen or QEMU and I chose Xen. No bridge was made. When I go to create a fully virtualised machine, it nao has the error: Error: Device 0 (vif) could not be connected. Could not find the bridge, and none was specified.
2018 Jul 13
8
Distro and release recommended
On Fri, 13 Jul 2018 16:55:23 +0300 Eli Wapniarski via samba <samba at lists.samba.org> wrote: > Opensuse > > Everything is there. > Are you sure, I thought OpenSUSE suffered from the same problem as red-hat, i.e. MIT kerberos, and there wasn't a distro AD DC package available. Rowland
2006 Apr 08
2
copying and pasting to R in linux
When I use R, I am accustomed to developing programs in a text processor, and then copying from the text processor and pasting into R. This usually works fine, except that using the default text processor in Suse 9.0, long programs don't transfer completely. Using the 'source' program, also only works with small programs. Suggestions?
2005 Aug 03
1
Documentation clarification re: SLES9 and nsswitch
Hello, I've been unable to succeed with Samba-Ldap setup on SLES9 until this evening. I thought I had a PAM issue but that was not the case. To cut to the chase, I ran Yast's 'ldap-server' module without any changes as it found the ldap server settings. Once finished I could join the domain from XP Pro which is what I was unable to do. I checked what Yast did and it reset
2007 Mar 25
2
Installing R on a machine with 64-bit Opteron processors
I have been tasked with installing statistical and other data analysis applications on a new Sun Fire X4600 M2 x64 server that came equipped with eight AMD dual core Opteronn 64-bit processors. It is running the 64-bit version of Suse Linux 9. I have read through the installation docs, and I guess I don't understand what to do, or even how to identify which version, if any, of this
2006 Jan 18
2
Display an Image on a Plane
Hi, I am new to R and I would like to display an image on a plane in a 3D plot, i.e. I would like to be able to specify a theta and a phi parameters like in the function persp to display a 2D image on an inclined plane. Regards, vincent [[alternative HTML version deleted]]