Print function for an object of package_description class

# S3 method for package_description
print(x, ...)

Arguments

x

An object of package_description class.

...

other

Examples

library(deepdep) description <- get_description("ggplot2") description
#> digest: Create Compact Hash Digests of R Objects #> Maintainer: Dirk Eddelbuettel <edd@debian.org> #> Description: #> Implementation of a function 'digest()' for the creation #> of hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', #> 'crc32', 'xxhash', 'murmurhash' and 'spookyhash' algorithms) permitting easy #> comparison of R language objects, as well as functions such as'hmac()' to #> create hash-based message authentication code. Please note that this package #> is not meant to be deployed for cryptographic purposes for which more #> comprehensive (and widely tested) libraries such as 'OpenSSL' should be #> used. #> Depends: R #> Imports: utils #> LinkingTo: #> Suggests: tinytest knitr rmarkdown #> Enhances: #> Scrap date: 2020-02-23 00:56:25