Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yonicd/rtravis
https://github.com/yonicd/rtravis
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yonicd/rtravis
- Owner: yonicd
- License: other
- Created: 2018-05-02T23:56:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T13:07:15.000Z (about 6 years ago)
- Last Synced: 2024-08-13T07:15:34.231Z (3 months ago)
- Language: R
- Size: 12.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - yonicd/rtravis - (R)
README
---
output: github_document
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```# rtravis
example
Tests and Coverage
05 September, 2018 19:23:06
This output is created by
[covrpage](https://github.com/yonicd/covrpage).## Coverage
Coverage summary is created using the
[covr](https://github.com/r-lib/covr) package.| Object | Coverage (%) |
| :------------------------------------------------- | :----------: |
| covrpage | 21.59 |
| [R/badge.R](../R/badge.R) | 0.00 |
| [R/coverage\_skip.R](../R/coverage_skip.R) | 0.00 |
| [R/covrpage\_snapshot.R](../R/covrpage_snapshot.R) | 0.00 |
| [R/covrpage.R](../R/covrpage.R) | 0.00 |
| [R/map\_testthat.R](../R/map_testthat.R) | 0.00 |
| [R/tencrypt.R](../R/tencrypt.R) | 0.00 |
| [R/vignette.R](../R/vignette.R) | 0.00 |
| [R/use\_covrpage.R](../R/use_covrpage.R) | 63.64 |
| [R/covrpage\_checks.R](../R/covrpage_checks.R) | 64.29 |
| [R/testthat\_summary.R](../R/testthat_summary.R) | 69.35 |
| [R/create\_chunks.R](../R/create_chunks.R) | 96.00 |
## Unit Tests
Unit Test summary is created using the
[testthat](https://github.com/r-lib/testthat)
package.| | file | n | time | error | failed | skipped | warning |
| ------------------- | :------------------------------------------------- | -: | ----: | ----: | -----: | ------: | ------: |
| test-check\_utils.R | [test-check\_utils.R](testthat/test-check_utils.R) | 5 | 0.067 | 0 | 0 | 0 | 0 |
| test-covrfuns.R | [test-covrfuns.R](testthat/test-covrfuns.R) | 6 | 0.074 | 0 | 0 | 0 | 0 |Show Detailed Test Results
| file | context | test | status | n | time |
| :----------------------------------------------------- | :------------------------- | :----------------------------- | :----- | -: | ----: |
| [test-check\_utils.R](testthat/test-check_utils.R#L4) | check for tests | tests are detected | PASS | 1 | 0.014 |
| [test-check\_utils.R](testthat/test-check_utils.R#L12) | check for packages | packages are detected | PASS | 3 | 0.023 |
| [test-check\_utils.R](testthat/test-check_utils.R#L22) | use covrpage | test use\_covrpage | PASS | 1 | 0.030 |
| [test-covrfuns.R](testthat/test-covrfuns.R#L5) | check summary covr | covr\_summary: standard input | PASS | 1 | 0.039 |
| [test-covrfuns.R](testthat/test-covrfuns.R#L9_L11) | check summary covr | covr\_summary: empty input | PASS | 1 | 0.001 |
| [test-covrfuns.R](testthat/test-covrfuns.R#L19) | check summary output types | with data: short | PASS | 1 | 0.017 |
| [test-covrfuns.R](testthat/test-covrfuns.R#L23) | check summary output types | with data: long | PASS | 1 | 0.016 |
| [test-covrfuns.R](testthat/test-covrfuns.R#L27) | check summary output types | with data: no data | PASS | 1 | 0.000 |
| [test-covrfuns.R](testthat/test-covrfuns.R#L35) | check covr to df | covr object to df: empty input | PASS | 1 | 0.001 |Session Info
| Field | Value |
| :------- | :---------------------------------- |
| Version | R version 3.5.1 (2018-07-02) |
| Platform | x86\_64-apple-darwin15.6.0 (64-bit) |
| Running | macOS High Sierra 10.13.5 |
| Language | en\_US |
| Timezone | America/New\_York || Package | Version |
| :------- | :------ |
| testthat | 2.0.0 |
| covr | 3.1.0 |
| covrpage | 0.0.54 |