<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>205103</bug_id>
          
          <creation_ts>2008-01-09 19:37 0000</creation_ts>
          <short_desc>dev-lang/R paths in packages.html incorrect</short_desc>
          <delta_ts>2008-01-17 11:56:52 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>s-luppescu@uchicago.edu</reporter>
          <assigned_to>sci@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>s-luppescu@uchicago.edu</who>
            <bug_when>2008-01-09 19:37:04 0000</bug_when>
            <thetext>dev-lang/R-2.6.1: In the file /usr/share/doc/R-2.6.1/html/packages.html the paths to the html help files are incorrect. The paths are given as (for example):
a href=&quot;../../library/graphics/html/00Index.html&quot; where the correct path to the file is:
/usr/lib/R/library/graphics/html/00Index.html
(The file on my amd64 machine is at 
/usr/lib64/R/library/graphics/html/00Index.html)

This exists in R version 2.6.0 and 2.6.1, perhaps others.

Reproducible: Always




I did a search and replace in packages.html, replacing ../../library with /usr/lib64/R/library and now all seems fine, but I don&apos;t know what to fix in the ebuild, or I would submit a patch. Sorry.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>markusle@gentoo.org</who>
            <bug_when>2008-01-10 14:35:31 0000</bug_when>
            <thetext>Hi Stuart,

Thanks much for your report and I can see your problem
now. The way I use the docs is by simply typing

help.start()

which should generate a local copy of the docs in /tmp
and fire up a browser with the help index (you may
have to export BROWSER=&lt;your browser here&gt;
before starting R if you don&apos;t use one of the defaults).
This way should work fine.

I&apos;ll see that I can fix your problem without screwing up
R&apos;s help.start() behavior (if possible).

Thanks,
Markus</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bicatali@gentoo.org</who>
            <bug_when>2008-01-17 11:56:52 0000</bug_when>
            <thetext>Fixed in R-2.6.1-r1. Re-open if it still happens after updating.

Thanks.
</thetext>
          </long_desc>
      
    </bug>

</bugzilla>