Skip to content

Commit

Permalink
Fix some URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
stitam committed Sep 23, 2024
1 parent 6a95d50 commit 200e18f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if (!require("BiocManager", quietly = TRUE))
BiocManager::install("fgsea")
```

To install `mulea` from [CRAN](https://cran.rstudio.com/web/packages/mulea/index.html):
To install `mulea` from [CRAN](https://cran.r-project.org/package=mulea):

```{r 'install2', eval=FALSE, message=FALSE, warning=FALSE}
install.packages("mulea")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ BiocManager::install("fgsea")
```

To install `mulea` from
[CRAN](https://cran.rstudio.com/web/packages/mulea/index.html):
[CRAN](https://cran.r-project.org/package=mulea):

``` r
install.packages("mulea")
Expand Down
2 changes: 1 addition & 1 deletion vignettes/mulea.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if (!require("BiocManager", quietly = TRUE))
BiocManager::install("fgsea")
```

To install `mulea` from [CRAN](https://cran.rstudio.com/web/packages/mulea/index.html):
To install `mulea` from [CRAN](https://cran.r-project.org/package=mulea):

```{r 'install2', eval=FALSE, message=FALSE, warning=FALSE}
install.packages("mulea")
Expand Down

0 comments on commit 200e18f

Please sign in to comment.