Henrik Bengtsson wrote: > Same in R v2.2.1 patched (2006-01-01 r36947) and Rv2.3.0 (2006-01-01 > r36947). /Henrik > > Thomas Steiner wrote: > >>options(chmhelp=TRUE) >>help(package=fCalendar) >> >>does not open teh windows help browser, but >> >>help(CalendarData, package=fCalendar) >> >>does. Why? A bug?
Because help on a *package* (help(package=fCalendar)) shows a text representation containing well formatted information from the files DESCRIPTION and Index of a package. This is not converted to ANY other help format. Help on a *function* (help(CalendarData, package=fCalendar)) CAN be converted to chm, and this happens for CRAN binary packages for Windows. Uwe Ligges >>I use R 2.1.1 under Windows2000 >>Thomas >> >>______________________________________________ >>[email protected] mailing list >>https://stat.ethz.ch/mailman/listinfo/r-help >>PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html >> >> > > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
