Learn R Programming

happybiRthday

happybiRthday is an R package 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!

Installation instructions

You can 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")

And then:

library(happybiRthday)
celebrate("Bohdan-Khomtchouk")

Copy Link

Version

Install

install.packages('happybiRthday')

Monthly Downloads

2

Version

0.0.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Bohdan Khomtchouk

Last Published

August 20th, 2017

Functions in happybiRthday (0.0.1)

celebrate

Celebrating software birthdays