[R] HTML masked (due to Rpad?)

Duncan Murdoch murdoch at stats.uwo.ca
Sat Jun 3 13:04:23 CEST 2006


On 6/3/2006 12:11 AM, roger bos wrote:
> With an older verion of R (I think 2.2.0) and an older version of Rpad I
> used to use HTML(go, collapse=false) where go is list of objects returned by
> a function and this worked great.  Now that I have done some upgrading (to R
> 2.3.1 and Rpad 1.1.0) its not working right.  I also get a warning when I
> start R that HTML is masked.  And when I do ?HTML R tells me that HTML shows
> up in to places, Rpad and R2HTML.  Is anything wrong with that?  I
> wouldn't think so because R2HTML is a required package for Rpad.  Does
> anyone have any suggestions for me?  TIA, Roger

I'd contact the maintainers of the respective packages.  What it looks 
like is that they have not coordinated their changes, i.e. most likely 
R2HTML added a function named HTML in a recent release.

The maintainers are available via "library(help=pkgname)" (or sometimes 
"package?pkgname" or just "?pkgname").

Duncan Murdoch

> 
> 
> Loading required package: R2HTML
> 
> Attaching package: 'Rpad'
> 
> 
>         The following object(s) are masked from package:R2HTML :
> 
>          HTML
> 
> 
> 
>> ?HTML
> Help on topic 'HTML' was found in the following packages:
> 
>   Package               Library
>   Rpad                  C:/PROGRA~1/R/R-23~1.1/library
>   R2HTML                C:/PROGRA~1/R/R-23~1.1/library
> 
> Using the first match ...
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at 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



More information about the R-help mailing list