RWeka (version 0.4-30)

WPM: Weka Package Manager

Description

Manage Weka packages.

Usage

WPM(cmd, ...)

Arguments

cmd
a character string specifying the action to be performed. Must be one of "refresh-cache", "list-packages", "package-info", "install-package", "remove-package", "toggle-load-status" or "load-packages" (or a unique abbreviation thereof).
...
character strings giving further arguments required for the action to be performed. See Details.

Details

Available actions and respective additional arguments are as follows.

Examples

Run this code
## Not run: 
# ## Start by building/refreshing the cache.
# WPM("refresh-cache")
# ## Show the packages installed locally.
# WPM("list-packages", "installed")
# ## Show the packages available from the central Weka package
# ## repository and not installed locally.
# WPM("list-packages", "available")
# ## Show repository information about package XMeans.
# WPM("package-info", "repository", "XMeans")
# ## End(Not run)

Run the code above in your browser using DataLab