Skip to content

Commit

Permalink
Removed automatic update from the tutorial (it will be covered by Tut…
Browse files Browse the repository at this point in the history
…orial 2.0)
  • Loading branch information
hetzerj committed Nov 4, 2024
1 parent 53a51e5 commit 4d05aa0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
20 changes: 1 addition & 19 deletions docs/indiGO_Tutorial1.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,6 @@ <h2 id="toc-title">On this page</h2>
<li><a href="#region-based-marine-trophic-index" id="toc-region-based-marine-trophic-index" class="nav-link" data-scroll-target="#region-based-marine-trophic-index"><span class="header-section-number">5.8.3</span> Region-based Marine Trophic Index</a></li>
</ul></li>
</ul></li>
<li><a href="#update-indicators" id="toc-update-indicators" class="nav-link" data-scroll-target="#update-indicators"><span class="header-section-number">6</span> Update indicators</a>
<ul class="collapse">
<li><a href="#extent-of-forests-1" id="toc-extent-of-forests-1" class="nav-link" data-scroll-target="#extent-of-forests-1"><span class="header-section-number">6.1</span> Extent of forests</a></li>
</ul></li>
</ul>
</nav>
</div>
Expand Down Expand Up @@ -2845,23 +2841,9 @@ <h3 data-number="5.8.3" class="anchored" data-anchor-id="region-based-marine-tro
</div>
</div>
</div>
</section>
</section>
</section>
<section id="update-indicators" class="level1" data-number="6">
<h1 data-number="6"><span class="header-section-number">6</span> Update indicators</h1>
<section id="extent-of-forests-1" class="level2" data-number="6.1">
<h2 data-number="6.1" class="anchored" data-anchor-id="extent-of-forests-1"><span class="header-section-number">6.1</span> Extent of forests</h2>
<div class="cell" data-warnings="false">
<div class="sourceCode cell-code" id="cb108"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb108-1"><a href="#cb108-1" aria-hidden="true" tabindex="-1"></a><span class="co"># use the IA.ExtentOfForests subpackage </span></span>
<span id="cb108-2"><a href="#cb108-2" aria-hidden="true" tabindex="-1"></a><span class="co"># no need for loading as it is already loaded in the package</span></span>
<span id="cb108-3"><a href="#cb108-3" aria-hidden="true" tabindex="-1"></a><span class="co">#in case you want to download the source data to a specific repository, please enter local Path </span></span>
<span id="cb108-4"><a href="#cb108-4" aria-hidden="true" tabindex="-1"></a><span class="co"># localPath=NULL </span></span>
<span id="cb108-5"><a href="#cb108-5" aria-hidden="true" tabindex="-1"></a><span class="co"># </span></span>
<span id="cb108-6"><a href="#cb108-6" aria-hidden="true" tabindex="-1"></a><span class="co"># is.upToDate &lt;-IA.ExtentOfForests::download_from_origin(localPath)</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>


</section>
</section>
</section>

Expand Down
7 changes: 0 additions & 7 deletions docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,5 @@
"title": "How to use the indiGO R Package",
"section": "5.8 Indicators of species traits",
"text": "5.8 Indicators of species traits\n\n5.8.1 Functional richness (Madingley)\n\nindiGO::plot_indiGO(\"functional_richness_madingley\")\n\n\n\n\n\n\n\n\n\n\n5.8.2 Mammalian body mass\n\nindiGO::plot_indiGO(\"mammalian_body_mass\")\n\n\n\n\n\n\n\n\n\n\n5.8.3 Region-based Marine Trophic Index\n\nindiGO::plot_indiGO(\"region_based_marine_trophic_index\")"
},
{
"objectID": "indiGO_Tutorial1.0.html#extent-of-forests-1",
"href": "indiGO_Tutorial1.0.html#extent-of-forests-1",
"title": "How to use the indiGO R Package",
"section": "6.1 Extent of forests",
"text": "6.1 Extent of forests\n\n# use the IA.ExtentOfForests subpackage \n# no need for loading as it is already loaded in the package\n#in case you want to download the source data to a specific repository, please enter local Path \n# localPath=NULL \n# \n# is.upToDate &lt;-IA.ExtentOfForests::download_from_origin(localPath)"
}
]
15 changes: 0 additions & 15 deletions indiGO_Tutorial1.0.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -566,19 +566,4 @@ indiGO::plot_indiGO("mammalian_body_mass")
```{r, fig.width=15, fig.height=5}
indiGO::plot_indiGO("region_based_marine_trophic_index")
```

# Update indicators

## Extent of forests

```{r,warnings=FALSE}
# use the IA.ExtentOfForests subpackage
# no need for loading as it is already loaded in the package
#in case you want to download the source data to a specific repository, please enter local Path
# localPath=NULL
#
# is.upToDate <-IA.ExtentOfForests::download_from_origin(localPath)
```

0 comments on commit 4d05aa0

Please sign in to comment.