search for: ooindex

Displaying 1 result from an estimated 1 matches for "ooindex".

Did you mean: omindex
2009 Sep 07
0
R CMD INSTALL --clean
...h2>\n", txt ) } link <- function( txt, href ){ sprintf( '<a href="%s">%s</a>', href, txt ) } line <- function( link, txt ){ sprintf( '<tr><td width="25%%">%s</td>\n<td>%s</td></tr>\n', link, txt ) } ooindex.file <- file.path( Sys.getenv( "R_PACKAGE_DIR" ) , "html", "00Index.html" ) if( file.exists( ooindex.file ) ){ # read the 00Index.html file ooindex <- readLines( ooindex.file ) bottom <- grep( "^</table>", ooindex) bottom <- bottom[ len...