Skip to content

Commit

Permalink
remove travis badge and redocument
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaliga committed Nov 19, 2020
1 parent ade319e commit f3a787b
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 16 deletions.
1 change: 0 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R build status](https://github.com/vbaliga/pathviewR/workflows/R-CMD-check/badge.svg)](https://github.com/vbaliga/pathviewR/actions)
[![Travis build status](https://travis-ci.org/vbaliga/pathviewR.svg?branch=master)](https://travis-ci.org/vbaliga/pathviewR)
[![Codecov test coverage](https://codecov.io/gh/vbaliga/pathviewR/graph/badge.svg)](https://codecov.io/gh/vbaliga/pathviewR?branch=master)
[![](https://badges.ropensci.org/409_status.svg)](https://github.com/ropensci/software-review/issues/409)
<!-- badges: end -->
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ state and is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R build
status](https://github.com/vbaliga/pathviewR/workflows/R-CMD-check/badge.svg)](https://github.com/vbaliga/pathviewR/actions)
[![Travis build
status](https://travis-ci.org/vbaliga/pathviewR.svg?branch=master)](https://travis-ci.org/vbaliga/pathviewR)
[![Codecov test
coverage](https://codecov.io/gh/vbaliga/pathviewR/graph/badge.svg)](https://codecov.io/gh/vbaliga/pathviewR?branch=master)
[![](https://badges.ropensci.org/409_status.svg)](https://github.com/ropensci/software-review/issues/409)
Expand Down Expand Up @@ -141,7 +139,7 @@ str(motive_data)
#> - attr(*, ".internal.selfref")=<externalptr>
#> - attr(*, "pathviewR_steps")= chr "viewr"
#> - attr(*, "file_id")= chr "pathviewR_motive_example_data.csv"
#> - attr(*, "file_mtime")= POSIXct[1:1], format: "2020-11-19 04:57:32"
#> - attr(*, "file_mtime")= POSIXct[1:1], format: "2020-11-18 21:04:21"
#> - attr(*, "frame_rate")= num 100
#> - attr(*, "header")='data.frame': 11 obs. of 2 variables:
#> ..$ metadata: chr [1:11] "Format Version" "Take Name" "Take Notes" "Capture Frame Rate" ...
Expand Down Expand Up @@ -184,7 +182,7 @@ str(motive_allinone)
#> $ end_length_sign : num [1:449] -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 ...
#> $ direction : chr [1:449] "leftwards" "leftwards" "leftwards" "leftwards" ...
#> - attr(*, "file_id")= chr "pathviewR_motive_example_data.csv"
#> - attr(*, "file_mtime")= POSIXct[1:1], format: "2020-11-19 04:57:32"
#> - attr(*, "file_mtime")= POSIXct[1:1], format: "2020-11-18 21:04:21"
#> - attr(*, "frame_rate")= num 100
#> - attr(*, "header")='data.frame': 11 obs. of 2 variables:
#> ..$ metadata: chr [1:11] "Format Version" "Take Name" "Take Notes" "Capture Frame Rate" ...
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@
}
],
"readme": "https://github.com/vbaliga/pathviewR/blob/master/README.md",
"fileSize": "7986.961KB",
"contIntegration": ["https://travis-ci.org/vbaliga/pathviewR", "https://codecov.io/gh/vbaliga/pathviewR?branch=master"],
"fileSize": "7986.507KB",
"contIntegration": "https://codecov.io/gh/vbaliga/pathviewR?branch=master",
"developmentStatus": "https://www.repostatus.org/#active",
"citation": [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/data-import-cleaning.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/managing-frame-gaps.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/visual-perception-functions.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ articles:
data-import-cleaning: data-import-cleaning.html
managing-frame-gaps: managing-frame-gaps.html
visual-perception-functions: visual-perception-functions.html
last_built: 2020-11-18T03:36Z
last_built: 2020-11-19T05:04Z
urls:
reference: https://vbaliga.github.io/pathviewR//reference
article: https://vbaliga.github.io/pathviewR//articles
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/read_motive_csv.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3a787b

Please sign in to comment.