[R-sig-Debian] Installation woes for rattle (and other packages)

Prof. John C Nash nashjc at uottawa.ca
Wed Feb 3 18:50:46 CET 2010


Yesterday I wanted to try rattle on Ubuntu 9.04 Jaunty. I had (and still have) it running 
(though it complains on startup a bit -- I'll look into that later) on a different bootup 
on the same machine with 8.04 Hardy.

I got an error that libglade cannot be found, and various attempts to get glade support 
failed. I removed and reinstalled R -- same problem.

To avoid the issue of local setup being in conflict with R, I created a VirtualBox 
instance of a clean Ubuntu Jaunty. Same woes. To be really sure of things, I put in a 
virtual Debian lenny from debian-503-i386-netinst.iso

Since the Ubuntu cran2deb attempt gave same results as Debian lenny (though the CRAN 
repository was a little different, but cran2deb repository the same), I'll only include 
the Debian run. I also tried the install on a separate machine (real) running 8.04 Hardy 
and got a similar broken packages message. So similar results on 4 systems.

What follows below (rather long!) is my set of attempts to get rattle and other things 
running on the Debian Lenny. Some of the attempts at the end are in the "desperation" 
category, but they may indicate that packages are broken, and the debian wrappings are not 
to blame.

Any suggestions of where the problem lies? I'd be happy to learn I've done something silly 
that is easily fixed.

JN

Note: in the following, my mailer appears to be wrapping the lines.


debian 503 installation on VBox -- note a kernel failure on first reboot which cleared 
after it was booted single user and disk fsck was run.

(user/password)

apt-get install wajig joe leafpad

visudo
    add
       user ALL=(ALL) ALL

Adjusted sources.list to:

#
# deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 NETINST Binary-1 
0090906-12:06]/ lenny main

#deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 NETINST Binary-1 
20090906-12:06]/ lenny main

deb http://probability.ca/cran/bin/linux/debian lenny-cran/
deb http://debian.cran.r-project.org/cran2deb/debian-i386 testing/


deb http://debian.yorku.ca/debian/ lenny main
deb-src http://debian.yorku.ca/debian/ lenny main

deb http://security.debian.org/ lenny/updates main
deb-src http://security.debian.org/ lenny/updates main

deb http://volatile.debian.org/debian-volatile lenny/volatile main
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main
-------------------------------------

Put in keys:

gpg --keyserver subkeys.pgp.net --recv-key 381BA480
gpg -a --export 381BA480 > jranke_cran.asc
apt-key add jranke_cran.asc

Downloaded key.asc for cran2deb and then

sudo apt-key add key.asc

apt-get update
apt-get upgrade

Try to put in R

wajig install r-base

debian:/home/user# wajig install r-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
   binutils build-essential dpatch dpkg-dev fakeroot g++ g++-4.3 gcc gcc-4.3 gfortran 
gfortran-4.3 libblas-dev libbz2-dev libc6-dev libgomp1 libjpeg62-dev
   liblapack-dev libncurses5-dev libpaper-utils libpcre3-dev libpcrecpp0 libpng12-dev 
libreadline5-dev libstdc++6-4.3-dev libtimedate-perl linux-libc-dev
   make patchutils r-base-core r-base-dev r-base-html r-cran-boot r-cran-class 
r-cran-cluster r-cran-codetools r-cran-foreign r-cran-kernsmooth
   r-cran-lattice r-cran-mass r-cran-matrix r-cran-mgcv r-cran-nlme r-cran-nnet 
r-cran-rpart r-cran-spatial r-cran-survival r-doc-html r-recommended tcl8.5
   tk8.5 zlib1g-dev
Suggested packages:
   binutils-doc curl debian-keyring g++-multilib g++-4.3-multilib gcc-4.3-doc 
libstdc++6-4.3-dbg gcc-multilib manpages-dev autoconf automake1.9 libtool flex
   bison gdb gcc-doc gcc-4.3-multilib libmudflap0-4.3-dev gcc-4.3-locales libgcc1-dbg 
libgomp1-dbg libmudflap0-dbg gfortran-multilib gfortran-doc
   gfortran-4.3-multilib gfortran-4.3-doc libgfortran3-dbg glibc-doc libstdc++6-4.3-doc 
make-doc ess r-doc-info r-doc-pdf r-mathlib cdbs debhelper
   tclreadline
The following NEW packages will be installed:
   binutils build-essential dpatch dpkg-dev fakeroot g++ g++-4.3 gcc gcc-4.3 gfortran 
gfortran-4.3 libblas-dev libbz2-dev libc6-dev libgomp1 libjpeg62-dev
   liblapack-dev libncurses5-dev libpaper-utils libpcre3-dev libpcrecpp0 libpng12-dev 
libreadline5-dev libstdc++6-4.3-dev libtimedate-perl linux-libc-dev
   make patchutils r-base r-base-core r-base-dev r-base-html r-cran-boot r-cran-class 
r-cran-cluster r-cran-codetools r-cran-foreign r-cran-kernsmooth
   r-cran-lattice r-cran-mass r-cran-matrix r-cran-mgcv r-cran-nlme r-cran-nnet 
r-cran-rpart r-cran-spatial r-cran-survival r-doc-html r-recommended tcl8.5
   tk8.5 zlib1g-dev
