Skip to content

Commit

Permalink
update citation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaliga committed Jan 28, 2021
1 parent 81f2a34 commit 00c25b8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ To contribute code via a pull request, please consult our [Contributing Guide](h

The preferred way to cite `pathviewr` (but subject to change) is:

Baliga VB, Armstrong MS, Press ER (2020). _pathviewr: Tools to import, clean, and visualize animal movement data in R_. R package version 0.9.4, [https://github.com/vbaliga/pathviewr](https://github.com/vbaliga/pathviewr).
Baliga VB, Armstrong MS, Press ER (2020). _pathviewr: Tools to import, clean, and visualize animal movement data in R_. R package version 0.9.5, [https://github.com/vbaliga/pathviewr](https://github.com/vbaliga/pathviewr).

## License

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,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: "2021-01-27 16:02:01"
#> - attr(*, "file_mtime")= POSIXct[1:1], format: "2021-01-27 16:36:37"
#> - 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 @@ -183,7 +183,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: "2021-01-27 16:02:01"
#> - attr(*, "file_mtime")= POSIXct[1:1], format: "2021-01-27 16:36:37"
#> - 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 @@ -315,7 +315,7 @@ The preferred way to cite `pathviewr` (but subject to change) is:

Baliga VB, Armstrong MS, Press ER (2020). *pathviewr: Tools to import,
clean, and visualize animal movement data in R*. R package version
0.9.4, <https://github.com/vbaliga/pathviewr>.
0.9.5, <https://github.com/vbaliga/pathviewr>.

## License

Expand Down
6 changes: 3 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: 2021-01-28T00:26Z
last_built: 2021-01-28T00:37Z
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 00c25b8

Please sign in to comment.