appreciate: Appreciate your package dependencies

Description Usage Details Value References

Description

This function is meant to be used when developing a package. It extracts all package dependencies from the DESCRIPTION file in your working directory and checks if you have starred it on github (if those packages are hosted on github).

Usage

1

Details

Still under development. Api and names can change.

The function assumes that you have set an environment variable (either GITHUB_PAT or GITHUB_TOKEN) with a Github Access Token.

When using this function together with shoulders please note that once run for the first time additional packages are attached to your session.

Also take a look at the API documentation <https://developer.github.com/v3/> of Github and their terms of use before using this function.

Value

Always returns an invisible data.frame with three columns "username", "repository" and "starred". Also outputs that information to the console.

References

Inspired by <https://github.com/musically-ut/appreciate>


dirkschumacher/thankr documentation built on May 15, 2019, 8:50 a.m.