Skip to content

Commit

Permalink
rebuild site
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Oct 4, 2019
1 parent a6df7af commit c5d5488
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -906,10 +906,9 @@ <h2><span class="header-section-number">10.6</span> Genomics</h2>
</div>
<div id="spatial" class="section level2">
<h2><span class="header-section-number">10.7</span> Spatial</h2>
<p><a href="https://github.com/harryprince/geospark">geospark</a> enables distributed geospatial computing using a grammar compatible with <a href="https://www.rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf"><code>dplyr</code></a> and <a href="https://github.com/rstudio/cheatsheets/raw/master/sf.pdf"><code>sf</code></a> package which provides a set of tools for working with geospatial vectors.</p>
<p>You can install <code>geospark</code> from GitHub as follows:</p>
<div class="sourceCode" id="cb378"><pre class="sourceCode r"><code class="sourceCode r"><a class="sourceLine" id="cb378-1" title="1"><span class="kw">install.packages</span>(<span class="st">&quot;remotes&quot;</span>)</a>
<a class="sourceLine" id="cb378-2" title="2">remotes<span class="op">::</span><span class="kw">install_github</span>(<span class="st">&quot;r-spark/geospark&quot;</span>)</a></code></pre></div>
<p><a href="https://CRAN.R-project.org/package=geospark">geospark</a> enables distributed geospatial computing using a grammar compatible with <a href="https://www.rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf"><code>dplyr</code></a> and <a href="https://github.com/rstudio/cheatsheets/raw/master/sf.pdf"><code>sf</code></a> package which provides a set of tools for working with geospatial vectors.</p>
<p>You can install <code>geospark</code> from CRAN as follows:</p>
<div class="sourceCode" id="cb378"><pre class="sourceCode r"><code class="sourceCode r"><a class="sourceLine" id="cb378-1" title="1"><span class="kw">install.packages</span>(<span class="st">&quot;geospark&quot;</span>)</a></code></pre></div>
<p>Then we will initialize the geospark extension and connect to Spark:</p>
<div class="sourceCode" id="cb379"><pre class="sourceCode r"><code class="sourceCode r"><a class="sourceLine" id="cb379-1" title="1"><span class="kw">library</span>(geospark)</a>
<a class="sourceLine" id="cb379-2" title="2"><span class="kw">library</span>(sparklyr)</a>
Expand Down
Loading

0 comments on commit c5d5488

Please sign in to comment.