desc_stats | R Documentation |
Statistics from DESCRIPTION files
desc_stats(path)
path |
Directory to source code of package being analysed |
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.
Other stats:
loc_stats()
,
pkgstats()
,
pkgstats_summary()
,
rd_stats()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.