Skip to content

Commit 66a07dd

Browse files
committed
fix cran url
1 parent 47a51f4 commit 66a07dd

15 files changed

Lines changed: 17 additions & 21 deletions

File tree

docs/_sources/blog_posts/use_R_package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Examples:
3636
3737
- As a PBS system user, I want to be able to submit separate jobs for each exposure level, so I can ask for less memory during job submission.
3838
39-
* In scientific topics, it might not be easy to write the user stories in the exact format. Just try your best.
39+
Note: In scientific topics, it might not be easy to write the user stories in the exact format. Just try your best.
4040
```
4141

4242
### Major Enhancements

docs/_sources/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ NSAPH Software is a collection of open-source packages to carry out **N**ational
2121
```
2222
Matching on generalized propensity scores with continuous exposures
2323
24-
[![](http://www.r-pkg.org/badges/version-last-release/CausalGPS)](http://www.r-pkg.org/pkg/causalgps)
24+
[![](http://www.r-pkg.org/badges/version-last-release/CausalGPS)](https://CRAN.R-project.org/package=CausalGPS)
2525
[![R build status](https://github.com/fasrc/CausalGPS/workflows/R-CMD-check/badge.svg)](https://github.com/fasrc/CausalGPS/actions)
2626
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/CausalGPS)](http://www.r-pkg.org/pkg/causalgps)
2727
[![codecov](https://codecov.io/gh/fasrc/CausalGPS/branch/develop/graph/badge.svg?token=97PCUXRGXH)](https://app.codecov.io/gh/fasrc/CausalGPS/)
@@ -67,7 +67,7 @@ Interpretable Subgroups Identification through Ensemble Learning of Causal Rules
6767
6868
Gaussian processes for the estimation of causal exposure-response curves (GPCERF)
6969
70-
[![](http://www.r-pkg.org/badges/version-last-release/GPCERF)](http://www.r-pkg.org/pkg/gpcerf)
70+
[![](http://www.r-pkg.org/badges/version-last-release/GPCERF)](https://CRAN.R-project.org/package=GPCERF)
7171
[![R build status](https://github.com/NSAPH-Software/GPCERF/workflows/R-CMD-check/badge.svg)](https://github.com/NSAPH-Software/GPCERF/actions)
7272
[![codecov](https://codecov.io/gh/NSAPH-Software/GPCERF/branch/develop/graph/badge.svg?token=066ISL822N)](https://codecov.io/gh/NSAPH-Software/GPCERF)
7373

docs/blog_posts/use_R_package.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,9 +423,7 @@ <h3>Minor changes<a class="headerlink" href="#minor-changes" title="Permalink to
423423
<li><p>As a Macbook Pro user, I want to be able define max memory limit, so I am not constrained by limited memory on my system.</p></li>
424424
<li><p>As a PBS system user, I want to be able to submit separate jobs for each exposure level, so I can ask for less memory during job submission.</p></li>
425425
</ul>
426-
<ul class="simple">
427-
<li><p>In scientific topics, it might not be easy to write the user stories in the exact format. Just try your best.</p></li>
428-
</ul>
426+
<p>Note: In scientific topics, it might not be easy to write the user stories in the exact format. Just try your best.</p>
429427
</div>
430428
</div>
431429
<div class="section" id="major-enhancements">

docs/intro.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ <h1>National Studies on Air Pollution and Health Software<a class="headerlink" h
282282
<a class="reference internal image-reference" href="_images/causalgps_logo.svg"><img alt="_images/causalgps_logo.svg" height="100px" src="_images/causalgps_logo.svg" /></a>
283283
</div>
284284
<p class="card-text">Matching on generalized propensity scores with continuous exposures</p>
285-
<p class="card-text"><a class="reference external" href="http://www.r-pkg.org/pkg/causalgps"><img alt="" src="http://www.r-pkg.org/badges/version-last-release/CausalGPS" /></a>
285+
<p class="card-text"><a class="reference external" href="https://CRAN.R-project.org/package=CausalGPS"><img alt="" src="http://www.r-pkg.org/badges/version-last-release/CausalGPS" /></a>
286286
<a class="reference external" href="https://github.com/fasrc/CausalGPS/actions"><img alt="R build status" src="https://github.com/fasrc/CausalGPS/workflows/R-CMD-check/badge.svg" /></a>
287287
<a class="reference external" href="http://www.r-pkg.org/pkg/causalgps"><img alt="CRAN RStudio mirror downloads" src="https://cranlogs.r-pkg.org/badges/grand-total/CausalGPS" /></a>
288288
<a class="reference external" href="https://app.codecov.io/gh/fasrc/CausalGPS/"><img alt="codecov" src="https://codecov.io/gh/fasrc/CausalGPS/branch/develop/graph/badge.svg?token=97PCUXRGXH" /></a>
@@ -330,7 +330,7 @@ <h1>National Studies on Air Pollution and Health Software<a class="headerlink" h
330330
<a class="reference internal image-reference" href="_images/gpcerf_logo.svg"><img alt="_images/gpcerf_logo.svg" height="100px" src="_images/gpcerf_logo.svg" /></a>
331331
</div>
332332
<p class="card-text">Gaussian processes for the estimation of causal exposure-response curves (GPCERF)</p>
333-
<p class="card-text"><a class="reference external" href="http://www.r-pkg.org/pkg/gpcerf"><img alt="" src="http://www.r-pkg.org/badges/version-last-release/GPCERF" /></a>
333+
<p class="card-text"><a class="reference external" href="https://CRAN.R-project.org/package=GPCERF"><img alt="" src="http://www.r-pkg.org/badges/version-last-release/GPCERF" /></a>
334334
<a class="reference external" href="https://github.com/NSAPH-Software/GPCERF/actions"><img alt="R build status" src="https://github.com/NSAPH-Software/GPCERF/workflows/R-CMD-check/badge.svg" /></a>
335335
<a class="reference external" href="https://codecov.io/gh/NSAPH-Software/GPCERF"><img alt="codecov" src="https://codecov.io/gh/NSAPH-Software/GPCERF/branch/develop/graph/badge.svg?token=066ISL822N" /></a></p>
336336
</div>

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
0 Bytes
Binary file not shown.
40 Bytes
Binary file not shown.

nsaph-software/_build/html/_sources/blog_posts/use_R_package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Examples:
3636
3737
- As a PBS system user, I want to be able to submit separate jobs for each exposure level, so I can ask for less memory during job submission.
3838
39-
* In scientific topics, it might not be easy to write the user stories in the exact format. Just try your best.
39+
Note: In scientific topics, it might not be easy to write the user stories in the exact format. Just try your best.
4040
```
4141

4242
### Major Enhancements

nsaph-software/_build/html/_sources/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ NSAPH Software is a collection of open-source packages to carry out **N**ational
2121
```
2222
Matching on generalized propensity scores with continuous exposures
2323
24-
[![](http://www.r-pkg.org/badges/version-last-release/CausalGPS)](http://www.r-pkg.org/pkg/causalgps)
24+
[![](http://www.r-pkg.org/badges/version-last-release/CausalGPS)](https://CRAN.R-project.org/package=CausalGPS)
2525
[![R build status](https://github.com/fasrc/CausalGPS/workflows/R-CMD-check/badge.svg)](https://github.com/fasrc/CausalGPS/actions)
2626
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/CausalGPS)](http://www.r-pkg.org/pkg/causalgps)
2727
[![codecov](https://codecov.io/gh/fasrc/CausalGPS/branch/develop/graph/badge.svg?token=97PCUXRGXH)](https://app.codecov.io/gh/fasrc/CausalGPS/)
@@ -67,7 +67,7 @@ Interpretable Subgroups Identification through Ensemble Learning of Causal Rules
6767
6868
Gaussian processes for the estimation of causal exposure-response curves (GPCERF)
6969
70-
[![](http://www.r-pkg.org/badges/version-last-release/GPCERF)](http://www.r-pkg.org/pkg/gpcerf)
70+
[![](http://www.r-pkg.org/badges/version-last-release/GPCERF)](https://CRAN.R-project.org/package=GPCERF)
7171
[![R build status](https://github.com/NSAPH-Software/GPCERF/workflows/R-CMD-check/badge.svg)](https://github.com/NSAPH-Software/GPCERF/actions)
7272
[![codecov](https://codecov.io/gh/NSAPH-Software/GPCERF/branch/develop/graph/badge.svg?token=066ISL822N)](https://codecov.io/gh/NSAPH-Software/GPCERF)
7373

0 commit comments

Comments
 (0)