0 upgraded, 52 newly installed, 0 to remove and 0 not upgraded.
Need to get 52.8MB of archives.
After this operation, 135MB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://probability.ca lenny-cran/ r-base-core 2.10.1-2~lennycran.0 [13.3MB]
Get:2 http://security.debian.org lenny/updates/main libc6-dev 2.7-18lenny2 [3388kB] 

Get:3 http://debian.cran.r-project.org testing/ r-cran-mass 7.3-5-1cran1 [790kB] 

Get:4 http://debian.yorku.ca lenny/main binutils 2.18.1~cvs20080103-7 [2686kB] 

Get:5 http://debian.cran.r-project.org testing/ r-cran-lattice 0.18-3-1cran1 [630kB] 

Get:6 http://debian.cran.r-project.org testing/ r-cran-matrix 0.999375-33-1cran2 [3271kB] 

Get:7 http://debian.cran.r-project.org testing/ r-cran-mgcv 1.6-1-1cran2 [665kB] 

Get:8 http://debian.cran.r-project.org testing/ r-cran-survival 2.35-8-1cran2 [2440kB] 

Get:9 http://debian.yorku.ca lenny/main linux-libc-dev 2.6.26-21 [751kB] 

Get:10 http://debian.yorku.ca lenny/main libgomp1 4.3.2-1.1 [13.2kB] 

Get:11 http://debian.yorku.ca lenny/main gcc-4.3 4.3.2-1.1 [2747kB] 

Get:12 http://debian.cran.r-project.org testing/ r-cran-class 7.3-1-1cran3 [62.3kB] 

Get:13 http://debian.cran.r-project.org testing/ r-cran-nnet 7.3-1-1cran5 [59.1kB] 

Get:14 http://debian.cran.r-project.org testing/ r-cran-spatial 7.3-1-1cran4 [95.0kB] 

Get:15 http://debian.yorku.ca lenny/main gcc 4:4.3.2-2 [5008B] 

Get:16 http://debian.yorku.ca lenny/main libstdc++6-4.3-dev 4.3.2-1.1 [1389kB] 

Get:17 http://debian.yorku.ca lenny/main g++-4.3 4.3.2-1.1 [3414kB] 

Get:18 http://probability.ca lenny-cran/ r-cran-boot 1.2.41-1~lennycran.2.10.1 [441kB] 

Get:19 http://probability.ca lenny-cran/ r-cran-cluster 1.12.1-2~lennycran.2.10.1 [351kB] 

Get:20 http://probability.ca lenny-cran/ r-cran-foreign 0.8.38-1~lennycran.2.10.1 [158kB] 

Get:21 http://probability.ca lenny-cran/ r-cran-kernsmooth 2.23-3-2~lennycran.2.10.1 
[58.4kB]
Get:22 http://probability.ca lenny-cran/ r-cran-nlme 3.1.96-1~lennycran.2.10.1 [1558kB] 

Get:23 http://debian.yorku.ca lenny/main g++ 4:4.3.2-2 [1368B] 

Get:24 http://debian.yorku.ca lenny/main make 3.81-5 [382kB] 

Get:25 http://probability.ca lenny-cran/ r-cran-rpart 3.1.45-2~lennycran.2.10.1 [158kB] 

Get:26 http://debian.yorku.ca lenny/main libtimedate-perl 1.1600-9 [32.9kB] 

Get:27 http://debian.yorku.ca lenny/main dpkg-dev 1.14.28 [771kB] 

Get:28 http://probability.ca lenny-cran/ r-cran-codetools 0.2-2-2~lennycran.2.10.1 
[42.0kB]
Get:29 http://probability.ca lenny-cran/ r-recommended 2.10.1-2~lennycran.0 [2676B] 

Get:30 http://probability.ca lenny-cran/ r-base 2.10.1-2~lennycran.0 [34.0kB] 

Get:31 http://probability.ca lenny-cran/ r-base-dev 2.10.1-2~lennycran.0 [3504B] 

Get:32 http://probability.ca lenny-cran/ r-doc-html 2.10.1-2~lennycran.0 [579kB] 

Get:33 http://debian.yorku.ca lenny/main build-essential 11.4 [7118B] 

Get:34 http://debian.yorku.ca lenny/main dpatch 2.0.30 [88.2kB] 

Get:35 http://debian.yorku.ca lenny/main fakeroot 1.11 [114kB] 

Get:36 http://debian.yorku.ca lenny/main gfortran-4.3 4.3.2-1.1 [3503kB] 

Get:37 http://probability.ca lenny-cran/ r-base-html 2.10.1-2~lennycran.0 [81.5kB] 

Get:38 http://debian.yorku.ca lenny/main gfortran 4:4.3.2-2 [1124B] 

Get:39 http://debian.yorku.ca lenny/main libblas-dev 1.2-2 [223kB] 

Get:40 http://debian.yorku.ca lenny/main libbz2-dev 1.0.5-1 [31.7kB] 

Get:41 http://debian.yorku.ca lenny/main libjpeg62-dev 6b-14 [186kB] 

Get:42 http://debian.yorku.ca lenny/main liblapack-dev 3.1.1-1 [3001kB] 

