Your message dated Sat, 14 Jan 2006 09:28:08 -0600
with message-id <[EMAIL PROTECTED]>
and subject line Bug#348064: r-base: help(hist) references a non-existant file
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 14 Jan 2006 14:34:36 +0000
>From [EMAIL PROTECTED] Sat Jan 14 06:34:36 2006
Return-path: <[EMAIL PROTECTED]>
Received: from ptb-relay01.plus.net ([212.159.14.212])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1ExmUG-0005te-Mq
        for [EMAIL PROTECTED]; Sat, 14 Jan 2006 06:34:36 -0800
Received: from [212.159.16.190] (helo=localhost)
         by ptb-relay01.plus.net with esmtp (Exim) id 1ExmUF-0000jk-8Z
        for [EMAIL PROTECTED]; Sat, 14 Jan 2006 14:34:35 +0000
Received: from gpk by localhost with local (Exim 4.60)
        (envelope-from <[EMAIL PROTECTED]>)
        id 1ExmUD-0000BN-Qi; Sat, 14 Jan 2006 14:34:33 +0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Greg Kochanski <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: r-base: help(hist) references a non-existant file
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.18
Date: Sat, 14 Jan 2006 14:34:33 +0000
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: r-base
Severity: normal


When you call help(topic) after help.start(), then the help
system looks for a nonexistant HTML file, which is in
an improper location anyway (help files shouldn't be
in /usr/lib).

> help(hist)
># The above command works OK
> help.start()
Making links in per-session dir ...
If 'sensible-browser' is already running, it is *not* restarted, and
    you must switch to its window.
    Otherwise, be patient ...
> help(hist)
Error in 
print.help_files_with_topic("/usr/lib/R/library/graphics/html/hist.html") : 
        No HTML help for 'hist' is available:
        corresponding file is missing
>

Note: I have the Debian package r-doc-html installed.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

---------------------------------------
Received: (at 348064-done) by bugs.debian.org; 14 Jan 2006 15:28:45 +0000
>From [EMAIL PROTECTED] Sat Jan 14 07:28:45 2006
Return-path: <[EMAIL PROTECTED]>
Received: from rwcrmhc11.comcast.net ([216.148.227.151])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1ExnKf-0004f9-PW
        for [EMAIL PROTECTED]; Sat, 14 Jan 2006 07:28:45 -0800
Received: from basebud.nulle.part 
(c-67-174-11-185.hsd1.il.comcast.net[67.174.11.185])
          by comcast.net (rwcrmhc11) with ESMTP
          id <2006011415281001300d73ele>; Sat, 14 Jan 2006 15:28:15 +0000
Received: from edd by basebud.nulle.part with local (Exim 4.60)
        (envelope-from <[EMAIL PROTECTED]>)
        id 1ExnK4-0003Pk-71; Sat, 14 Jan 2006 09:28:09 -0600
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 14 Jan 2006 09:28:08 -0600
To: Greg Kochanski <[EMAIL PROTECTED]>,
    [EMAIL PROTECTED]
Subject: Re: Bug#348064: r-base: help(hist) references a non-existant file
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
X-Mailer: VM 7.19 under Emacs 21.4.1
From: Dirk Eddelbuettel <[EMAIL PROTECTED]>
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
        RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02


On 14 January 2006 at 14:34, Greg Kochanski wrote:
| Package: r-base
| Severity: normal
| 
| 
| When you call help(topic) after help.start(), then the help
| system looks for a nonexistant HTML file, which is in
| an improper location anyway (help files shouldn't be
| in /usr/lib).
| 
| > help(hist)
| ># The above command works OK
| > help.start()
| Making links in per-session dir ...
| If 'sensible-browser' is already running, it is *not* restarted, and
|     you must switch to its window.
|     Otherwise, be patient ...
| > help(hist)
| Error in 
print.help_files_with_topic("/usr/lib/R/library/graphics/html/hist.html") : 
|       No HTML help for 'hist' is available:
|       corresponding file is missing
| >

User error. 

As discussed following your first bug report, you don't have the package
r-doc-html installed. You do need it for this functionality.

Dirk
 
| Note: I have the Debian package r-doc-html installed.
| 
| -- System Information:
| Debian Release: testing/unstable
|   APT prefers testing
|   APT policy: (500, 'testing')
| Architecture: i386 (i686)
| Shell:  /bin/sh linked to /bin/bash
| Kernel: Linux 2.6.12-1-686
| Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
| 

-- 
Hell, there are no rules here - we're trying to accomplish something. 
                                                  -- Thomas A. Edison


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to