Skip to content

Commit

Permalink
Fixed broken URL in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Mar 11, 2019
1 parent 29d763e commit 1bc45ca
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 27 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ many conditions (or many effects on many outcomes).
The methods use Empirical Bayes methods to estimate patterns of
similarity among conditions, and then exploit those patterns of
similarity among conditions to improve accuracy of effect estimates.
See [Urbut et al][mashr-paper] for details of the model and methods.
See [Urbut et al][mash-paper] for details of the model and methods.

Note that this R package is a refactoring of the code originally used
to generate the results for the manuscript. The original package code is
Expand Down Expand Up @@ -85,10 +85,10 @@ the man directory),
+ These are the R commands to build the website (make sure you are
connected to Internet while running these commands):

```R
library(pkgdown)
build_site(mathjax = FALSE)
```
```R
library(pkgdown)
pkgdown::build_site(mathjax = FALSE)
```

[cran-docs]: https://cran.r-project.org/manuals.html
[mash-paper]: https://doi.org/10.1038/s41588-018-0268-8
Expand Down
4 changes: 2 additions & 2 deletions docs/articles/eQTL_outline.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/articles/flash_mash.html

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

8 changes: 4 additions & 4 deletions docs/articles/intro_correlations.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/articles/intro_mash.html

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

12 changes: 6 additions & 6 deletions docs/articles/intro_mashcommonbaseline.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/articles/intro_mashnobaseline.html

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

6 changes: 3 additions & 3 deletions docs/articles/mash_sampling.html

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

5 changes: 2 additions & 3 deletions docs/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/reference/mash.html

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

0 comments on commit 1bc45ca

Please sign in to comment.