badgecreatr: Create Badges for 'Travis', 'Repostatus' 'Codecov.io' Etc in Github Readme

Tired of copy and pasting almost identical markdown for badges in every new R package that you create on Github? This package will search your DESCRIPTION file and extract the package name, licence, R-version, and current projectversion and transform that into badges. It will also search for a .travis.yml file and create a 'Travis' badge, if you use 'Codecov.io' to check your code coverage after a 'Travis' build this package will also build a 'Codecov.io'-badge. All the badges will be placed below the top YAML content of your Rmarkdown file (Readme.Rmd). Currently creates badges for Projectstatus (Repostatus.org), licence travis build status, codecov, minimal R version, CRAN status, current version of your package and last change of Readme.Rmd.

Version: 0.1.0
Depends: R (≥ 3.2.4)
Imports: methods, stringr
Suggests: testthat
Published: 2016-07-03
Author: Roel M. Hogervorst [cre, aut]
Maintainer: Roel M. Hogervorst <hogervorst.rm at gmail.com>
BugReports: https://github.com/RMHogervorst/badgecreatr/issues
License: GPL-3
URL: https://github.com/RMHogervorst/badgecreatr
NeedsCompilation: no
Materials: README
CRAN checks: badgecreatr results

Downloads:

Reference manual: badgecreatr.pdf
Package source: badgecreatr_0.1.0.tar.gz
Windows binaries: r-devel: badgecreatr_0.1.0.zip, r-release: badgecreatr_0.1.0.zip, r-oldrel: badgecreatr_0.1.0.zip
OS X El Capitan binaries: r-release: badgecreatr_0.1.0.tgz
OS X Mavericks binaries: r-oldrel: badgecreatr_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=badgecreatr to link to this page.