README.md

RiCHT

Lifecycle:
experimental CRAN
status License:
MIT R-CMD-check

The goal of the Riparian Critical Habitat Tool (RiCHT) is to provide quantitative evidence to support the delineation of riparian Critical Habitat. The tool provides an interface for a searchable database containing the current state of knowledge regarding the relationships between the riparian zone (attributes and processes), aquatic features, and aquatic species at risk.

Disclaimer

This App is a work in progress. It is being used to test UI, UX, and Deployment. In its current form, it has limited functionality. Some features have limited or no implementation.

Installation

You can install the development version of RiCHT from GitHub with:

# install.packages("devtools")
devtools::install_github("dfrancis01/dfo-richt-project")
RiCHT::run_app()

Repo Structure

.
│   .gitignore
│   .Rbuildignore
│   .Rhistory
│   .Rprofile
│   DESCRIPTION
│   LICENSE
│   LICENSE.md
│   NAMESPACE
│   README.md
│   README.Rmd
│   renv.lock
│   RiCHT.Rproj
├───inst
│   └───www
│       ├───css
│       │       *.css
│       │       RiCHT.css
│       ├───img
│       └───js
│               *.js
├───man
│   │   *.Rd
│   │
│   └───figures
│           logo.png
├───R
│       mod_*.R
│       run_app.R
│       server.R
│       ui.R
│       utils-pipe.R
│       zzz.R
└───renv
       .gitignore
       activate.R
       settings.dcf

Projects Referenced

Can-GLWS / A Dashboard for Conference Tweets / Spatial Reproducible Reporting / Commute Explorer



dfrancis01/dfo-richt-project documentation built on June 24, 2022, 3:29 a.m.