Skip to content

Commit

Permalink
Update get started headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kzollove committed Feb 5, 2024
1 parent d0b1421 commit 17b9bf1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
8 changes: 6 additions & 2 deletions docs/gaiaCore/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/gaiaCore/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: '2.18'
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2024-02-05T13:26Z
last_built: 2024-02-05T14:43Z

2 changes: 1 addition & 1 deletion docs/gaiaCore/search.json

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions docs/get-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -491,23 +491,22 @@ <h2>Installation</h2>
the database from your R environment:</p>
<p><br></p>
<div id="gaiacore-r-package" class="section level3">
<h3><a href="gaia-core.html">gaiaCore (R Package)</a></h3>
<h3>gaiaCore (R Package)</h3>
<ol style="list-style-type: decimal">
<li><p>See the instructions <a
href="https://ohdsi.github.io/Hades/rSetup.html">here</a> for
configuring your R environment, including RTools and Java.</p></li>
<li><p>You can install the latest version of gaiaCore from <a
href="https://github.com/">GitHub</a> with:</p></li>
<li><p>You can install the latest version of <a
href="gaia-core.html">gaiaCore (R Package)</a> from GitHub
with:</p></li>
</ol>
<pre class="r"><code># install.packages(&quot;remotes&quot;)

remotes::install_github(&quot;OHDSI/GIS&quot;)</code></pre>
<p><br></p>
</div>
<div id="postgis-database-gaia-catalog-and-staging-environment"
class="section level3">
<h3>PostGIS Database (<a href="gaia-catalog.html">Gaia Catalog</a> and
Staging Environment)</h3>
<div id="postgis-database-catalog-and-staging" class="section level3">
<h3>PostGIS Database (Catalog and Staging)</h3>
<p>Once you have a postgres database with PostGIS installed, the helper
script <code>initialize.sql</code> in the <a
href="https://github.com/OHDSI/GIS/tree/main/inst/">inst directory</a>
Expand Down
6 changes: 3 additions & 3 deletions rmd/get-started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ To get started with Gaia you'll need to install [gaiaCore (R Package)](gaia-core

<br>

### [gaiaCore (R Package)](gaia-core.html)
### gaiaCore (R Package)

1. See the instructions [here](https://ohdsi.github.io/Hades/rSetup.html) for configuring your R environment, including RTools and Java.

2. You can install the latest version of gaiaCore from [GitHub](https://github.com/) with:
2. You can install the latest version of [gaiaCore (R Package)](gaia-core.html) from GitHub with:
```{r, eval=FALSE}
# install.packages("remotes")
Expand All @@ -31,7 +31,7 @@ remotes::install_github("OHDSI/GIS")

<br>

### PostGIS Database ([Gaia Catalog](gaia-catalog.html) and Staging Environment)
### PostGIS Database (Catalog and Staging)

Once you have a postgres database with PostGIS installed, the helper script `initialize.sql` in the [inst directory](https://github.com/OHDSI/GIS/tree/main/inst/) will do the rest of the setup. This includes:

Expand Down

0 comments on commit 17b9bf1

Please sign in to comment.