Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroman committed Jul 26, 2023
1 parent f2cadf6 commit 7c178ca
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 61 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## R/GNapi - R package to connect to the [GeneNetwork](http://gn2.genenetwork.org/) API
## R/GNapi - R package to connect to the [GeneNetwork](https://genenetwork.org/) API

[![R build status](https://github.com/rqtl/GNapi/workflows/R-CMD-check/badge.svg)](https://github.com/rqtl/GNapi/actions)

Expand All @@ -24,7 +24,7 @@ Then use `remotes::install_github()` to install R/GNapi.
### Usage

For an understanding of the
[GeneNetwork](http://gn2.genenetwork.org) API, see
[GeneNetwork](https://genenetwork.org) API, see
[its
documentation](https://github.com/genenetwork/genenetwork2/blob/testing/api_readme.md),
as well as [Zachary Sloan](https://github.com/zsloan?tab=repositories)'s
Expand Down
115 changes: 57 additions & 58 deletions docs/GNapi.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@
</script>

<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>



<style type="text/css">
code {
white-space: pre;
}
.sourceCode {
overflow: visible;
}
code {
white-space: pre;
}
.sourceCode {
overflow: visible;
}
</style>
<style type="text/css" data-origin="pandoc">
pre > code.sourceCode { white-space: pre; position: relative; }
Expand All @@ -63,55 +63,54 @@
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
{ counter-reset: source-line 0; }
pre.numberSource code > span
{ position: relative; left: -4em; counter-increment: source-line; }
{ position: relative; left: -4em; counter-increment: source-line; }
pre.numberSource code > span > a:first-child::before
{ content: counter(source-line);
position: relative; left: -1em; text-align: right; vertical-align: baseline;
border: none; display: inline-block;
-webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
padding: 0 4px; width: 4em;
color: #aaaaaa;
}
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; }
{ content: counter(source-line);
position: relative; left: -1em; text-align: right; vertical-align: baseline;
border: none; display: inline-block;
-webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
padding: 0 4px; width: 4em;
color: #aaaaaa;
}
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; }
div.sourceCode
{ }
{ }
@media screen {
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
}
code span.al { color: #ff0000; font-weight: bold; } /* Alert */
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code span.at { color: #7d9029; } /* Attribute */
code span.bn { color: #40a070; } /* BaseN */
code span.bu { } /* BuiltIn */
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
code span.ch { color: #4070a0; } /* Char */
code span.cn { color: #880000; } /* Constant */
code span.co { color: #60a0b0; font-style: italic; } /* Comment */
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
code span.do { color: #ba2121; font-style: italic; } /* Documentation */
code span.dt { color: #902000; } /* DataType */
code span.dv { color: #40a070; } /* DecVal */
code span.er { color: #ff0000; font-weight: bold; } /* Error */
code span.ex { } /* Extension */
code span.fl { color: #40a070; } /* Float */
code span.fu { color: #06287e; } /* Function */
code span.im { } /* Import */
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
code span.op { color: #666666; } /* Operator */
code span.ot { color: #007020; } /* Other */
code span.pp { color: #bc7a00; } /* Preprocessor */
code span.sc { color: #4070a0; } /* SpecialChar */
code span.ss { color: #bb6688; } /* SpecialString */
code span.st { color: #4070a0; } /* String */
code span.va { color: #19177c; } /* Variable */
code span.vs { color: #4070a0; } /* VerbatimString */
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */

code span.al { color: #ff0000; font-weight: bold; }
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; }
code span.at { color: #7d9029; }
code span.bn { color: #40a070; }
code span.bu { color: #008000; }
code span.cf { color: #007020; font-weight: bold; }
code span.ch { color: #4070a0; }
code span.cn { color: #880000; }
code span.co { color: #60a0b0; font-style: italic; }
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; }
code span.do { color: #ba2121; font-style: italic; }
code span.dt { color: #902000; }
code span.dv { color: #40a070; }
code span.er { color: #ff0000; font-weight: bold; }
code span.ex { }
code span.fl { color: #40a070; }
code span.fu { color: #06287e; }
code span.im { color: #008000; font-weight: bold; }
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; }
code span.kw { color: #007020; font-weight: bold; }
code span.op { color: #666666; }
code span.ot { color: #007020; }
code span.pp { color: #bc7a00; }
code span.sc { color: #4070a0; }
code span.ss { color: #bb6688; }
code span.st { color: #4070a0; }
code span.va { color: #19177c; }
code span.vs { color: #4070a0; }
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; }
</style>
<script>
// apply pandoc div.sourceCode style to pre.sourceCode instead
Expand Down Expand Up @@ -342,8 +341,8 @@ <h1 class="title toc-ignore">R/GNapi User Guide</h1>


<p>The <a href="https://github.com/rqtl/GNapi">R/GNapi</a> package
provides access to the <a href="http://gn2.genenetwork.org">GeneNetwork2</a> API; for details on
the API, see <a href="https://github.com/genenetwork/genenetwork2/blob/testing/api_readme.md">its
provides access to the <a href="https://genenetwork.org">GeneNetwork2</a> API; for details on the
API, see <a href="https://github.com/genenetwork/genenetwork2/blob/testing/api_readme.md">its
documentation</a> The present vignette simply follows that documenation
and shows the corresponding R facilities.</p>
<div id="fetch-species-list" class="section level2">
Expand Down
2 changes: 1 addition & 1 deletion vignettes/GNapi.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ opts_chunk$set(fig.width=7, fig.height=4.5,
```

The [R/GNapi](https://github.com/rqtl/GNapi) package provides
access to the [GeneNetwork2](http://gn2.genenetwork.org) API; for
access to the [GeneNetwork2](https://genenetwork.org) API; for
details on the API, see [its
documentation](https://github.com/genenetwork/genenetwork2/blob/testing/api_readme.md)
The present vignette simply follows that documenation and shows the
Expand Down

0 comments on commit 7c178ca

Please sign in to comment.