From f3a787b4350c12e8ec707e3e0a4cef9b6a7dca6f Mon Sep 17 00:00:00 2001 From: Vikram Baliga Date: Wed, 18 Nov 2020 21:07:42 -0800 Subject: [PATCH] remove travis badge and redocument --- README.Rmd | 1 - README.md | 6 ++---- codemeta.json | 4 ++-- docs/articles/data-import-cleaning.html | 2 +- docs/articles/managing-frame-gaps.html | 2 +- docs/articles/visual-perception-functions.html | 2 +- docs/index.html | 5 ++--- docs/pkgdown.yml | 2 +- docs/reference/read_motive_csv.html | 4 ++-- 9 files changed, 12 insertions(+), 16 deletions(-) diff --git a/README.Rmd b/README.Rmd index a788764..ec3d822 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,7 +18,6 @@ knitr::opts_chunk$set( [![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) diff --git a/README.md b/README.md index 88c47ab..8721c5c 100644 --- a/README.md +++ b/README.md @@ -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) @@ -141,7 +139,7 @@ str(motive_data) #> - attr(*, ".internal.selfref")= #> - 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" ... @@ -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" ... diff --git a/codemeta.json b/codemeta.json index 5cb3768..5c27255 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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": [ { diff --git a/docs/articles/data-import-cleaning.html b/docs/articles/data-import-cleaning.html index 934034e..d324adf 100644 --- a/docs/articles/data-import-cleaning.html +++ b/docs/articles/data-import-cleaning.html @@ -89,7 +89,7 @@

Basics of data import and cleaning in pathviewR

Vikram B. Baliga

-

2020-11-17

+

2020-11-18

Source: vignettes/data-import-cleaning.Rmd diff --git a/docs/articles/managing-frame-gaps.html b/docs/articles/managing-frame-gaps.html index 6c6dfb4..b8b3113 100644 --- a/docs/articles/managing-frame-gaps.html +++ b/docs/articles/managing-frame-gaps.html @@ -89,7 +89,7 @@

Managing frame gaps with pathviewR

Melissa S. Armstrong

-

2020-11-17

+

2020-11-18

Source: vignettes/managing-frame-gaps.Rmd diff --git a/docs/articles/visual-perception-functions.html b/docs/articles/visual-perception-functions.html index 0f01334..ba5920f 100644 --- a/docs/articles/visual-perception-functions.html +++ b/docs/articles/visual-perception-functions.html @@ -89,7 +89,7 @@

Estimating visual perceptions from tracking data

Eric R. Press

-

2020-11-17

+

2020-11-18

Source: vignettes/visual-perception-functions.Rmd diff --git a/docs/index.html b/docs/index.html index 73f3539..c0a9439 100644 --- a/docs/index.html +++ b/docs/index.html @@ -194,7 +194,7 @@

#> - 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-17 19:36:47" +#> - 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" ... @@ -237,7 +237,7 @@

#> $ 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-17 19:36:47" +#> - 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" ... @@ -372,7 +372,6 @@

Dev status

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 4830695..1460bb2 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -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 diff --git a/docs/reference/read_motive_csv.html b/docs/reference/read_motive_csv.html index 34db44a..bbb65b8 100644 --- a/docs/reference/read_motive_csv.html +++ b/docs/reference/read_motive_csv.html @@ -351,7 +351,7 @@

Examp #> [919] 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 #> #> $.internal.selfref -#> <pointer: 0x7fdbd400d4e0> +#> <pointer: 0x7fd9bd00d4e0> #> #> $class #> [1] "tbl_df" "tbl" "data.frame" @@ -363,7 +363,7 @@

Examp #> [1] "pathviewR_motive_example_data.csv" #> #> $file_mtime -#> [1] "2020-11-17 19:36:56 PST" +#> [1] "2020-11-18 21:04:44 PST" #> #> $frame_rate #> [1] 100