5.1 Running PEcAn Basic Run using Quarto

This guide explains how to run the Basic Run tutorial using the new Quarto notebook format.

5.1.1 Prerequisites

To run this notebook interactively, you will need:

RStudio: An integrated development environment for R.

5.1.2 Steps to Run

  1. Open in RStudio: Open the run_pecan.qmd file in RStudio.

  2. Run Interactively: You can run separate chunks and go through the comments of every section to understand the notebook better.

  3. Render the Notebook:

    To render the notebook to HTML, run the following command in your terminal:

    quarto render documentation/tutorials/Demo_1_Basic_Run/run_pecan.qmd

5.1.3 View Generated Artifact

If you prefer to view the pre-rendered output without running the code yourself, you can access the generated HTML artifact here:

View Rendered Notebook (HTML)