Directory to source code of package being analysed
Value
A data.frame with one row and 16 columns extracting various
information from the 'DESCRIPTION' file, include websites, tallies of
different kinds of authors and contributors, and package dependencies.
# NOT RUN {f <- system.file ("extdata", "pkgstats_9.9.tar.gz", package = "pkgstats")
# have to extract tarball to call function on source code:path <- extract_tarball (f)
desc_stats (path)
# }