knitr::opts_chunk$set(echo = TRUE)

The goal of ships is to visualize most recent route of a vessel on a map.

For users

Install

To install from github

remotes::install_github('siddbhatia/ships', build_vignettes=TRUE)

To install locally

git clone git@github.com:siddbhatia/ships.git
R -e "remotes::install_local('ships', build_vignettes=TRUE)"

Refer to logic for pre-processing raw data in the vignettes.

Run the application

ships::run_app(data = readRDS(system.file("extdata","longest_most_recent.rds", package = "ships")))

For developers

Restore renv

renv::install()
pkgload::load_all()

Make changes and new installs

Document package

roxygen2::roxygenise(package.dir = ".")

Test package

devtools::test(package.dir = ".")

Check before commit

devtools::check()


siddbhatia/ships documentation built on Dec. 23, 2021, 2:20 a.m.