knitr::opts_chunk$set(echo = TRUE)
The goal of ships
is to visualize most recent route of a vessel on a map.
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.
ships::run_app(data = readRDS(system.file("extdata","longest_most_recent.rds", package = "ships")))
renv::install() pkgload::load_all()
roxygen2::roxygenise(package.dir = ".")
devtools::test(package.dir = ".")
devtools::check()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.