Get:43 http://debian.yorku.ca lenny/main libncurses5-dev 5.7+20081213-1 [1546kB] 

Get:44 http://debian.yorku.ca lenny/main libpaper-utils 1.1.23+nmu1 [17.6kB] 

Get:45 http://debian.yorku.ca lenny/main libpcrecpp0 7.6-2.1 [93.6kB] 

Get:46 http://debian.yorku.ca lenny/main libpcre3-dev 7.6-2.1 [256kB] 

Get:47 http://debian.yorku.ca lenny/main zlib1g-dev 1:1.2.3.3.dfsg-12 [157kB] 

Get:48 http://debian.yorku.ca lenny/main libpng12-dev 1.2.27-2+lenny2 [247kB] 

Get:49 http://debian.yorku.ca lenny/main libreadline5-dev 5.2-3.1 [222kB] 

Get:50 http://debian.yorku.ca lenny/main patchutils 0.2.31-4 [93.7kB] 

Get:51 http://debian.yorku.ca lenny/main tcl8.5 8.5.3-2 [1541kB] 

Get:52 http://debian.yorku.ca lenny/main tk8.5 8.5.3-4 [1110kB] 

Fetched 52.8MB in 2min46s (316kB/s) 

Extracting templates from packages: 100%
Selecting previously deselected package binutils.
(Reading database ... 88218 files and directories currently installed.)
Unpacking binutils (from .../binutils_2.18.1~cvs20080103-7_i386.deb) ...
Selecting previously deselected package linux-libc-dev.
Unpacking linux-libc-dev (from .../linux-libc-dev_2.6.26-21_i386.deb) ...
Selecting previously deselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.7-18lenny2_i386.deb) ...
Selecting previously deselected package libgomp1.
Unpacking libgomp1 (from .../libgomp1_4.3.2-1.1_i386.deb) ...
Selecting previously deselected package gcc-4.3.
Unpacking gcc-4.3 (from .../gcc-4.3_4.3.2-1.1_i386.deb) ...
Selecting previously deselected package gcc.
Unpacking gcc (from .../gcc_4%3a4.3.2-2_i386.deb) ...
Selecting previously deselected package libstdc++6-4.3-dev.
Unpacking libstdc++6-4.3-dev (from .../libstdc++6-4.3-dev_4.3.2-1.1_i386.deb) ...
Selecting previously deselected package g++-4.3.
Unpacking g++-4.3 (from .../g++-4.3_4.3.2-1.1_i386.deb) ...
Selecting previously deselected package g++.
Unpacking g++ (from .../g++_4%3a4.3.2-2_i386.deb) ...
Selecting previously deselected package make.
Unpacking make (from .../archives/make_3.81-5_i386.deb) ...
Selecting previously deselected package libtimedate-perl.
Unpacking libtimedate-perl (from .../libtimedate-perl_1.1600-9_all.deb) ...
Selecting previously deselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.14.28_all.deb) ...
Selecting previously deselected package build-essential.
Unpacking build-essential (from .../build-essential_11.4_i386.deb) ...
Selecting previously deselected package dpatch.
Unpacking dpatch (from .../archives/dpatch_2.0.30_all.deb) ...
Selecting previously deselected package fakeroot.
Unpacking fakeroot (from .../fakeroot_1.11_i386.deb) ...
Selecting previously deselected package gfortran-4.3.
Unpacking gfortran-4.3 (from .../gfortran-4.3_4.3.2-1.1_i386.deb) ...
Selecting previously deselected package gfortran.
Unpacking gfortran (from .../gfortran_4%3a4.3.2-2_i386.deb) ...
Selecting previously deselected package libblas-dev.
Unpacking libblas-dev (from .../libblas-dev_1.2-2_i386.deb) ...
Selecting previously deselected package libbz2-dev.
Unpacking libbz2-dev (from .../libbz2-dev_1.0.5-1_i386.deb) ...
Selecting previously deselected package libjpeg62-dev.
Unpacking libjpeg62-dev (from .../libjpeg62-dev_6b-14_i386.deb) ...
Selecting previously deselected package liblapack-dev.
Unpacking liblapack-dev (from .../liblapack-dev_3.1.1-1_i386.deb) ...
Selecting previously deselected package libncurses5-dev.
Unpacking libncurses5-dev (from .../libncurses5-dev_5.7+20081213-1_i386.deb) ...
Selecting previously deselected package libpaper-utils.
Unpacking libpaper-utils (from .../libpaper-utils_1.1.23+nmu1_i386.deb) ...
Selecting previously deselected package libpcrecpp0.
Unpacking libpcrecpp0 (from .../libpcrecpp0_7.6-2.1_i386.deb) ...
Selecting previously deselected package libpcre3-dev.
Unpacking libpcre3-dev (from .../libpcre3-dev_7.6-2.1_i386.deb) ...
Selecting previously deselected package zlib1g-dev.
Unpacking zlib1g-dev (from .../zlib1g-dev_1%3a1.2.3.3.dfsg-12_i386.deb) ...
Selecting previously deselected package libpng12-dev.
Unpacking libpng12-dev (from .../libpng12-dev_1.2.27-2+lenny2_i386.deb) ...
Selecting previously deselected package libreadline5-dev.
Unpacking libreadline5-dev (from .../libreadline5-dev_5.2-3.1_i386.deb) ...
Selecting previously deselected package patchutils.
Unpacking patchutils (from .../patchutils_0.2.31-4_i386.deb) ...
Selecting previously deselected package tcl8.5.
Unpacking tcl8.5 (from .../tcl8.5_8.5.3-2_i386.deb) ...
Selecting previously deselected package tk8.5.
Unpacking tk8.5 (from .../tk8.5_8.5.3-4_i386.deb) ...
Selecting previously deselected package r-base-core.
Unpacking r-base-core (from .../r-base-core_2.10.1-2~lennycran.0_i386.deb) ...
Selecting previously deselected package r-cran-boot.
Unpacking r-cran-boot (from .../r-cran-boot_1.2.41-1~lennycran.2.10.1_all.deb) ...
Selecting previously deselected package r-cran-cluster.
Unpacking r-cran-cluster (from .../r-cran-cluster_1.12.1-2~lennycran.2.10.1_i386.deb) ...
Selecting previously deselected package r-cran-foreign.
Unpacking r-cran-foreign (from .../r-cran-foreign_0.8.38-1~lennycran.2.10.1_i386.deb) ...
Selecting previously deselected package r-cran-mass.
Unpacking r-cran-mass (from .../r-cran-mass_7.3-5-1cran1_i386.deb) ...
Selecting previously deselected package r-cran-kernsmooth.
Unpacking r-cran-kernsmooth (from 
.../r-cran-kernsmooth_2.23-3-2~lennycran.2.10.1_i386.deb) ...
Selecting previously deselected package r-cran-lattice.
Unpacking r-cran-lattice (from .../r-cran-lattice_0.18-3-1cran1_i386.deb) ...
Selecting previously deselected package r-cran-nlme.
Unpacking r-cran-nlme (from .../r-cran-nlme_3.1.96-1~lennycran.2.10.1_i386.deb) ...
Selecting previously deselected package r-cran-matrix.
Unpacking r-cran-matrix (from .../r-cran-matrix_0.999375-33-1cran2_i386.deb) ...
Selecting previously deselected package r-cran-mgcv.
Unpacking r-cran-mgcv (from .../r-cran-mgcv_1.6-1-1cran2_i386.deb) ...
Selecting previously deselected package r-cran-survival.
Unpacking r-cran-survival (from .../r-cran-survival_2.35-8-1cran2_i386.deb) ...
Selecting previously deselected package r-cran-rpart.
Unpacking r-cran-rpart (from .../r-cran-rpart_3.1.45-2~lennycran.2.10.1_i386.deb) ...
Selecting previously deselected package r-cran-class.
Unpacking r-cran-class (from .../r-cran-class_7.3-1-1cran3_i386.deb) ...
Selecting previously deselected package r-cran-nnet.
Unpacking r-cran-nnet (from .../r-cran-nnet_7.3-1-1cran5_i386.deb) ...
Selecting previously deselected package r-cran-spatial.
Unpacking r-cran-spatial (from .../r-cran-spatial_7.3-1-1cran4_i386.deb) ...
Selecting previously deselected package r-cran-codetools.
Unpacking r-cran-codetools (from .../r-cran-codetools_0.2-2-2~lennycran.2.10.1_all.deb) ...
Selecting previously deselected package r-recommended.
Unpacking r-recommended (from .../r-recommended_2.10.1-2~lennycran.0_all.deb) ...
Selecting previously deselected package r-base.
Unpacking r-base (from .../r-base_2.10.1-2~lennycran.0_all.deb) ...
Selecting previously deselected package r-base-dev.
Unpacking r-base-dev (from .../r-base-dev_2.10.1-2~lennycran.0_all.deb) ...
Selecting previously deselected package r-doc-html.
Unpacking r-doc-html (from .../r-doc-html_2.10.1-2~lennycran.0_all.deb) ...
Selecting previously deselected package r-base-html.
Unpacking r-base-html (from .../r-base-html_2.10.1-2~lennycran.0_all.deb) ...
Processing triggers for man-db ...
Processing triggers for menu ...
Setting up binutils (2.18.1~cvs20080103-7) ...
Setting up linux-libc-dev (2.6.26-21) ...
Setting up libc6-dev (2.7-18lenny2) ...
Setting up libgomp1 (4.3.2-1.1) ...
Setting up gcc-4.3 (4.3.2-1.1) ...
Setting up gcc (4:4.3.2-2) ...
Setting up make (3.81-5) ...
Setting up libtimedate-perl (1.1600-9) ...
Setting up dpkg-dev (1.14.28) ...
Setting up dpatch (2.0.30) ...
Setting up fakeroot (1.11) ...
Setting up gfortran-4.3 (4.3.2-1.1) ...
Setting up gfortran (4:4.3.2-2) ...
Setting up libblas-dev (1.2-2) ...
Setting up libbz2-dev (1.0.5-1) ...
Setting up libjpeg62-dev (6b-14) ...
Setting up liblapack-dev (3.1.1-1) ...
Setting up libncurses5-dev (5.7+20081213-1) ...
Setting up libpaper-utils (1.1.23+nmu1) ...
Setting up libpcrecpp0 (7.6-2.1) ...
Setting up libpcre3-dev (7.6-2.1) ...
Setting up zlib1g-dev (1:1.2.3.3.dfsg-12) ...
Setting up libpng12-dev (1.2.27-2+lenny2) ...
Setting up libreadline5-dev (5.2-3.1) ...
Setting up patchutils (0.2.31-4) ...
Setting up tcl8.5 (8.5.3-2) ...
Setting up tk8.5 (8.5.3-4) ...
Setting up r-base-core (2.10.1-2~lennycran.0) ...
Setting R_PAPERSIZE_USER default to 'letter'

