Re: [R] 'help' information not modified when I modify man files

2006-09-22 Thread Uwe Ligges


John Tillinghast wrote:
 I am updating the Bioconductor package, LMGene. Thus I am modifying someone
 else's package, editing or writing new documentation, etc.
 
 When I modify the man files in LMGene  and install the library, it doesn't
 change the 'help' that R gives you. The 'help' you actually get in R is the
 same as before.
 
 I haven't been able to find an explanation in Writing R Extensions. The
 package I'm working with also contains a 'help' directory, which is not
 mentioned in WRE.
 
 When installing a package, how do I make sure that the 'man' files get used
 to generate the 'help' files?


The files in ./man are used automatically.
Are you sure you are using the modified version of package LMGene rather 
than the old one (perhaps installed into a different library?)?

Uwe Ligges


   [[alternative HTML version deleted]]
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] 'help' information not modified when I modify man files

2006-09-22 Thread John Tillinghast
The problem was that I was using the unzipped distributed package, rather
than the source. Once I got the source I was fine.
See http://bioconductor.org/packages/1.8/bioc/html/LMGene.html for links to
source and package. Installing from source works differently from installing
from a package, and it was messing me up.

Thanks
John

On 9/22/06, Uwe Ligges [EMAIL PROTECTED] wrote:



 John Tillinghast wrote:
  I am updating the Bioconductor package, LMGene. Thus I am modifying
 someone
  else's package, editing or writing new documentation, etc.
 
  When I modify the man files in LMGene  and install the library, it
 doesn't
  change the 'help' that R gives you. The 'help' you actually get in R is
 the
  same as before.
 
  I haven't been able to find an explanation in Writing R Extensions.
 The
  package I'm working with also contains a 'help' directory, which is not
  mentioned in WRE.
 
  When installing a package, how do I make sure that the 'man' files get
 used
  to generate the 'help' files?


 The files in ./man are used automatically.
 Are you sure you are using the modified version of package LMGene rather
 than the old one (perhaps installed into a different library?)?

 Uwe Ligges


[[alternative HTML version deleted]]
 
  __
  R-help@stat.math.ethz.ch mailing list
  https://stat.ethz.ch/mailman/listinfo/r-help
  PLEASE do read the posting guide
 http://www.R-project.org/posting-guide.html
  and provide commented, minimal, self-contained, reproducible code.


[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] 'help' information not modified when I modify man files

2006-09-21 Thread John Tillinghast
I am updating the Bioconductor package, LMGene. Thus I am modifying someone
else's package, editing or writing new documentation, etc.

When I modify the man files in LMGene  and install the library, it doesn't
change the 'help' that R gives you. The 'help' you actually get in R is the
same as before.

I haven't been able to find an explanation in Writing R Extensions. The
package I'm working with also contains a 'help' directory, which is not
mentioned in WRE.

When installing a package, how do I make sure that the 'man' files get used
to generate the 'help' files?

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.