Skip to content

Commit

Permalink
Deploying to gh-pages from @ ab279a7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Feb 26, 2025
1 parent 905813b commit e41de72
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Binary file modified LandWeb_manual.epub
Binary file not shown.
Binary file modified LandWeb_manual.pdf
Binary file not shown.
7 changes: 6 additions & 1 deletion running-landweb.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,12 @@ <h3>
<p>When working in an R session, be sure to set the working directory to the LandWeb project directory.
The first time running the model, open the file <code>00-global.R</code>, and step through each line to ensure any prompts etc. are answered correctly.</p>
<div class="sourceCode" id="cb21"><pre class="downlit sourceCode r">
<code class="sourceCode R"><span><span class="kw"><a href="https://rdrr.io/r/base/source.html">source</a></span><span class="op">(</span><span class="st">"00-global.R"</span><span class="op">)</span></span></code></pre></div>
<code class="sourceCode R"><span><span class="va">.mode</span> <span class="op">&lt;-</span> <span class="st">"development"</span></span>
<span><span class="va">.studyAreaName</span> <span class="op">&lt;-</span> <span class="st">"random"</span></span>
<span><span class="va">.rep</span> <span class="op">&lt;-</span> <span class="fl">1L</span></span>
<span><span class="va">.version</span> <span class="op">&lt;-</span> <span class="fl">2</span></span>
<span></span>
<span><span class="kw"><a href="https://rdrr.io/r/base/source.html">source</a></span><span class="op">(</span><span class="st">"00-global.R"</span><span class="op">)</span></span></code></pre></div>
<div class="rmdimportant">
<p>When authenticating with Google Drive, be sure to check the box to allow access to files.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion search.json

Large diffs are not rendered by default.

0 comments on commit e41de72

Please sign in to comment.