Create covrpage badge for test status and date that is connected to the README.md created in the tests directory.

make_badge(remote_origin = NULL, active_branch = NULL, tinyurl = TRUE)

Arguments

remote_origin

character, username/repo of the remote origin, Default: NULL

active_branch

character, current active git branch, Default: NULL

tinyurl

boolean, convert badge uri to tinyurl link, Default: TRUE

Value

character

Details

if either inputs are NULL then the .git file is inspected to gather the information

See also