https://github.com/jakubsob/ships
Shiny App for Viewing Ship Routes
https://github.com/jakubsob/ships
Last synced: 10 days ago
JSON representation
Shiny App for Viewing Ship Routes
- Host: GitHub
- URL: https://github.com/jakubsob/ships
- Owner: jakubsob
- License: other
- Created: 2021-01-07T15:17:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T21:03:46.000Z (over 4 years ago)
- Last Synced: 2025-02-09T19:18:10.866Z (2 months ago)
- Language: R
- Size: 6.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jakubsob/ships - Shiny App for Viewing Ship Routes (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# ships
[](https://github.com/jakubsob/ships/actions)
[](https://ci.appveyor.com/project/jakubsob/ships)
[](https://codecov.io/gh/jakubsob/ships?branch=master)
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://choosealicense.com/)A Shiny app to find two consecutive positions reported by a ship between which it traveled longest distance.
## Installation
Install from github:
```{r, eval = FALSE}
devtools::install_github("jakubsob/ships")
```Run:
```{r, eval = FALSE}
ships::run_app()
```## Interface
```{r, echo = FALSE, fig.cap = "Start page of app."}
knitr::include_graphics("man/figures/README-ui.png")
```