R-CMD-Check Lifecycle: experimental

Nothing fancy here, plumesbox gathers miscellaneous utils for data processing and statistical modelling in order to spend more time on the field. This toolbox is dedicated to help members of Lavoie’s lab.

Installation

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

# install.packages("devtools")
devtools::install_github("ECCC-lavoie-ecotox/plumesbox")

Launch the Shiny app

plumesbox::run_app()

Read the documentation

All functions are documented at this address: https://eccc-lavoie-ecotox.github.io/plumesbox

Reloading a Shiny application on source changes

Install the following aptitude libraries

sudo apt-get install ruby
sudo apt-get install ruby-dev
sudo gem install bundler

Install gems

bundle install

Start application and watch files in R folder

bundle exec guard