From 6d4df5297d3bfb25d20a3c4d9f35a58b1e3e8441 Mon Sep 17 00:00:00 2001
From: Christian Roever <christian.roever@med.uni-goettingen.de>
Date: Mon, 23 Aug 2021 11:09:14 +0200
Subject: [PATCH] fixed DOIs

---
 DESCRIPTION              |  2 +-
 man/NicholasEtAl2019.Rd  | 10 +++++-----
 man/RobergeEtAl2017.Rd   |  9 +++++----
 man/bayesmeta-package.Rd |  2 +-
 man/bmr.Rd               | 12 ++++++------
 man/kldiv.Rd             |  6 +++---
 6 files changed, 21 insertions(+), 20 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 394f747..ac6e3e8 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -2,7 +2,7 @@ Package: bayesmeta
 Type: Package
 Title: Bayesian Random-Effects Meta-Analysis and Meta-Regression
 Version: 2.8
-Date: 2021-08-20
+Date: 2021-08-23
 Authors@R: c(person(given="Christian", family="Roever", role=c("aut","cre"), 
                     email="christian.roever@med.uni-goettingen.de",
                     comment=c(ORCID="0000-0002-6911-698X")),
diff --git a/man/NicholasEtAl2019.Rd b/man/NicholasEtAl2019.Rd
index f8b2ca6..3f93243 100644
--- a/man/NicholasEtAl2019.Rd
+++ b/man/NicholasEtAl2019.Rd
@@ -24,12 +24,12 @@
   extracted from tables or Kaplan-Meier curves.
 }
 \source{R.S. Nicholas, E. Han, J. Raffel, J. Chataway, T. Friede.
-  \href{https://doi.org/10.1177/1352458518794063}{Over three decades
-    study populations in progressive multiple sclerosis have become
-    older and more disabled, but have lower on-trial progression rates:
-    A systematic review and meta-analysis of 43 randomised
-    placebo-controlled trials}.
+  Over three decades study populations in progressive multiple sclerosis
+  have become older and more disabled, but have lower on-trial
+  progression rates: A systematic review and meta-analysis of 43
+  randomised placebo-controlled trials.
   \emph{Multiple Sclerosis Journal}, \bold{25}(11):1462-1471, 2019.
+  \doi{10.1177/1352458518794063}.
 }
 \examples{
 # load data:
diff --git a/man/RobergeEtAl2017.Rd b/man/RobergeEtAl2017.Rd
index ae238ba..1455bd2 100644
--- a/man/RobergeEtAl2017.Rd
+++ b/man/RobergeEtAl2017.Rd
@@ -34,10 +34,11 @@
   and dose (in mg)) was also recorded for each study.
 }
 \source{S. Roberge, K. Nicolaides, S. Demers, J. Hyett, N. Chaillet, E. Bujold.
-  \href{https://doi.org/10.1016/j.ajog.2016.09.076}{The role of aspirin
-    dose on the prevention of preeclampsia and fetal growth restriction:
-    systematic review and meta-analysis}.
-  \emph{American Journal of Obstetrics & Gynecology}, \bold{216}(2):110-120, 2017.
+  The role of aspirin dose on the prevention of preeclampsia and fetal
+  growth restriction: systematic review and meta-analysis.
+  \emph{American Journal of Obstetrics & Gynecology},
+  \bold{216}(2):110-120, 2017.
+  \doi{10.1016/j.ajog.2016.09.076}.
 }
 \seealso{
   \code{\link{bmr}}, \code{\link[metafor]{escalc}},
diff --git a/man/bayesmeta-package.Rd b/man/bayesmeta-package.Rd
index a020bb6..4847ef3 100644
--- a/man/bayesmeta-package.Rd
+++ b/man/bayesmeta-package.Rd
@@ -17,7 +17,7 @@
     Package: \tab bayesmeta\cr
     Type:    \tab Package\cr
     Version: \tab 2.8\cr
-    Date:    \tab 2021-08-20\cr
+    Date:    \tab 2021-08-23\cr
     License: \tab GPL (>=2)
   }
   The main functionality is provided by the \code{\link{bayesmeta}()}
diff --git a/man/bmr.Rd b/man/bmr.Rd
index 2b1d203..82e6691 100644
--- a/man/bmr.Rd
+++ b/man/bmr.Rd
@@ -321,25 +321,25 @@
   }
 \references{
   C. Roever.
-  \href{https://www.doi.org/10.18637/jss.v093.i06}{Bayesian random-effects meta-analysis using the bayesmeta R package}.
+  Bayesian random-effects meta-analysis using the bayesmeta R package.
   \emph{Journal of Statistical Software}, \bold{93}(6):1-51, 2020.
+  \doi{10.18637/jss.v093.i06}.
 
   C. Roever, R. Bender, S. Dias, C.H. Schmid, H. Schmidli, S. Sturtz,
   S. Weber, T. Friede.
   On weakly informative prior distributions for the heterogeneity
   parameter in Bayesian random-effects meta-analysis.
-  \emph{\href{https://arxiv.org/abs/2007.08352}{arXiv preprint 2007.08352}}
-  (submitted for publication), 2020.
+  \emph{Research Synthesis Methods}, \bold{12}(4):448-474, 2021.
+  \doi{10.1002/jrsm.1475}.
   
   C. Roever, T. Friede.
-  \href{https://doi.org/10.1080/10618600.2016.1276840}{Discrete
-  approximation of a mixture distribution via restricted divergence}.
+  Discrete approximation of a mixture distribution via restricted divergence.
   \emph{Journal of Computational and Graphical Statistics},
   \bold{26}(1):217-222, 2017.
+  \doi{10.1080/10618600.2016.1276840}.
 
   A. Gelman, J.B. Carlin, H.S. Stern, D.B. Rubin. \emph{Bayesian data
   analysis}. Chapman & Hall / CRC, Boca Raton, 1997.
-  
 }
 \author{
   Christian Roever \email{christian.roever@med.uni-goettingen.de}
diff --git a/man/kldiv.Rd b/man/kldiv.Rd
index 7a8fdc6..e1e0c8c 100644
--- a/man/kldiv.Rd
+++ b/man/kldiv.Rd
@@ -40,10 +40,10 @@
   John Wiley and Sons, New York, 1959.
 
   C. Roever, T. Friede.
-  \href{https://doi.org/10.1080/10618600.2016.1276840}{Discrete
-  approximation of a mixture distribution via restricted divergence}.
+  Discrete approximation of a mixture distribution via restricted divergence.
   \emph{Journal of Computational and Graphical Statistics},
-  \bold{26}(1):217-222, 2017.  
+  \bold{26}(1):217-222, 2017.
+  \doi{10.1080/10618600.2016.1276840}.
 }
 \author{
   Christian Roever \email{christian.roever@med.uni-goettingen.de}
-- 
GitLab