Uses packageDescription to get details about given package from R library on local machine.
Currently only supports CRAN and GitHub packages
Usage
get_package_details(pkg_name)
Arguments
pkg_name
package name
Value
A list of package characteristics.
"Package", "Repository", and "Version" for CRAN packages.
"Package", "GithubUsername", "GithubRepo", "GithubRef", and "GithubSHA1" for Github packages.