Creating config file /etc/R/Renviron with new version
Setting up r-cran-boot (1.2.41-1~lennycran.2.10.1) ...
Setting up r-cran-cluster (1.12.1-2~lennycran.2.10.1) ...
Setting up r-cran-foreign (0.8.38-1~lennycran.2.10.1) ...
Setting up r-cran-mass (7.3-5-1cran1) ...
Setting up r-cran-kernsmooth (2.23-3-2~lennycran.2.10.1) ...
Setting up r-cran-lattice (0.18-3-1cran1) ...
Setting up r-cran-nlme (3.1.96-1~lennycran.2.10.1) ...
Setting up r-cran-matrix (0.999375-33-1cran2) ...
Setting up r-cran-mgcv (1.6-1-1cran2) ...
Setting up r-cran-survival (2.35-8-1cran2) ...
Setting up r-cran-rpart (3.1.45-2~lennycran.2.10.1) ...
Setting up r-cran-class (7.3-1-1cran3) ...
Setting up r-cran-nnet (7.3-1-1cran5) ...
Setting up r-cran-spatial (7.3-1-1cran4) ...
Setting up r-cran-codetools (0.2-2-2~lennycran.2.10.1) ...
Setting up r-recommended (2.10.1-2~lennycran.0) ...
Setting up r-base (2.10.1-2~lennycran.0) ...
Setting up r-doc-html (2.10.1-2~lennycran.0) ...
Setting up r-base-html (2.10.1-2~lennycran.0) ...
Setting up libstdc++6-4.3-dev (4.3.2-1.1) ...
Setting up g++-4.3 (4.3.2-1.1) ...
Setting up g++ (4:4.3.2-2) ...
Setting up build-essential (11.4) ...
Setting up r-base-dev (2.10.1-2~lennycran.0) ...
Processing triggers for menu ...
debian:/home/user# R

