R.oo (version 1.0.3)

getUrl.Package: Gets the URL of this package

Description

Gets the URL of this package as specified by the DESCRIPTION file.

Usage

## S3 method for class 'Package}(this, ...)':
getUrlundefined

...{Not used.}

Returns a character string.

pkg <- Package("R.oo")
  print(getUrl(pkg))

[object Object]

For more information see Package.

Arguments