Contribute to this documentation
To build this documentation locally, follow these steps.
Prerequisites
Install the two R libraries using the following commands:
if(!require(devtools)) install.packages("devtools")
# Install package database interface
::install_github("ECCC-lavoie-ecotox/toxbox")
devtools
# Install documentation
install.packages("quarto")
Get documentation source code
Steve - I will give a training on how to clone a git repository and push new edits to the documentation. In the meatime, if you’re already set to work with git and Rstudio, the repository URL is avaible at https://github.com/ECCC-lavoie-ecotox/integration-dbs-docs.
Build this website
# Serve the website in your browser
::quarto_preview() quarto
This approach allows you to work on the documentation files in parallel. Each time a file is modified, the website is rebuilt to include the latest changes.