Skip to content

Bohdan-Khomtchouk/happybiRthday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

happybiRthday

Travis-CI Build Status MIT license CRAN_Status_Badge

happybiRthday is an R package hosted on CRAN (https://cran.r-project.org/web/packages/happybiRthday/index.html) to calculate upcoming birthday dates of Github repos. Software creation is a big deal! A repository's initial commit date can be thought of as its birthday. Next time, drop in and wish a developer (any Github username) a happy birthday of their repo(s). Or maybe just toast to the upcoming anniversary of your own software repo! Life is too short not to celebrate the creation of software!

Usage

library(happybiRthday)
celebrate("hadley")  # congratulate & thank Hadley Wickham for his contributions

Installation instructions

install.packages("happybiRthday")
library(happybiRthday)

You could also install the current GitHub version using the devtools package and the following command in R:

if (!require("devtools")) install.packages("devtools")
devtools::install_github("Bohdan-Khomtchouk/happybiRthday")
library(happybiRthday)

About

Calculate upcoming birthday dates of Github repos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages