Skip to content

Commit

Permalink
Updated README and added badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburngrads committed Jun 10, 2019
1 parent b08c10d commit b475f19
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 17 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ README.md
README_files/
^doc$
^Meta$
^codecov\.yml$
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

language: R
cache: packages

after_success:
- Rscript -e 'covr::codecov()'
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: SMRD
Type: Package
Title: Statistical Methods For Reliability Data
Version: 2019.06.06
Date: 2019-06-06
Version: 2019.06.10
Date: 2019-06-10
Authors@R: c(
person("Jason", "Freels",
email = "[email protected]",
Expand Down
16 changes: 9 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ knitr::opts_chunk$set(echo = TRUE)
library(SMRD)
```
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/SMRD2)](https://cran.r-project.org/package=SMRD2)
[![Travis build status](https://travis-ci.org/Auburngrads/SMRD2.svg?branch=master)](https://travis-ci.org/Auburngrads/SMRD2)
[![CRAN status](https://www.r-pkg.org/badges/version/SMRD)](https://cran.r-project.org/package=SMRD)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/Auburngrads/SMRD?branch=master&svg=true)](https://ci.appveyor.com/project/Auburngrads/SMRD)
[![Travis build status](https://travis-ci.org/Auburngrads/SMRD.svg?branch=master)](https://travis-ci.org/Auburngrads/SMRD)
[![Codecov test coverage](https://codecov.io/gh/Auburngrads/SMRD/branch/master/graph/badge.svg)](https://codecov.io/gh/Auburngrads/SMRD?branch=master)

## Background

Expand All @@ -37,7 +39,7 @@ if (packageVersion("devtools") < 1.6) {
devtools::install_github("Auburngrads/SMRD")
```

Please note that this package is currently experimental and is under very active development. If you encounter any problems or unexpected behaviours, please create a <a target="" href="https://github.com/Auburngrads/SMRD2/issues">**new issue**</a> and include a reporducible example.
Please note that this package is currently experimental and is under very active development. If you encounter any problems or unexpected behaviours, please create a <a target="" href="https://github.com/Auburngrads/SMRD/issues">**new issue**</a> and include a reporducible example.

## Getting started

Expand All @@ -51,7 +53,7 @@ SMRD::echapter(chapter = 1)

There are a number of remaining tasks to be completed before publishing <b>(% complete)</b>

- <a target="" href="https://github.com/Auburngrads/SMRD2/projects/1">**Update older R & S-Plus idioms to modern equivalents**</a>
- <a target="" href="https://github.com/Auburngrads/SMRD2/projects/1">**Update graphics objects**</a>
- <a target="" href="https://github.com/Auburngrads/SMRD2/projects/1">**Document datasets and exported functions**</a>
- <a target="" href="https://github.com/Auburngrads/SMRD2/projects/2">**Update for modern use-cases - literate programming/interactivity**</a>
- <a target="" href="https://github.com/Auburngrads/SMRD/projects/1">**Update older R & S-Plus idioms to modern equivalents**</a>
- <a target="" href="https://github.com/Auburngrads/SMRD/projects/1">**Update graphics objects**</a>
- <a target="" href="https://github.com/Auburngrads/SMRD/projects/1">**Document datasets and exported functions**</a>
- <a target="" href="https://github.com/Auburngrads/SMRD/projects/2">**Update for modern use-cases - literate programming/interactivity**</a>
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
:package: SMRD: Statistical Methods for Reliability Data
================
Jason K. Freels, William Q. Meeker, and Luis A. Escobar
<br/>07 June 2019
<br/>10 June 2019

[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN
status](https://www.r-pkg.org/badges/version/SMRD2)](https://cran.r-project.org/package=SMRD2)
status](https://www.r-pkg.org/badges/version/SMRD)](https://cran.r-project.org/package=SMRD)
[![AppVeyor build
status](https://ci.appveyor.com/api/projects/status/github/Auburngrads/SMRD?branch=master&svg=true)](https://ci.appveyor.com/project/Auburngrads/SMRD)
[![Travis build
status](https://travis-ci.org/Auburngrads/SMRD2.svg?branch=master)](https://travis-ci.org/Auburngrads/SMRD2)
status](https://travis-ci.org/Auburngrads/SMRD.svg?branch=master)](https://travis-ci.org/Auburngrads/SMRD)
[![Codecov test
coverage](https://codecov.io/gh/Auburngrads/SMRD/branch/master/graph/badge.svg)](https://codecov.io/gh/Auburngrads/SMRD?branch=master)

## Background

Expand Down Expand Up @@ -48,7 +52,7 @@ devtools::install_github("Auburngrads/SMRD")
Please note that this package is currently experimental and is under
very active development. If you encounter any problems or unexpected
behaviours, please create a
<a target="" href="https://github.com/Auburngrads/SMRD2/issues">**new
<a target="" href="https://github.com/Auburngrads/SMRD/issues">**new
issue**</a> and include a reporducible example.

## Getting started
Expand All @@ -67,11 +71,11 @@ SMRD::echapter(chapter = 1)
There are a number of remaining tasks to be completed before publishing
<b>(% complete)</b>

- <a target="" href="https://github.com/Auburngrads/SMRD2/projects/1">**Update
- <a target="" href="https://github.com/Auburngrads/SMRD/projects/1">**Update
older R & S-Plus idioms to modern equivalents**</a>
- <a target="" href="https://github.com/Auburngrads/SMRD2/projects/1">**Update
- <a target="" href="https://github.com/Auburngrads/SMRD/projects/1">**Update
graphics objects**</a>
- <a target="" href="https://github.com/Auburngrads/SMRD2/projects/1">**Document
- <a target="" href="https://github.com/Auburngrads/SMRD/projects/1">**Document
datasets and exported functions**</a>
- <a target="" href="https://github.com/Auburngrads/SMRD2/projects/2">**Update
- <a target="" href="https://github.com/Auburngrads/SMRD/projects/2">**Update
for modern use-cases - literate programming/interactivity**</a>
12 changes: 12 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
comment: false

coverage:
status:
project:
default:
target: auto
threshold: 1%
patch:
default:
target: auto
threshold: 1%

0 comments on commit b475f19

Please sign in to comment.