R version 2.10.1 (2009-12-14)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

   Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

 > q()
Save workspace image? [y/n/c]: n

Seems OK, so try rattle

wajig install r-cran-rattle


debian:/home/user# wajig install r-cran-rattle
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
   r-cran-rattle: Depends: r-cran-rgtk2 but it is not going to be installed
                  Depends: r-cran-pmml but it is not going to be installed
E: Broken packages
debian:/home/user#


Try install.packages in R -- very long process.

debian:/home/user# R

R version 2.10.1 (2009-12-14)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

   Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

 > install.packages("rattle", dependencies=TRUE)

Warning in install.packages("rattle", dependencies = TRUE) :
   argument 'lib' is missing: using '/usr/local/lib/R/site-library'
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
Warning: dependencies ‘Biobase’, ‘’, ‘marray’, ‘affy’, ‘Rgraphviz’ are not available
also installing the dependencies ‘splancs’, ‘misc3d’, ‘gam’, ‘geoR’, ‘RandomFields’, 
‘Rmpi’, ‘nws’, ‘tweedie’, ‘sets’, ‘slam’, ‘Rglpk’, ‘Rsymphony’, ‘RBGL’, ‘fields’, ‘sm’, 
‘rpanel’, ‘kinship’, ‘snow’, ‘rpvm’, ‘rlecuyer’, ‘rsprng’, ‘statmod’, ‘Ecdat’, ‘maxLik’, 
‘ape’, ‘flexmix’, ‘rmeta’, ‘lpSolve’, ‘quadprog’, ‘relations’, ‘TSP’, ‘RSQLite’, ‘graph’, 
‘spam’, ‘spatstat’, ‘PBSmapping’, ‘RArcInfo’, ‘logspline’, ‘plm’, ‘sem’, ‘rgenoud’, 
‘snowFT’, ‘mboost’, ‘fUtilities’, ‘Formula’, ‘ineq’, ‘mlogit’, ‘np’, ‘pscl’, 
‘sampleSelection’, ‘urca’, ‘HSAUR’, ‘clue’, ‘seriation’, ‘multicore’, ‘igraph’, ‘biglm’, 
‘scatterplot3d’, ‘robustbase’, ‘mix’, ‘spdep’, ‘maptools’, ‘tkrplot’, ‘rgl’, ‘sgeostat’, 
‘mapproj’, ‘tcltk2’, ‘tree’, ‘maps’, ‘quantreg’, ‘oz’, ‘sp’, ‘DBI’, ‘VGAM’, ‘MCMCpack’, 
‘coda’, ‘gee’, ‘systemfit’, ‘anchors’, ‘survey’, ‘mlmRev’, ‘MEMSS’, ‘numDeriv’, ‘ergm’, 
‘latentnet’, ‘degreenet’, ‘abind’, ‘shapes’, ‘multcomp’, ‘fCalendar’, ‘fSeries’, ‘fts’, 
‘its’, ‘tis’, ‘tseries’, ‘xts’, ‘lmtest’, ‘AER’, ‘dynlm’, ‘proto’, ‘digest’, ‘gpclib’, 
‘randomSurvivalForest’, ‘vcd’, ‘flexclust’, ‘isa2’, ‘leaps’, ‘proxy’, ‘gclus’, ‘mvtnorm’, 
‘mlbench’, ‘SparseM’, ‘xtable’, ‘RUnit’, ‘timeSeries’, ‘akima’, ‘mclust’, ‘trimcluster’, 
‘prabclus’, ‘caTools’, ‘gWidgets’, ‘chron’, ‘acepack’, ‘TeachingDemos’, ‘Design’, 
‘subselect’, ‘latticeExtra’, ‘gWidgetstcltk’, ‘hexbin’, ‘deldir’, ‘tripack’, ‘DAAG’, 
‘VIM’, ‘mitools’, ‘Zelig’, ‘lme4’, ‘sna’, ‘statnet’, ‘modeltools’, ‘coin’, ‘zoo’, 
‘sandwich’, ‘strucchange’, ‘ipred’, ‘gridBase’, ‘ggplot2’, ‘RColorBrewer’, ‘plyr’, 
‘bitops’, ‘pmml’, ‘RGtk2’, ‘ada’, ‘amap’, ‘arules’, ‘biclust’, ‘cairoDevice’, ‘car’, 
‘cba’, ‘colorspace’, ‘doBy’, ‘e1071’, ‘ellipse’, ‘fEcofin’, ‘fBasics’, ‘fpc’, ‘gdata’, 
‘gtools’, ‘gplots’, ‘gWidgetsRGtk2’, ‘Hmisc’, ‘kernlab’, ‘latticist’, ‘mice’, ‘network’, 
‘odfWeave’, ‘party’, ‘playwith’, ‘randomForest’, ‘reshape’, ‘rggobi’, ‘ROCR’, ‘RODBC’, 
‘RSvgDevice’, ‘timeDate’, ‘XML’

