Skip to content

Commit

Permalink
Deploy commit: improves style 7c2f961
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Dec 2, 2024
1 parent 9d7c0bc commit e22ae71
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
Binary file modified figures/circle-intersection-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/points-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,10 @@ <h2>Reproducibility<a class="anchor" aria-label="anchor" href="#reproducibility"
These can be installed using the <a href="https://github.com/r-lib/remotes"><strong>remotes</strong></a> package.</p>
<div class="sourceCode" id="cb1"><pre class="downlit sourceCode r">
<code class="sourceCode R"><span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">"remotes"</span><span class="op">)</span></span>
<span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">'geocompkg'</span>, repos <span class="op">=</span> <span class="fu"><a href="https://rdrr.io/r/base/c.html">c</a></span><span class="op">(</span><span class="st">'https://geocompr.r-universe.dev'</span>, <span class="st">'https://cloud.r-project.org'</span><span class="op">)</span>, dependencies <span class="op">=</span> <span class="cn">TRUE</span>, force <span class="op">=</span> <span class="cn">TRUE</span><span class="op">)</span></span></code></pre></div>
<span><span class="fu"><a href="https://rdrr.io/r/utils/install.packages.html">install.packages</a></span><span class="op">(</span><span class="st">"geocompkg"</span>, </span>
<span> repos <span class="op">=</span> <span class="fu"><a href="https://rdrr.io/r/base/c.html">c</a></span><span class="op">(</span><span class="st">"https://geocompr.r-universe.dev"</span>,</span>
<span> <span class="st">"https://cloud.r-project.org"</span><span class="op">)</span>, </span>
<span> dependencies <span class="op">=</span> <span class="cn">TRUE</span>, force <span class="op">=</span> <span class="cn">TRUE</span><span class="op">)</span></span></code></pre></div>
<p>After installing the book’s dependencies, you can rebuild the book for testing and educational purposes.
To do this <a href="https://github.com/geocompx/geocompr/archive/refs/heads/main.zip">download</a> and unzip or <a href="https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository">clone</a> the book’s source code.
After opening the <code>geocompr.Rproj</code> project in <a href="https://posit.co/download/rstudio-desktop/#download">RStudio</a> (or opening the folder in another IDE such as <a href="https://github.com/REditorSupport/vscode-R">VS Code</a>), you should be able to reproduce the contents with the following command:</p>
Expand Down
5 changes: 4 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ These can be installed using the [**remotes**](https://github.com/r-lib/remotes)

``` r
install.packages("remotes")
install.packages('geocompkg', repos = c('https://geocompr.r-universe.dev', 'https://cloud.r-project.org'), dependencies = TRUE, force = TRUE)
install.packages("geocompkg",
repos = c("https://geocompr.r-universe.dev",
"https://cloud.r-project.org"),
dependencies = TRUE, force = TRUE)
```

After installing the book's dependencies, you can rebuild the book for testing and educational purposes.
Expand Down
2 changes: 1 addition & 1 deletion search.json

Large diffs are not rendered by default.

0 comments on commit e22ae71

Please sign in to comment.