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

ships

R build status AppVeyor build status Codecov test coverage Lifecycle: experimental license

A Shiny app to find two consecutive positions reported by a ship between which it traveled longest distance.

Installation

Install from github:

devtools::install_github("jakubsob/ships")

Run:

ships::run_app()

Interface

knitr::include_graphics("man/figures/README-ui.png")


jakubsob/ships documentation built on Jan. 11, 2021, 12:27 a.m.