getUrl.Package.Rd
Gets the URL of this package as specified by the DESCRIPTION file.
DESCRIPTION
# S3 method for class 'Package' getUrl(this, ...)
Not used.
Returns a character string.
character
Henrik Bengtsson
For more information see Package.
Package
pkg <- Package("R.oo") print(getUrl(pkg)) #> [1] "https://github.com/HenrikBengtsson/R.oo"