From b60020517e44fe89954ea2dc2d06ee58b3da3f6c Mon Sep 17 00:00:00 2001 From: njtierney Date: Mon, 11 Mar 2024 16:59:07 +1100 Subject: [PATCH] fix broken URLs --- README.md | 2 +- inst/examples/air.Rmd | 2 +- inst/examples/beetles.Rmd | 2 +- man/model.Rd | 2 +- vignettes/example_models.Rmd | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 84b8c6a2..5010c170 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ If these python modules aren't yet installed, when `greta` is used, it provides [![R-CMD-check](https://github.com/greta-dev/greta/workflows/R-CMD-check/badge.svg)](https://github.com/greta-dev/greta/actions) [![cran version](http://www.r-pkg.org/badges/version/greta)](https://CRAN.R-project.org/package=greta) -[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/license/apache-2-0/) +[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/license/apache-2-0) [![doi](https://zenodo.org/badge/73758247.svg)](https://zenodo.org/badge/latestdoi/73758247) [![joss](https://joss.theoj.org/papers/10.21105/joss.01601/status.svg)](https://joss.theoj.org/papers/10.21105/joss.01601) ![](logos/bottom_banner.png) diff --git a/inst/examples/air.Rmd b/inst/examples/air.Rmd index 1ac3497c..48960003 100644 --- a/inst/examples/air.Rmd +++ b/inst/examples/air.Rmd @@ -2,7 +2,7 @@ *Air* analyses reported respiratory illness versus exposure to nitrogen dioxide in 103 children. The parameters `alpha`, `beta` and `sigma2` are known in advance, and the data are grouped into three categories. -See [WinBUGS examples volume 2](https://www.mrc-bsu.cam.ac.uk/wp-content/uploads/WinBUGS_Vol2.pdf) (pdf) for details. +See [WinBUGS examples volume 2](https://legacy.voteview.com/pdf/WINBUGSmanual_2.pdf) (pdf) for details. #### data ```{r air_data, highlight = FALSE} diff --git a/inst/examples/beetles.Rmd b/inst/examples/beetles.Rmd index 10fd4e2d..61f6e6c8 100644 --- a/inst/examples/beetles.Rmd +++ b/inst/examples/beetles.Rmd @@ -2,7 +2,7 @@ *Beetles* considers dose-response data from an experiment applying carbon disulphide to 8 beetles. The original example compares three different link functions; the logit, probit and complementary log-log. Here, only the code for the logit link is shown. You can implement the other two link functions in greta by changing `ilogit` to `iprobit` or `icloglog`. -See [WinBUGS examples volume 2](https://www.mrc-bsu.cam.ac.uk/wp-content/uploads/WinBUGS_Vol2.pdf) (pdf) for details. +See [WinBUGS examples volume 2](https://legacy.voteview.com/pdf/WINBUGSmanual_2.pdf) (pdf) for details. #### data diff --git a/man/model.Rd b/man/model.Rd index 9a046b4d..6047d436 100644 --- a/man/model.Rd +++ b/man/model.Rd @@ -26,7 +26,7 @@ decrease the computation time but increase the risk of numerical instability during sampling.} \item{compile}{whether to apply -\href{https://www.tensorflow.org/xla}{XLA JIT compilation} to +\href{https://openxla.org/xla}{XLA JIT compilation} to the TensorFlow graph representing the model. This may slow down model definition, and speed up model evaluation.} diff --git a/vignettes/example_models.Rmd b/vignettes/example_models.Rmd index e9d98fc6..3ef582a3 100644 --- a/vignettes/example_models.Rmd +++ b/vignettes/example_models.Rmd @@ -115,7 +115,7 @@ Below are some more advanced examples implemented in greta. The BUGS project provide a number of example models written in the BUGS modelling language. These models will run in WinBUGS and OpenBUGS, and likely also in JAGS. The [Stan wiki](https://github.com/stan-dev/example-models/wiki/BUGS-Examples-Sorted-Alphabetically) provides Stan implementations of these models. -The following sections provide greta implementations of some of these example models, alongside the BUGS code from [WinBUGS examples volume 2](https://www.mrc-bsu.cam.ac.uk/wp-content/uploads/WinBUGS_Vol2.pdf) (pdf) and Stan code and an R version of the data from the [Stan example models wiki](https://github.com/stan-dev/example-models/wiki). +The following sections provide greta implementations of some of these example models, alongside the BUGS code from [WinBUGS examples volume 2](https://legacy.voteview.com/pdf/WINBUGSmanual_2.pdf) (pdf) and Stan code and an R version of the data from the [Stan example models wiki](https://github.com/stan-dev/example-models/wiki).