Coder Social home page Coder Social logo

jculpepper7 / lakemonitor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leppott/lakemonitor

0.0 0.0 0.0 22.1 MB

Lake Monitoring Scripts

Home Page: https://leppott.github.io/LakeMonitoR/

License: GNU General Public License v3.0

HTML 81.65% R 18.35%

lakemonitor's Introduction

README-LakeMonitoR

#> Last Update: 2021-07-13 09:18:50

LakeMonitoR

Suite of functions and tools for lake monitoring.

Badges

Maintenance lifecycle

License: GPL-3

CodeFactor codecov R-CMD-check

GitHub issues

GitHub release Github all releases

Installation

To install the current version of the code from GitHub use the example below.

if(!require(remotes)){install.packages("remotes")}  #install if needed
remotes::install_github("leppott/LakeMonitoR")

The vignette (big help file) isn’t created when installing from GitHub with the above command. If you want the vignette download the compressed file from GitHub and install from that file or install with the command below. The “force = TRUE” command is used to ensure the package will install over and existing install of the same version (e.g., the same version without the vignettes).

if(!require(remotes)){install.packages("remotes")}  #install if needed
remotes::install_github("leppott/LakeMonitoR", force = TRUE, build_vignettes = TRUE)

Purpose

Aid analysis of temperature and dissolved oxygen depth profiles from lakes.

Issues

https://github.com/leppott/LakeMonitoR/issues

Documentation

Included Vignette and install guide.

Shiny App

A Shiny app is included in the package.

The online version is hosted at https://tetratech-wtr-wne.shinyapps.io/LakeMonitoR

The Shiny app can be run from R console using the shiny package without installing the LakeMonitoR package.

if(!require(shiny)){install.packages("shiny")}
shiny::runGitHub(repo = "LakeMonitoR"
                , username = "leppott"
                , ref = "main"
                , subdir = "inst/shiny-examples/LakeMonitoR")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.