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

# S3 method for class 'Package'
getUrl(this, ...)

Arguments

...

Not used.

Value

Returns a character string.

Author

Henrik Bengtsson

See also

For more information see Package.

Examples

  pkg <- Package("R.oo")
  print(getUrl(pkg))
#> [1] "https://henrikbengtsson.github.io/R.oo/,\nhttps://github.com/HenrikBengtsson/R.oo"