diff --git a/index.html b/index.html index 922042a..04cbc85 100644 --- a/index.html +++ b/index.html @@ -95,6 +95,12 @@

Installationdevtools::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

@@ -103,13 +109,13 @@

Read the documentationReloading 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
+
sudo apt-get install ruby
+sudo apt-get install ruby-dev
+sudo gem install bundler

Install gems

-
bundle install
+
bundle install

Start application and watch files in R folder

-
bundle exec guard
+
bundle exec guard
diff --git a/pkgdown.yml b/pkgdown.yml index 5ea36a4..66b14c4 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,4 +4,4 @@ pkgdown_sha: ~ articles: articles/censored_value: censored_value.html articles/import-MET-THg-23-19: import-MET-THg-23-19.html -last_built: 2024-10-15T06:44Z +last_built: 2024-11-07T19:29Z