<p>Splatter has been accepted into the latest version of <ahref="https://bioconductor.org/packages/splatter">Bioconductor</a> and hence requires the latest version of R (>=3.4).</p>
<p>If you have these installed Splatter can be installed from Bioconductor using <code>biocLite</code>:</p>
<p>This will also build the vignette and install all suggested dependencies (which aren’t required for core functionality). Building the vignette may sometimes fail when run from the command line, if this happens try running the install command in RStudio.</p>
<p>If you want to try the <ahref="https://bioconductor.org/packages/devel/bioc/html/splatter.html">development version</a> this can also be installed from Bioconductor:</p>
<preclass="{r}"><code>library(BiocInstaller)
useDevel()
biocValid() # checks for out of date packages
biocLite() # (optional) updates out of date packages
biocLite("splatter")</code></pre>
<p>To try the development version, follow the instructions provided on the <ahref="https://bioconductor.org/packages/devel/bioc/html/splatter.html">landing page of the development version</a>.</p>
<p>Depending on the current release cycle you may also need to install the development version of R. See <ahref="https://www.bioconductor.org/developers/how-to/useDevel/">here</a> for more details.</p>
<p>Alternatively the development version can be installed directly from <ahref="https://github.com/Oshlack/splatter">Github</a>:</p>