\n";
}
$firstletter = $aliasfirst;
}
## skip method aliases.
$generic = $alias;
$generic =~ s/\.data\.frame$/.dataframe/o;
$generic =~ s/\.model\.matrix$/.modelmatrix/o;
$generic =~ s/\.[^.]+$//o;
next if $alias =~ /<-$/o || $generic =~ /<-$/o;
if ($generic ne "" && $generic eq $current &&
$file eq $currentfile && $generic ne "ar") {
next;
} else { $current = $alias; $currentfile = $file;}
my $title = striptitle($main::alltitles{$alias});
print htmlfile "| " .
encodealias($alias) . " | \n$title |
\n";
if($main::opt_chm) {
print chmfile "| " .
encodealias($alias) . " | \n$title |
\n";
}
}
}
print htmlfile "
\n";
print htmlfile "