Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Oct 8, 2024
1 parent c8a3b7a commit 9df44ed
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f492c3dc
e0e596b1
17 changes: 15 additions & 2 deletions install.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ <h1 class="title">Installation</h1>

<section id="install-fa-brands-r-project" class="level2">
<h2 class="anchored" data-anchor-id="install-fa-brands-r-project">Install <i class="fa-brands fa-r-project" aria-label="r-project"></i></h2>
<p><em>iSEE</em> requires Bioconductor 3.7+ which in turn requires R 3.5+. Choose a version of R that matches your computer’s operating system. We recommend using the latest version of R and Bioconductor to access the latest version of <em>iSEE</em>.</p>
<p><em>iSEE</em> requires Bioconductor 3.7+ which in turn requires R 3.5+. Choose a version of R that matches your computer’s operating system. We recommend using the latest version of R to access the latest version of <em>iSEE</em>.</p>
<p><a href="https://cran.rstudio.com/">Download and install R</a></p>
</section>
<section id="install-isee" class="level2">
<h2 class="anchored" data-anchor-id="install-isee">Install iSEE</h2>
<p>We recommend installing <em>iSEE</em> from the Bioconductor repository. The Bioconductor installation process will install the appropriate version of <em>iSEE</em> for your version of R.</p>
<p>We recommend installing the latest stable version of <em>iSEE</em> from the Bioconductor repository.</p>
<p><a href="https://bioconductor.org/packages/iSEE/">Install iSEE from Bioconductor</a></p>
<div class="callout callout-style-default callout-note callout-titled">
<div class="callout-header d-flex align-content-center">
Expand All @@ -227,6 +227,19 @@ <h2 class="anchored" data-anchor-id="install-the-isee-verse">Install the iSEE-ve
<p>Most users do not need the full collection of packages that provide extensions to <em>iSEE</em>.</p>
<p>For the aficionados, the command below does just that; it combines all the known <em>iSEE</em> extension packages into a single command that installs them all in one go.</p>
<p>Great for copy-pasting, and for our <a href="https://bioconductor.org/packages/stats/bioc/iSEE/">download statistics</a>!</p>
<div class="callout callout-style-default callout-note callout-titled">
<div class="callout-header d-flex align-content-center">
<div class="callout-icon-container">
<i class="callout-icon"></i>
</div>
<div class="callout-title-container flex-fill">
Note
</div>
</div>
<div class="callout-body-container callout-body">
<p>The code below assumes you have already installed the package <a href="https://bioconductor.org/packages/BiocManager/"><em>BiocManager</em></a>, which will be the case if you have already installed <em>iSEE</em> or any other package from the Bioconductor repository.</p>
</div>
</div>
<div class="cell">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a>BiocManager<span class="sc">::</span><span class="fu">install</span>(<span class="fu">c</span>(</span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a> <span class="st">"iSEEde"</span>,</span>
Expand Down
8 changes: 4 additions & 4 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,28 +249,28 @@
"href": "install.html",
"title": "Installation",
"section": "",
"text": "iSEE requires Bioconductor 3.7+ which in turn requires R 3.5+. Choose a version of R that matches your computer’s operating system. We recommend using the latest version of R and Bioconductor to access the latest version of iSEE.\nDownload and install R"
"text": "iSEE requires Bioconductor 3.7+ which in turn requires R 3.5+. Choose a version of R that matches your computer’s operating system. We recommend using the latest version of R to access the latest version of iSEE.\nDownload and install R"
},
{
"objectID": "install.html#install-fa-brands-r-project",
"href": "install.html#install-fa-brands-r-project",
"title": "Installation",
"section": "",
"text": "iSEE requires Bioconductor 3.7+ which in turn requires R 3.5+. Choose a version of R that matches your computer’s operating system. We recommend using the latest version of R and Bioconductor to access the latest version of iSEE.\nDownload and install R"
"text": "iSEE requires Bioconductor 3.7+ which in turn requires R 3.5+. Choose a version of R that matches your computer’s operating system. We recommend using the latest version of R to access the latest version of iSEE.\nDownload and install R"
},
{
"objectID": "install.html#install-isee",
"href": "install.html#install-isee",
"title": "Installation",
"section": "Install iSEE",
"text": "Install iSEE\nWe recommend installing iSEE from the Bioconductor repository. The Bioconductor installation process will install the appropriate version of iSEE for your version of R.\nInstall iSEE from Bioconductor\n\n\n\n\n\n\nNote\n\n\n\nFollow the link above and scroll down to the section Installation."
"text": "Install iSEE\nWe recommend installing the latest stable version of iSEE from the Bioconductor repository.\nInstall iSEE from Bioconductor\n\n\n\n\n\n\nNote\n\n\n\nFollow the link above and scroll down to the section Installation."
},
{
"objectID": "install.html#install-the-isee-verse",
"href": "install.html#install-the-isee-verse",
"title": "Installation",
"section": "Install the iSEE-verse",
"text": "Install the iSEE-verse\nMost users do not need the full collection of packages that provide extensions to iSEE.\nFor the aficionados, the command below does just that; it combines all the known iSEE extension packages into a single command that installs them all in one go.\nGreat for copy-pasting, and for our download statistics!\n\nBiocManager::install(c(\n \"iSEEde\",\n \"iSEEhex\",\n \"iSEEhub\",\n \"iSEEindex\",\n \"iSEEpathways\",\n \"iSEEtree\",\n \"iSEEu\"\n))"
"text": "Install the iSEE-verse\nMost users do not need the full collection of packages that provide extensions to iSEE.\nFor the aficionados, the command below does just that; it combines all the known iSEE extension packages into a single command that installs them all in one go.\nGreat for copy-pasting, and for our download statistics!\n\n\n\n\n\n\nNote\n\n\n\nThe code below assumes you have already installed the package BiocManager, which will be the case if you have already installed iSEE or any other package from the Bioconductor repository.\n\n\n\nBiocManager::install(c(\n \"iSEEde\",\n \"iSEEhex\",\n \"iSEEhub\",\n \"iSEEindex\",\n \"iSEEpathways\",\n \"iSEEtree\",\n \"iSEEu\"\n))"
},
{
"objectID": "resources.html",
Expand Down
16 changes: 8 additions & 8 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://isee.github.io/videos.html</loc>
<lastmod>2024-10-08T21:25:05.491Z</lastmod>
<lastmod>2024-10-08T21:34:19.517Z</lastmod>
</url>
<url>
<loc>https://isee.github.io/about.html</loc>
<lastmod>2024-10-08T21:25:04.135Z</lastmod>
<lastmod>2024-10-08T21:34:18.044Z</lastmod>
</url>
<url>
<loc>https://isee.github.io/apps.html</loc>
<lastmod>2024-10-08T21:25:01.873Z</lastmod>
<lastmod>2024-10-08T21:34:15.795Z</lastmod>
</url>
<url>
<loc>https://isee.github.io/dashboard.html</loc>
<lastmod>2024-10-08T21:25:00.463Z</lastmod>
<lastmod>2024-10-08T21:34:14.450Z</lastmod>
</url>
<url>
<loc>https://isee.github.io/panels.html</loc>
<lastmod>2024-10-08T21:24:59.830Z</lastmod>
<lastmod>2024-10-08T21:34:13.720Z</lastmod>
</url>
<url>
<loc>https://isee.github.io/index.html</loc>
<lastmod>2024-10-08T21:25:01.030Z</lastmod>
<lastmod>2024-10-08T21:34:15.030Z</lastmod>
</url>
<url>
<loc>https://isee.github.io/install.html</loc>
<lastmod>2024-10-08T21:25:03.580Z</lastmod>
<lastmod>2024-10-08T21:34:17.468Z</lastmod>
</url>
<url>
<loc>https://isee.github.io/resources.html</loc>
<lastmod>2024-10-08T21:25:04.910Z</lastmod>
<lastmod>2024-10-08T21:34:18.930Z</lastmod>
</url>
</urlset>

0 comments on commit 9df44ed

Please sign in to comment.