trying URL 'http://probability.ca/cran/src/contrib/splancs_2.01-25.tar.gz'
Content type 'application/x-gzip' length 108419 bytes (105 Kb)
opened URL
==================================================
downloaded 105 Kb

trying URL 'http://probability.ca/cran/src/contrib/misc3d_0.7-0.tar.gz'
Content type 'application/x-gzip' length 60237 bytes (58 Kb)
opened URL
==================================================
downloaded 58 Kb

trying URL 'http://probability.ca/cran/src/contrib/gam_1.01.tar.gz'
Content type 'application/x-gzip' length 92920 bytes (90 Kb)
opened URL
==================================================
downloaded 90 Kb

trying URL 'http://probability.ca/cran/src/contrib/geoR_1.6-27.tar.gz'
Content type 'application/x-gzip' length 466130 bytes (455 Kb)
opened URL
==================================================
downloaded 455 Kb

trying URL 'http://probability.ca/cran/src/contrib/RandomFields_1.3.41.tar.gz'
Content type 'application/x-gzip' length 325440 bytes (317 Kb)
opened URL
==================================================
downloaded 317 Kb

trying URL 'http://probability.ca/cran/src/contrib/Rmpi_0.5-8.tar.gz'
Content type 'application/x-gzip' length 87528 bytes (85 Kb)
opened URL
==================================================
downloaded 85 Kb

trying URL 'http://probability.ca/cran/src/contrib/nws_1.7.0.0.tar.gz'
Content type 'application/x-gzip' length 98040 bytes (95 Kb)
opened URL
==================================================
downloaded 95 Kb

trying URL 'http://probability.ca/cran/src/contrib/tweedie_2.0.2.tar.gz'
Content type 'application/x-gzip' length 108077 bytes (105 Kb)
opened URL
==================================================
downloaded 105 Kb

trying URL 'http://probability.ca/cran/src/contrib/sets_1.0-2.tar.gz'
Content type 'application/x-gzip' length 374103 bytes (365 Kb)
opened URL
==================================================
downloaded 365 Kb

trying URL 'http://probability.ca/cran/src/contrib/slam_0.1-9.tar.gz'
Content type 'application/x-gzip' length 14121 bytes (13 Kb)
opened URL
==================================================
downloaded 13 Kb

trying URL 'http://probability.ca/cran/src/contrib/Rglpk_0.3-3.tar.gz'
Content type 'application/x-gzip' length 3229592 bytes (3.1 Mb)
opened URL
==================================================
downloaded 3.1 Mb

trying URL 'http://probability.ca/cran/src/contrib/Rsymphony_0.1-9.tar.gz'
Content type 'application/x-gzip' length 9884047 bytes (9.4 Mb)
opened URL
==================================================
downloaded 9.4 Mb

trying URL 'http://probability.ca/cran/src/contrib/RBGL_1.22.0.tar.gz'
Content type 'application/x-gzip' length 1898148 bytes (1.8 Mb)
opened URL
==================================================
downloaded 1.8 Mb

