Browse Source

Removed code coverage (no tests in this release)

tags/0.1.4
Maxime Wack 5 years ago
parent
commit
e49b07af43
5 changed files with 421 additions and 2106 deletions
  1. +0
    -2
      .travis.yml
  2. +1
    -2
      DESCRIPTION
  3. +0
    -1
      NEWS
  4. +1
    -1
      README.Rmd
  5. +419
    -2100
      README.md

+ 0
- 2
.travis.yml View File

@@ -3,5 +3,3 @@
language: R
sudo: false
cache: packages
after_success:
- Rscript -e 'covr::codecov()'

+ 1
- 2
DESCRIPTION View File

@@ -22,7 +22,6 @@ Imports:
Suggests:
knitr,
rmarkdown,
survival,
covr
survival
RoxygenNote: 6.0.1
VignetteBuilder: knitr

+ 0
- 1
NEWS View File

@@ -2,7 +2,6 @@ Version 1.3.0

- Added travis CI to repo
- Added CRAN badge to repo
- Added code coverage to repo
- Corrected a typo in the README and vignette
- Bugfix for when a statistical function returns a warning AND an error
- Added NEWS file for future releases


+ 1
- 1
README.Rmd View File

@@ -7,7 +7,7 @@ output: github_document
knitr::opts_chunk$set(message = F, warning = F)
```

[![Travis-CI Build Status](https://travis-ci.org/MaximeWack/desctable.svg?branch=dev)](https://travis-ci.org/MaximeWack/desctable) [![Coverage Status](https://img.shields.io/codecov/c/github/MaximeWack/desctable/dev.svg)](https://codecov.io/github/MaximeWack/desctable?branch=dev) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/desctable)](https://cran.r-project.org/package=desctable) [![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/desctable)](http://www.r-pkg.org/pkg/desctable)
[![Travis-CI Build Status](https://travis-ci.org/MaximeWack/desctable.svg?branch=master)](https://travis-ci.org/MaximeWack/desctable) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/desctable)](https://cran.r-project.org/package=desctable) [![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/desctable)](http://www.r-pkg.org/pkg/desctable)

# Introduction



+ 419
- 2100
README.md
File diff suppressed because it is too large
View File


Loading…
Cancel
Save