Displaying 20 results from an estimated 94294 matches for "packageable".
2008 Sep 30
0
error in fBasics package
When I try to load "fBasics" package, I get following error/warning :
> library(fBasics)
Loading required package: fImport
Loading required package: fSeries
Loading required package: fBasics
Loading required package: fImport
Loading required package: fSeries
Loading required package: fBasics
Loading required package: fImport
Loading required package: fSeries
Loading required package:
2013 May 31
2
3.0.1 update and compiler package
Hi,
I recently updated to R 3.0.1. I'm running linux ubuntu 12.04. I
realized that I have to update all the installed packages so I run >
update.packages(checkBuilt=TRUE)
as described here
http://www.r-bloggers.com/r-3-0-0-is-released-whats-new-and-how-to-upgrade/
. The first thing it did was telling me that it will not update several
packages. When it was finished I used the warnings
2008 Feb 04
1
Update problem
Hi,
I was doing updates on a server and I think that the network connection
got reset. So I guess the yum update didn't complete and I now get this
when I run 'yum update':
=======================
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
Resolving Dependencies
--> Populating transaction set with selected packages. Please
2009 May 02
7
yum installation problem
hello,
I want to install wineHQ on my box but i'm facing difficulties, it says yum requires the dependency GLIBC 2.4 AND GNU HASH somthing:
my repos:
CentOS-Base.repo CentOS-Media.repo epel.repo epel-testing.repo fedora-extras.repo
Code:
yum install wine
Repository epel is listed more than once in the configuration
Repository epel-debuginfo is listed more than once in the configuration
2012 Apr 25
4
latest 4.1.2 RPMs for RHEL 5.8?
Hey folks,
With all the troubles I''ve been having with the version of xen that comes
with RHEL 5.8 I was wondering whether there is somewhere out there where I
can grab more recent versions in RPM format.
I pulled down the sources from xen.org but would prefer to avoid having to
build it myself if possible. RPMs are much cleaner.
Is there some place out there to get something newer
2003 Apr 22
2
Handling of upper/lowercase in package names (PR#2816)
Hi,
This is (presumably?) a bug in R 1.7.0 under Windows. I have not tested it
on other systems. Attachment of packages is case sensitive but not
library(), resulting in multiple loadings of the same package if the library
name is spelled differently. The following example loads the `tools'
package, once as `tools' and once as `Tools'. This behavior is the same with
all packages and
2007 Sep 07
2
Automatic detachment of dependent packages
Dear All,
When one loads certain packages, some other dependent packages are
loaded as well. Is there some way of detaching them automatically when
one detaches the first package loaded? For instance,
> library(sqldf)
Loading required package: RSQLite
Loading required package: DBI
Loading required package: gsubfn
Loading required package: proto
but
> detach(package:sqldf)
>
>
2007 Dec 09
8
zpool kernel panics.
Hi Folks,
I''ve got a 3.9 Tb zpool, and it is casing kernel panics on my Solaris
10 280r (SPARC) server.
The message I get on panic is this:
panic[cpu1]/thread=2a100a95cc0: zfs: freeing free segment
(offset=423713792 size=1024)
This seems to come about when the zpool is being used or being
scrubbed - about twice a day at the moment. After the reboot, the
scrub seems to have
2010 Jan 15
1
Using multicore with an open pdf device results in corrupt pdf (PR#14186)
The attached code produces corrupted pdfs (test2.pdf, test4.pdf and
test5.pdf). The resulting pdf depends on how many cores are available on
the machine.
I don't see why there should be any difference between the pdfs (exept for
the timestamp). Doing many operations involving mclapply can increase the
size of the resulting pdf by ten times!
Thank you for checking this.
require(multicore)
2017 Sep 18
4
Update from 7.3 to 7.4 failing because of architecture change from PPC64 to PPC
Hello,
I'm having problems updating from 7.3 to 7.4 on my ppc64 (IBM Power7
p770) installation.
yum update stops with
Error: Multilib version problems found.
[..]
Protected multilib versions: systemd-libs-219-42.el7.ppc !=
systemd-libs-219-42.el7_4.1.ppc64
When I scroll back through the transaction check I see various package
dependencies for *.ppc instead of *.ppc64.
First appearance in
2013 Mar 15
1
issue while installing puppet
Hi Heidi,
Now We tried to install the puppet and puppet-server packages from
puppetlabs, but we faced below discrepancy.
Please look into this and let us know your suggestions because issue was
not found in Puppet community as well. There was 1 issue related to this
but it dint help us
(http://projects.puppetlabs.com/issues/16634 )
We went through
2010 Nov 15
2
Trying to understand the search path and namespaces
Hi all,
I'm trying to understand how the search path and namespaces interact.
For example, take the devtools package which suggests the testthat
package. Here's what the search path looks like after I load each of
those packages:
> library(devtools)
> search()
[1] ".GlobalEnv" "package:devtools" "package:stats"
[4]
2006 Mar 31
5
installing MySQL on 4.3 OR ''am I braindead or what?''
Hi all,
On a fresh CentOS 4.3 box, suddenly what should have took usually
around 60 seconds, now it makes me wonder if I can still perform
simple sysadmin tasks, or should I get a long vacantion...
# yum groupinstall "MySQL Database"
Repository update is listed more than once in the configuration
Repository base is listed more than once in the configuration
Repository addons is listed
2005 Apr 28
0
tomcat5 from jpackage 1.6 on cento4 w/ java-1.4.2-sun-1.4.2.08-1jpp
Is anyone running tomcat5 from jpackage 1.6 on cento4 w/ java-1.4.2-
sun-1.4.2.08-1jpp ?
I'm getting weird dependencies which don't make sense, notably:
Error: Missing Dependency: jdk = 2000:1.5.0_02-fcs is needed by package
java-1.5.0-sun-compat
I want to use 1.4.2 not 1.5 and it doesn't make sense to have jdk =
2000:1.5.0_02-fcs, unless I'm missing something? I do have
2013 May 15
1
Missing Dependency: tex(latex) is needed by package R-devel - Help Required
Hi ALl,
I am trying to install R on RHEL 5.4
while install R i am getting the dependency errors ..
can you please help on this .
[root at Rgraph ~]# yum install R
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
--->
2010 Oct 17
1
yum install - not working for installing R on Linux
I am trying to install R on Linux (Redhat 4). But 'yum' does not seem to
work...
thanks for your help/hints/suggestions in advance!
------------
$ sudo cat /proc/version
Linux version 2.6.34.6-54.24.amzn1.i686 (mockbuild at build-31003.build) (gcc
version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Fri Sep 17 23:13:59 UTC
2010
$ sudo yum install
2008 Jun 25
2
Broken upgrade to 5.2
Hello all,
I was upgrading a CentOS 5.1 box to 5.2 remotely, and I lost my ssh
connection to the server. Now when I rerun the "yum upgrade" it fails
due to conflicts in the transaction check stage. Before I dig myself a
deeper hole, I think I need advice. The original error I received was a
conflict between python-devel and python, so I erased python-devel with
the plan to
2017 Sep 18
2
Update from 7.3 to 7.4 failing because of architecture change from PPC64 to PPC
Yep. This worked. Thanks!
Why yum can't figure this out itself?
On Mon, Sep 18, 2017 at 3:29 PM, Johnny Hughes <johnny at centos.org> wrote:
> On 09/18/2017 08:18 AM, Armin Kunaschik wrote:
>> Hello,
>>
>> I'm having problems updating from 7.3 to 7.4 on my ppc64 (IBM Power7
>> p770) installation.
>> yum update stops with
>> Error: Multilib
2005 Aug 12
1
Problem with lme4
Hi,
I cannot seem to get lme4 to work. I have installed the lme4 and Matrix
package with apt-get. and both can be found in /usr/lib/R/site-library.
When I tried an example for lmer, R could not find the function lmer(),
> library(lme4)
Attaching package: 'lme4'
The following object(s) are masked from package:nlme :
getCovariateFormula getResponseFormula
2005 Apr 24
5
"Debain" way of installing packages
Hello!
I use Debian GNU/Linux at work and I really like apt-get tool. As far as
I understand the whole picture, there are now some Debian packages of R
packages. Build of Debian packages is done automagically by Perl script.
By the way, what is the status of Debianizing R packages? Is it stopped,
just holded, ... I don't know so I am asking
There is also Bioconductor and I am aware that the