An open API service indexing awesome lists of open source software.

https://github.com/jakubsob/ships

Shiny App for Viewing Ship Routes
https://github.com/jakubsob/ships

Last synced: 12 days ago
JSON representation

Shiny App for Viewing Ship Routes

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# ships

[![R build status](https://github.com/jakubsob/ships/workflows/R-CMD-check/badge.svg)](https://github.com/jakubsob/ships/actions)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/jakubsob/ships?branch=master&svg=true)](https://ci.appveyor.com/project/jakubsob/ships)
[![Codecov test coverage](https://codecov.io/gh/jakubsob/ships/branch/master/graph/badge.svg)](https://codecov.io/gh/jakubsob/ships?branch=master)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![license](https://img.shields.io/badge/license-mit-lightgrey.svg)](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")
```