MyPackage has different families of functions described below
Return the description of the current package.
Details
This function uses the utils::packageName() function to get the name of the current package,
and then calls utils::packageDescription() to retrieve the package description. The fields parameter
can be used to specify which fields to extract from the package description. If fields is not specified,
all fields will be returned.
Examples
if (FALSE) { # \dontrun{
desc <- getPackageDescription()
print(desc)
} # }
