README.md

motivator: Keep and improve working motivation.

Project Status: Wip - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Travis-CI Build Status CRAN_Status_Badge

Description

Visualize your R working activity log.

Enjoy, your R work :)

Installation

To install the development version use the {devtools} package or {githubinstall} etc.:

# install.packages("devtools")
# devtools:install_github("hoxo-m/githubinstall")
githubinstall::install_github_package("uribo/motivator")

Demo

Setup

library(motivator)
activity %>% head()

Try, below command in some R files exist directory.

gen_report() %>% head()

Plot Acitivity

Plot Year Activity (like a GitHub Contributions calendar)

GitHub Contributions calendar

Visualize GitHub Contribution

indicate_gh_contribution(username = "uribo") # change to your username

SHINCHOKU DOUDESUKA

What about progress?

# If exsit .git directory.
shinchoku_test(goal = 10)


uribo/motivator documentation built on May 3, 2019, 2:37 p.m.