Package: badgecreatr
Title: Create Badges for 'Travis', 'Repostatus' 'Codecov.io' Etc in
        Github Readme
Version: 0.2.0
Authors@R: person("Roel M.", "Hogervorst", email ="hogervorst.rm@gmail.com", role = c("cre", "aut"))
Description: Tired of copy and pasting almost identical markdown for badges in
    every new R-package that you create, on Github or other code-sharing sites? 
    This package allows you to easily paste badges. If you want to, it will also search 
    your DESCRIPTION file and extract the package name,
    license, 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 can be placed
    individually or can be placed below the top "YAML"" content of your "RMarkdown 
    file" (Readme.Rmd) or "README.md" file. 
    Currently creates badges for  Projectstatus ("Repostatus.org"), license
    Travis Build Status, Codecov, Minimal R version, CRAN status, CRAN downloads, 
    Github stars and forks, Package rank, rdocumentation, 
    current version of your package and last change of "README.Rmd".
Depends: R (>= 3.2.4)
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/RMHogervorst/badgecreatr,
        https://rmhogervorst.nl/badgecreatr
BugReports: https://github.com/RMHogervorst/badgecreatr/issues
Suggests: testthat, rmarkdown, knitr
RoxygenNote: 6.1.1
Imports: git2r
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-01-05 17:47:37 UTC; roel
Author: Roel M. Hogervorst [cre, aut]
Maintainer: Roel M. Hogervorst <hogervorst.rm@gmail.com>
Repository: CRAN
Date/Publication: 2019-01-07 19:10:15 UTC
Built: R 4.0.2; ; 2020-08-02 06:41:11 UTC; windows
