CRAN_Status_Badge AppVeyor Build Status Travis-CI Build Status Coverage Status

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)
options(repos = "https://cran.r-project.org")

thankr

standing on the shoulders of giants

Find out what packages you use and maybe thank the authors :)

Install

From CRAN

install.packages("thankr")

Latest development version

devtools::install_github("dirkschumacher/thankr")

Usage

library(thankr)
# identifies the packages currently loaded in your session
shoulders() # equal to shoulders("session")
# shows all maintainers of your package library
shoulders("library")
# find out about a specific package
# by default it lists all dependencies of that package as well
shoulders("package", "ropenaq", include_dependencies = FALSE)
shoulders("package", "ropenaq")

Only in the development version

Everything here is still work in progress. Any feedback appreciated.

Find out what packages you have already starred on Github. Inspired by the node module appreciate.

gh_starred(c("ropenaq", "Rcpp", "dplyr"))

If you are developing a package, you can call appreciate in your working directory. If there is a DESCRIPTION file, it parses it and checks if you have already starred the dependencies on github. The function fails, if the working directory does not contain a DESCRIPTION file.

thankr::appreciate()

Contributing

If you found a bug or want to propose a feature, feel free to visit the issues page.



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