knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  out.width = "100%"
)

Description

This package contain a Shiny application to visualize the marine datasets for Appsilon company.

The code is structured under the Golem Framework specifications.

Credits

This package is developed and mantained by the Chi2Labs team.

Installation

You can install from github with:

devtools::install_github("chi2labs/appsilonmarine")

Run Marine app

appsilonmarine::run_app()

Test and Check

Running unit-testing and package check is done in the traditional way

From Rstudio

respectively.

From command line

R & D Documentation

Some of the research and rationale for decisions made are documented in these three documents:

These are available in the dev_doc folder at the root level, along with the corresponding .Rmd files for reproducibility.

Caveat

All distance calculations were made using the geosphere package. We have not independenlty verified the accuracy of these calculations.



chi2labs/appsilonmarine documentation built on March 2, 2021, 12:05 a.m.