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