trying URL 'http://probability.ca/cran/src/contrib/fields_6.01.tar.gz'
Content type 'application/x-gzip' length 3670039 bytes (3.5 Mb)
opened URL
==================================================
downloaded 3.5 Mb

trying URL 'http://probability.ca/cran/src/contrib/sm_2.2-3.tar.gz'
Content type 'application/x-gzip' length 152308 bytes (148 Kb)
opened URL
==================================================
downloaded 148 Kb

trying URL 'http://probability.ca/cran/src/contrib/rpanel_1.0-5.tar.gz'
Content type 'application/x-gzip' length 695870 bytes (679 Kb)
opened URL
==================================================
downloaded 679 Kb

trying URL 'http://probability.ca/cran/src/contrib/kinship_1.1.0-23.tar.gz'
Content type 'application/x-gzip' length 1229419 bytes (1.2 Mb)
opened URL
==================================================
downloaded 1.2 Mb

trying URL 'http://probability.ca/cran/src/contrib/snow_0.3-3.tar.gz'
Content type 'application/x-gzip' length 18618 bytes (18 Kb)
opened URL
==================================================
downloaded 18 Kb

trying URL 'http://probability.ca/cran/src/contrib/rpvm_1.0.2.tar.gz'
Content type 'application/x-gzip' length 62737 bytes (61 Kb)
opened URL
==================================================
downloaded 61 Kb

trying URL 'http://probability.ca/cran/src/contrib/rlecuyer_0.3-1.tar.gz'
Content type 'application/x-gzip' length 10525 bytes (10 Kb)
opened URL
==================================================

... could not capture all output



hecking mpi.h presence... no
checking for mpi.h... no
configure: error: "Cannot find mpi.h header file"
ERROR: configuration failed for package ‘Rmpi’
* removing ‘/usr/local/lib/R/site-library/Rmpi’
* installing *source* package ‘nws’ ...
** R


  pointer and integer
tcltkimg.c:463: warning: implicit declaration of function ‘Tk_CreateImageType’
tcltkimg.c:463: error: ‘RplotImageType’ undeclared (first use in this function)
tcltkimg.c:465: warning: implicit declaration of function ‘Tcl_PkgProvide’
tcltkimg.c: In function ‘Rplot_SafeInit’:
tcltkimg.c:469: error: expected declaration specifiers before ‘Tcl_Interp’
tcltkimg.c:470: warning: type of ‘interp’ defaults to ‘int’
make: *** [tcltkimg.o] Error 1
ERROR: compilation failed for package ‘tkrplot’
* removing ‘/usr/local/lib/R/site-library/tkrplot’
* installing *source* package ‘rgl’ ...
checking for gcc... gcc -std=gnu99
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes


** preparing package for lazy loading
** help
*** installing help indices
** building package indices ...
* DONE (bitops)
* installing *source* package ‘RGtk2’ ...
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBGLADE... no
configure: WARNING: libglade not found
checking for INTROSPECTION... no
checking for GTK... no
configure: error: GTK version 2.8.0 required
ERROR: configuration failed for package ‘RGtk2’
* removing ‘/usr/local/lib/R/site-library/RGtk2’


checking for sqlext.h... no
configure: error: "ODBC headers sql.h and sqlext.h not found"
ERROR: configuration failed for package ‘RODBC’
* removing ‘/usr/local/lib/R/site-library/RODBC’
* installing *source* package ‘RSvgDevice’ ...
** libs


* DONE (spatstat)
* installing *source* package ‘snowFT’ ...
** R
** preparing package for lazy loading
Error : package 'rpvm' required by 'snowFT' could not be found
ERROR: lazy loading failed for package ‘snowFT’
* removing ‘/usr/local/lib/R/site-library/snowFT’
* installing *source* package ‘mlogit’ ...
** R


** demo
** preparing package for lazy loading
Warning in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) :
   there is no package called 'rgl'
Error : package 'rgl' could not be loaded
ERROR: lazy loading failed for package ‘shapes’
* removing ‘/usr/local/lib/R/site-library/shapes’
* installing *source* package ‘multcomp’ ...
** R
** data
**  moving datasets to lazyload DB


  building package indices ...
* DONE (gdata)
* installing *source* package ‘gWidgetsRGtk2’ ...
** R
** inst
** preparing package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths())) :
   there is no package called 'RGtk2'
ERROR: lazy loading failed for package ‘gWidgetsRGtk2’
* removing ‘/usr/local/lib/R/site-library/gWidgetsRGtk2’
* installing *source* package ‘odfWeave’ ...
** R
** inst
** preparing package for lazy loading
Warning in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) :
   there is no package called 'XML'
Error : package 'XML' could not be loaded
ERROR: lazy loading failed for package ‘odfWeave’
* removing ‘/usr/local/lib/R/site-library/odfWeave’
* installing *source* package ‘reshape’ ...


* DONE (fSeries)
* installing *source* package ‘VIM’ ...
** R
** data
** inst
** preparing package for lazy loading
Loading Tcl/Tk interface ... done
Warning in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) :
   there is no package called 'tkrplot'
Error : package 'tkrplot' could not be loaded
ERROR: lazy loading failed for package ‘VIM’
* removing ‘/usr/local/lib/R/site-library/VIM’
* installing *source* package ‘strucchange’ ...
** R
** data
**  moving datasets to lazyload DB


