Ever tried to find a specific function or algorithm in R that you're sure that someone has implemented in a CRAN package, but you don't know which one? Now you can find it, in the R Packages section of R community site inside-R.org.
The R Packages section now includes the ability to browse and search help files from R packages. Use the letter index to search for a particular package (say, ggplot2), and click on the Package Reference tab to browse the functions within the package:
Alternatively, search the documentation of all packages using the search box at top right:
To find packages (listed under "Crantastic Package" -- package ratings and comments are provided by crantastic.org) or functions (listed under "Contributed Package R Documentation Page") that match your search criteria:
If you find a function useful, you can share that information with others (including the package author) by commenting on the function page.
Inside-R: R Packages
Comments