/PackageBrowser

Browse R Packages

Primary LanguageRGNU General Public License v3.0GPL-3.0

PackageBrowser

Browse list of R Packages:

  • Downloads list of active packages from CRAN;
  • Enables searches using regular expressions;
  • Advanced searching possible using the Search tab: enables searches using multiple expressions & negation of the individual expressions in the list of expressions;

Installation

Install the package directly from GitHub or download the source files.

Example

Load the package and start the app:

### Load library

# if installed;
library(PackageBrowser)

# otherwise:
path = "..."
devtools::document(path)
devtools::load_all(path)


### Start App
runApp()

In the Data tab click the All button: this will download the list of all active packages from the CRAN server.

The packages are displayed in a DataTable. It is possible to filter the list of packages using various filters, including regular expressions. More advanced filters are available in the Search tab.

The Open button opens the specific CRAN web page for the currently selected package.

The Reverse button loads the list of reverse dependencies for the current package.

The Archived tab displays the list of packages that were archived on CRAN. The list is loaded automatically.

Note: it may take 5-10 s to load the data.

Other Packages