Skip to content

Commit 3b7a1dd

Browse files
committed
fix URLs
1 parent 4bf5148 commit 3b7a1dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CRAN:
1515
install.packages("greta")
1616
```
1717

18-
Or install the development version of `greta` from [r-universe](https://greta-dev.r-universe.dev/ui#builds):
18+
Or install the development version of `greta` from [r-universe](http://greta-dev.r-universe.dev/ui/):
1919

2020
```r
2121
# Enable this universe
@@ -51,7 +51,7 @@ If these python modules aren't yet installed, when `greta` is used, it provides
5151
[![R-CMD-check](https://github.com/greta-dev/greta/workflows/R-CMD-check/badge.svg)](https://github.com/greta-dev/greta/actions)
5252
[![cran
5353
version](http://www.r-pkg.org/badges/version/greta)](https://CRAN.R-project.org/package=greta)
54-
[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
54+
[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/license/apache-2-0/)
5555
[![doi](https://zenodo.org/badge/73758247.svg)](https://zenodo.org/badge/latestdoi/73758247)
5656
[![joss](https://joss.theoj.org/papers/10.21105/joss.01601/status.svg)](https://joss.theoj.org/papers/10.21105/joss.01601)
5757
![](logos/bottom_banner.png)

vignettes/get_started.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ reticulate::conda_install(
102102

103103
### DiagrammeR
104104

105-
greta's [plotting functionality](#plotting) depends on the [DiagrammeR package](http://rich-iannone.github.io/DiagrammeR/). Because DiagrammeR depends on the [igraph](https://igraph.org/r/) package, which contains a large amount of code that needs to be compiled, DiagrammeR often takes a long time to install. So, DiagrammeR isn’t installed automatically with greta. If you want to plot greta models, you can install igraph and DiagrammeR from CRAN.
105+
greta's [plotting functionality](#plotting) depends on the [DiagrammeR package](https://rich-iannone.github.io/DiagrammeR/). Because DiagrammeR depends on the [igraph](https://igraph.org/r/) package, which contains a large amount of code that needs to be compiled, DiagrammeR often takes a long time to install. So, DiagrammeR isn’t installed automatically with greta. If you want to plot greta models, you can install igraph and DiagrammeR from CRAN.
106106

107107
```{r install_diagrammer, eval = FALSE}
108108
install.packages("igraph")

0 commit comments

Comments
 (0)