** building package indices ...
* DONE (latticist)
* installing *source* package ‘playwith’ ...
** libs
gcc -std=gnu99 -I/usr/share/R/include      -fpic  -g -O2 -c interrupt.c -o interrupt.o
gcc -std=gnu99 -shared -o playwith.so interrupt.o -L/usr/lib/R/lib -lR
** R
** demo
** inst
** preparing package for lazy loading
Warning in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) :
   there is no package called 'cairoDevice'
Error : package 'cairoDevice' could not be loaded
ERROR: lazy loading failed for package ‘playwith’
* removing ‘/usr/local/lib/R/site-library/playwith’
* installing *source* package ‘rattle’ ...
** R
** data
**  moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Error : package 'pmml' required by 'rattle' co

----------------
The downloaded packages are in
	‘/tmp/RtmpRtEt2L/downloaded_packages’
There were 20 warnings (use warnings() to see them)
 >  pointer and integer
Error: unexpected symbol in " pointer and"
 > tcltkimg.c:463: warning: implicit declaration of function ‘Tk_CreateImageType’
Error: unexpected symbol in "tcltkimg.c:463: warning: implicit declaration"
 > tcltkimg.c:463: error: ‘RplotImageType’ undeclared (first use in this function)
Error: unexpected input in "tcltkimg.c:463: error:
 > tcltkimg.c:465: warning: implicit declaration of function ‘Tcl_PkgProvide’
Error: unexpected symbol in "tcltkimg.c:465: warning: implicit declaration"
 > tcltkimg.c: In function ‘Rplot_SafeInit’:
Error: unexpected 'function' in "tcltkimg.c: In function"
 > tcltkimg.c:469: error: expected declaration specifiers before ‘Tcl_Interp’
Error: unexpected symbol in "tcltkimg.c:469: error: expected declaration"
 > tcltkimg.c:470: warning: type of ‘interp’ defaults to ‘int’
Error: unexpected symbol in "tcltkimg.c:470: warning: type of"
 > make: *** [tcltkimg.o] Error 1
Error: unexpected '^' in "make: **"
 > ERROR: compilation failed for package ‘tkrplot’
Error: unexpected symbol in "ERROR: compilation failed"
 > * removing ‘/usr/local/lib/R/site-library/tkrplot’
Error: unexpected '*' in "*"
 > * installing *source* package ‘rgl’ ...
Error: unexpected '*' in "*"
 > checking for gcc... gcc -std=gnu99
Error: unexpected 'for' in "checking for"
 > checking for C compiler default output file name... a.out
Error: unexpected 'for' in "checking for"
 > checking whether the C compiler works... yes
Error: unexpected symbol in "checking whether"
 >


Try update.packages()

Updated foreign, rpart

 > install.packages("rattle")
Warning in install.packages("rattle") :
   argument 'lib' is missing: using '/usr/local/lib/R/site-library'
also installing the dependencies ‘XML’, ‘pmml’

trying URL 'http://probability.ca/cran/src/contrib/XML_2.6-0.tar.gz'
Content type 'application/x-gzip' length 680366 bytes (664 Kb)
opened URL
==================================================
downloaded 664 Kb

trying URL 'http://probability.ca/cran/src/contrib/pmml_1.2.21.tar.gz'
Content type 'application/x-gzip' length 41585 bytes (40 Kb)
opened URL
==================================================
downloaded 40 Kb

trying URL 'http://probability.ca/cran/src/contrib/rattle_2.5.20.tar.gz'
Content type 'application/x-gzip' length 976700 bytes (953 Kb)
opened URL
==================================================
downloaded 953 Kb

* installing *source* package ‘XML’ ...
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for sed... /bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking for xml2-config... no
Cannot find xml2-config
ERROR: configuration failed for package ‘XML’
* removing ‘/usr/local/lib/R/site-library/XML’
* installing *source* package ‘pmml’ ...
** R
** preparing package for lazy loading
Warning in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) :
   there is no package called 'XML'
Error : package 'XML' could not be loaded
ERROR: lazy loading failed for package ‘pmml’
* removing ‘/usr/local/lib/R/site-library/pmml’
* installing *source* package ‘rattle’ ...
** R
** data
**  moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Error : package 'pmml' required by 'rattle' could not be found
ERROR: lazy loading failed for package ‘rattle’
* removing ‘/usr/local/lib/R/site-library/rattle’

The downloaded packages are in
	‘/tmp/RtmpRtEt2L/downloaded_packages’
Warning messages:
1: In install.packages("rattle") :
   installation of package 'XML' had non-zero exit status
2: In install.packages("rattle") :
   installation of package 'pmml' had non-zero exit status
3: In install.packages("rattle") :
   installation of package 'rattle' had non-zero exit status
 >
 >

debian:/home/user# sudo apt-get install r-cran-pmml
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
   r-cran-pmml: Depends: r-cran-xml but it is not going to be installed
E: Broken packages
debian:/home/user# sudo apt-get install r-cran-xml
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
   r-cran-xml: Depends: libxml2 (>= 2.7.4) but 2.6.32.dfsg-5+lenny1 is to be installed
E: Broken packages
debian:/home/user#



More information about the R-SIG-Debian mailing list