Package: r-base-core
Version: 2.15.2-1
Severity: normal

Hi Dirk,

while checking if R could be useful on my NAS, I noticed that the built-in
datasets are not loaded. I am writing this bug report from a fresh sid chroot
environment.

A short version of the session I just had:

        R version 2.15.2 (2012-10-26) -- "Trick or Treat"
        Copyright (C) 2012 The R Foundation for Statistical Computing
        ISBN 3-900051-07-0
        Platform: arm-unknown-linux-gnueabi (32-bit)

        [snip]

        > stackloss
        Fehler: Objekt 'stackloss' nicht gefunden
        > data(stackloss)
        Warning message:
        In data(stackloss) : data set 'stackloss' not found
        > data()
        no data sets found

        [snip]

However, the datasets are all there

        $ ls /usr/lib/R/library/datasets/data/
        AirPassengers.R   JohnsonJohnson.R    UCBAdmissions.R          
airquality.tab  eurodist.R  nottem.R              sunspot.year.R
        BJsales.R         LakeHuron.R         UKDriverDeaths.R         
anscombe.R      faithful.R  occupationalStatus.R  sunspots.R
        BOD.R             LifeCycleSavings.R  UKLungDeaths.R           attenu.R 
       freeny.R    precip.R              swiss.tab
        CO2.rda           Loblolly.R          UKgas.R                  
attitude.R      infert.R    presidents.R          treering.R
        ChickWeight.R     Nile.R              USAccDeaths.R            
austres.R       iris.R      pressure.R            trees.R
        DNase.R           Orange.R            USArrests.tab            
beavers.R       iris3.R     quakes.tab            uspop.R
        EuStockMarkets.R  OrchardSprays.R     USJudgeRatings.R         cars.R   
       islands.R   randu.R               volcano.R
        Formaldehyde.R    PlantGrowth.R       USPersonalExpenditure.R  
chickwts.R      lh.R        rivers.R              warpbreaks.R
        HairEyeColor.R    Puromycin.R         VADeaths.R               co2.R    
       longley.R   rock.tab              women.R
        Harman23.cor.R    Seatbelts.R         WWWusage.R               
crimtab.rda     lynx.R      sleep.R
        Harman74.cor.R    Theoph.R            WorldPhones.R            
discoveries.R   morley.tab  stackloss.R
        Indometh.R        Titanic.R           ability.cov.R            esoph.R  
       mtcars.R    state.R
        InsectSprays.R    ToothGrowth.R       airmiles.R               euro.R   
       nhtemp.R    sunspot.month.R

Trying to help data() does not help:

        > data(stackloss, package = "datasets", lib.loc = "/usr/lib/R/library")
        Warning message:
        In data(stackloss, package = "datasets", lib.loc = 
"/usr/lib/R/library") :
          data set 'stackloss' not found

Some additional information that may or may not help: Strangely enough, an R
2.15.2 backport to squeeze on this same box does not do lazy-loading either,
but at least finds the dataset using data():

        > stackloss
        Fehler: Objekt 'stackloss' nicht gefunden
        > data(stackloss)
        > head(stackloss)
          Air.Flow Water.Temp Acid.Conc. stack.loss
        1       80         27         89         42
        2       80         27         88         37
        3       75         25         90         37
        4       62         24         87         28
        5       62         22         87         18
        6       62         23         87         18

Any idea? Let me know what I can do to help.

Cheers,

Johannes


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: armel (armv5tel)

Kernel: Linux 2.6.32-5-kirkwood
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages r-base-core depends on:
ii  libblas3 [libblas.so.3]      1.2.20110419-5
ii  libbz2-1.0                   1.0.6-4
ii  libc6                        2.13-37
ii  libcairo2                    1.12.2-2
ii  libgcc1                      1:4.7.2-4
ii  libgfortran3                 4.7.2-4
ii  libglib2.0-0                 2.33.12+really2.32.4-3
ii  libgomp1                     4.7.2-4
ii  libice6                      2:1.0.8-2
ii  libjpeg8                     8d-1
ii  liblapack3 [liblapack.so.3]  3.4.1-6
ii  liblzma5                     5.1.1alpha+20120614-2
ii  libpango1.0-0                1.30.0-1
ii  libpaper-utils               1.1.24+nmu2
ii  libpcre3                     1:8.31-1
ii  libpng12-0                   1.2.49-3
ii  libreadline6                 6.2-9
ii  libsm6                       2:1.2.1-2
ii  libtiff4                     3.9.6-9
ii  libx11-6                     2:1.5.0-1
ii  libxext6                     2:1.3.1-2
ii  libxss1                      1:1.2.2-1
ii  libxt6                       1:1.1.3-1
ii  tcl8.5                       8.5.11-2
ii  tk8.5                        8.5.11-2
ii  ucf                          3.0025+nmu3
ii  unzip                        6.0-8
ii  xdg-utils                    1.1.0~rc1+git20111210-6
ii  zip                          3.0-6
ii  zlib1g                       1:1.2.7.dfsg-13

Versions of packages r-base-core recommends:
ii  r-base-dev     2.15.2-1
ii  r-doc-html     2.15.2-1
ii  r-recommended  2.15.2-1

Versions of packages r-base-core suggests:
pn  ess                     <none>
pn  r-base-html             <none>
pn  r-doc-info | r-doc-pdf  <none>
pn  r-mathlib               <none>

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to