Skip to content

amoeba/pkgsci

Repository files navigation

pkgsci

Travis build status

A set of utility functions for collating information about how people write packages.

Installation

remotes::install_githb("amoeba/pkgsci")

Usage

pkgsci processes directories containing .tar.gz files with R package sources. Assuming you have a directory on your computer, /tmp/packages, you can run:

library(pkgsci)

process_packages('/tmp/packages')

And you should be given a data.frame with columns:

  • package_name
  • package_version
  • name
  • arg
  • value

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages