similar to: r under suse

Displaying 20 results from an estimated 9000 matches similar to: "r under suse"

2011 Oct 20
3
Strange R behavior for product of two sum of integers
Dear gentlemen, Can you explain me why the following happens (any OS I think, and even on 64 bits)? > sum(1000:1205)^2 [1] 51581223225 > sum(1000:1205)*sum(1000:1205) [1] NA Warning message: In sum(1000:1205) * sum(1000:1205) : NAs produced by integer overflow Best, Pierre -- Pierre Lafaye de Micheaux Adresse courrier: D?partement de Math?matiques et Statistique Universit? de
2009 Apr 14
2
matrix merge problem
Dear r-help contributors, I have two questions: first: I have a matrix A and a vector B. I want to make a new matrix C, which is made of the rows of A having a value included in B. Second: I have two matrixes A and B, of different dimensions. B has unique values in column 2 and A has not unique values on column 2. I want to merge this two matrixes by the values in the columns 2 of B and 2 of
2010 Apr 07
2
installing latest rpm on RHEL
Just tried to install RPMs to a RHEL 5.5 64-bit machine, failed too. #rpm -ihv --nodeps http://www.kernel.org/pub/linux/utils/boot/syslinux/RPMS/x86_64/syslinux-tftpboot-3.86-1.x86_64.rpm error: unpacking of archive failed: cpio: Bad Magic #rpm -ihv --nodeps http://www.kernel.org/pub/linux/utils/boot/syslinux/RPMS/x86_64/syslinux-tftpboot-3.84-1.x86_64.rpm error: unpacking of archive failed on
2009 Apr 07
2
Frequency table to histogram
I have read a frequency table in to R called "temp." I now want to create a histogram table from it, but I obviously first have to expand the data - to the sample size of 100. I want to use the command rep(), but I'm not sure how to go about it..I tried using the code: temp1<-rep(temp$Chest,100) hist(temp1) But this creates a v. odd histogram so I know it must be wrong!
2017 Nov 21
2
skypeforlinux lacks dependencies, won't update
Hello, On Mon, 20 Nov 2017 19:22:19 -0600 Robert Nichols <rnicholsNOSPAM at comcast.net> wrote: > On 11/20/2017 07:13 PM, Mark LaPierre wrote: > > On 11/20/17 03:44, wwp wrote: > >> Hello, > >> > >> > >> On Mon, 20 Nov 2017 12:58:21 +1300 Peter <peter at pajamian.dhs.org> wrote: > >> > >>> On 20/11/17 11:30,
2001 Jul 25
3
CodeWeavers WINE 1.0Pre4
I have downloaded it several times and can NOT install it: [root@Linux i386]# rpm -ivh codeweavers-wine-20010626-4.i386.rpm Preparing... ########################################### [100%] 1:codeweavers-wine error: unpacking of archive failed on file /opt/wine/lib/libdplayx.so: cpio: MD5 sum mismatch [root@Linux i386]# Has anyone else gotten this to work? JRT
2014 May 18
2
Booting new kernels
On Sun, May 18, 2014 at 7:08 PM, Gene Cumm <gene.cumm at gmail.com> wrote: >> > On 05/16/2014 01:35 PM, Tal Lubko wrote: >> > > For some reason when I use kernel 3.7.1 and above the system crashes > during boot and I have no reason why. >> Consider a lack of init or otherwise improper initrd (cpio format, > compression, etc). Consider trying your old kernel
2014 Sep 25
1
RPM install/upgrade problem
Hi, For the last few updates I'm having a yum problem. # yum update gives the following error for e.g. Running transaction Updating : bash-4.2.45-5.el7_0.2.x86_64 1/10 Error unpacking rpm package bash-4.2.45-5.el7_0.2.x86_64 error: unpacking of archive failed on file /usr/bin/alias;5423b9bc: cpio: open The same problem happens if I try to use rpm for the update so it
2009 May 26
4
Creating multiple graphs based on one variable
Dear List, I would like to create several graphs of similar data. I have x and y values for several different individuals (in this case fish). I would like to plot the x and y values for each fish separately. I can do it using a for loop, but I think I should be using "apply". Please let me know what I am doing wrong, or if there is a "better" way to do this. What I have
2017 Jul 10
2
chkconfig madness CentOS 7
I have a couple of in use C7 boxes that were built with ntsysv and chkconfig for some old packages that needed to start using init.d. (The person setting these up didn't know about systemd creating service files for older packages, so we're stuck with these as-is. Here's my problem: Error unpacking rpm package chkconfig-1.7.2-1.el7.x86_64 error: unpacking of archive failed on
2015 Jun 25
1
Trying to update a CentOS 7.1 docker image, getting errors on yum update regarding iputils
Hi All; Is there a corrupt iputils rpm located on one or more of the CentOS update file servers? Here's an excerpt of the output of my yum update -y command: Updating : iputils-20121221-6.el7_1.1.x86_64 17/44Error unpacking rpm package iputils-20121221-6.el7_1.1.x86_64 error: unpacking of archive failed on file /usr/bin/ping: cpio: cap_set_file error:
2009 May 27
2
Object-oriented programming in R
Dear R-users, I have very recently started learning about object-oriented programming in R. I am far from being an expert in programming, although I do have an elementary C++ background. Please take a look at these lines of code. > some.data = data.frame(V1 = 1:5, V2 = 6:10) ; > p.plot = ggplot(data=some.data,aes(x=V1, y=V2)) ; > class(p.plot) ; > [1] "ggplot" My
2010 Nov 30
2
Help with yum and cpio: MD5 sum mismatch
I am trying to install Ruby-1.8.7p302 on a CentOS-5.5 server in preparation for a Rails-3 application deployment. I have downloaded the source from Rubyforge.org, unpacked it, and ran ./config and make. Everything built without error. I then ran checkinstall to create an rpm package. That too completed without error. However, when I try to install the resulting package using: yum localinstall
2017 Nov 21
2
skypeforlinux lacks dependencies, won't update
On 11/20/17 03:44, wwp wrote: > Hello, > > > On Mon, 20 Nov 2017 12:58:21 +1300 Peter <peter at pajamian.dhs.org> wrote: > >> On 20/11/17 11:30, milos.blazevic wrote: >>> There's the unstable version that installs and works: >>> https://www.skype.com/en/insider/ >> >> Thanks for pointing this out, it looks like they removed the
2009 Dec 11
1
ggplot: Problem with legend background
Dear R-users, I am preparing graphs for an upcoming article using the different functions of the ggplot2 package and I've been having problems with the legend background. It doesn't seem to scale when the text size is increased. Here's the mandatory reproducible example: library(ggplot2) repFrame <- data.frame(A= 1:10, B= rnorm(1:10), groupNum = rep(c("First group",
2007 Nov 06
3
Installing Google's Picasa for Linux on CentOS 5
I downloaded the .rpm file from Google and am trying to install Picasa for Linux on CentOS 5. I get the below error. Is this because I'm using SELinux or because of something else? I found a small Picasa folder in /opt (24 items, 143.7 KB) but it seems to end there. Picasa is one of the programs my wife uses on Windows. TIA! [root at dell2400 lanny]# rpm -Uvh picasa-2.2.2820-5.i386.rpm
2009 Apr 30
1
Overlaying graphs from different datasets with ggplot
Dear R-users, I recently began using the ggplot2 package and I am still in the process of getting used to it. My goal would be to plot on the same grid a number of curves derived from two distinct datasets. The first dataset (called molten.data) looks like this : Column names : Perc, Week, Weight P10 21 333.3554 P90 21 486.0480 P10 22 452.6347 P90 22 563.8263 P10 23 575.0960 P90
2014 Oct 30
3
Corrupt selinux-policy-targeted-3.7.19-260.el6.noarch.rpm
Hi, Updating selinux-policy-targeted to 3.7.19-260 fails. The archive seems corrupt. Got another copy from http://mirror.centos.org/centos/6/os/x86_64/Packages/ which also fails: # rpm -Fv selinux-policy-targeted-3.7.19-260.el6.noarch.rpm Preparing packages for installation... selinux-policy-targeted-3.7.19-260.el6 warning: /etc/selinux/targeted/contexts/customizable_types saved as
2018 Apr 30
2
Problem with cr repo.
Hi, I am having a problem with yum update from the cr repo. Below is the output of yum: (vgeppetto2 pts4) # yum update Loaded plugins: changelog, fastestmirror, priorities Loading mirror speeds from cached hostfile * epel: mirror.cogentco.com 171 packages excluded due to repository priority protections Resolving Dependencies --> Running transaction check ---> Package
2010 Jul 01
2
Update update failed on filesystem-2.4.0-3.el5.x86_64
I was doing a upgrade of an existing machine from 5.4 to 5.5. Everything else worked except for this rpm filesystem-2.4.0-3.el5.x86_64 It seems that it's trying to unpack the file into the CentOS DVD mount point > Error unpacking rpm package filesystem-2.4.0-3.el5.x86_64 > error: unpacking of archive failed on file /media: cpio: lsetfilecon Would it be safe to manually download the