discoleo / PackageBrowser

Browse R Packages
GNU General Public License v3.0
0 stars 0 forks source link

PackageBrowser

Browse list of R Packages:

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