Skip to content

A web app to find the longest and most recent voyage between 2 consecutive AIS signals for a shipping vessel.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

siddbhatia/ships

Repository files navigation

ships

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()

About

A web app to find the longest and most recent voyage between 2 consecutive AIS signals for a shipping vessel.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages