Skip to content

compiled help pages

3 messages · Duncan Murdoch, Charles Annis, P.E.

#
On 02/05/2009 6:37 PM, Charles Annis, P.E. wrote:
? and ?? don't look at filenames, they look at the aliases within the 
file.  I'm guessing from your description that you changed the filename 
but didn't edit the alias to match.
help(package=newSTUFF) treats "newSTUFF" as a package name.

Duncan Murdoch
#
Thank you, Duncan!  You are right-as-rain:  I forgot to change the aliases.
A single change from \alias{STUFF} to \alias{newSTUFF} in the
newSTUFF-package.Rd file did the trick.

Thanks!

Charles Annis, P.E.

Charles.Annis at StatisticalEngineering.com
phone: 561-352-9699
eFax:  614-455-3265
http://www.StatisticalEngineering.com
 
-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On
Behalf Of Duncan Murdoch
Sent: Saturday, May 02, 2009 7:44 PM
To: Charles.Annis at statisticalengineering.com
Cc: r-help at r-project.org
Subject: Re: [R] compiled help pages
On 02/05/2009 6:37 PM, Charles Annis, P.E. wrote:
directory,
changed
I
The
the
? and ?? don't look at filenames, they look at the aliases within the 
file.  I'm guessing from your description that you changed the filename 
but didn't edit the alias to match.
help(package=newSTUFF) treats "newSTUFF" as a package name.

Duncan Murdoch
http://www.R-project.org/posting-guide.html
______________________________________________
R-help at r-project.org 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.