Skip to content

Commit 883bfa3

Browse files
committed
replace other uses of http with https
1 parent 1967b16 commit 883bfa3

12 files changed

+17
-17
lines changed

R/bayesplot-package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
#' To ask a question about \pkg{bayesplot} on the Stan Forums
5656
#' forum please visit:
5757
#'
58-
#' \url{http://discourse.mc-stan.org}.
58+
#' \url{https://discourse.mc-stan.org}.
5959
#' }
6060
#' }
6161
#'

R/mcmc-parcoord.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#' @param ... Currently ignored.
1414
#' @param size,alpha Arguments passed on to \code{\link[ggplot2]{geom_line}}.
1515
#' @param np For models fit using \code{\link{NUTS}} (more generally,
16-
#' any \href{http://en.wikipedia.org/wiki/Symplectic_integrator}{symplectic
16+
#' any \href{https://en.wikipedia.org/wiki/Symplectic_integrator}{symplectic
1717
#' integrator}), an optional data frame providing NUTS
1818
#' diagnostic information. The data frame should be the object returned by
1919
#' \code{\link{nuts_params}} or one with the same structure.
@@ -51,7 +51,7 @@
5151
#' @template reference-vis-paper
5252
#' @references Hartikainen, A. (2017, Aug 23). Concentration of divergences
5353
#' [Msg 21]. Message posted to The Stan Forums:
54-
#' \url{http://discourse.mc-stan.org/t/concentration-of-divergences/1590/21}.
54+
#' \url{https://discourse.mc-stan.org/t/concentration-of-divergences/1590/21}.
5555
#'
5656
#' @examples
5757
#' color_scheme_set("pink")

R/mcmc-traces.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#' @param window An integer vector of length two specifying the limits of a
3030
#' range of iterations to display.
3131
#' @param np For models fit using \code{\link{NUTS}} (more generally, any
32-
#' \href{http://en.wikipedia.org/wiki/Symplectic_integrator}{symplectic
32+
#' \href{https://en.wikipedia.org/wiki/Symplectic_integrator}{symplectic
3333
#' integrator}), an optional data frame providing NUTS diagnostic
3434
#' information. The data frame should be the object returned by
3535
#' \code{\link{nuts_params}} or one with the same structure. If \code{np} is

man-roxygen/reference-loo.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#' Bayesian model evaluation using leave-one-out cross-validation and WAIC.
33
#' \emph{Statistics and Computing}. 27(5), 1413--1432.
44
#' doi:10.1007/s11222-016-9696-4. arXiv preprint:
5-
#' \url{http://arxiv.org/abs/1507.04544/}
5+
#' \url{https://arxiv.org/abs/1507.04544/}

man-roxygen/reference-stan-manual.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#' @references Stan Development Team. (2016). \emph{Stan Modeling Language Users
2-
#' Guide and Reference Manual.} \url{http://mc-stan.org/documentation/}
1+
#' @references Stan Development Team. \emph{Stan Modeling Language Users
2+
#' Guide and Reference Manual.} \url{https://mc-stan.org/users/documentation/}

man/MCMC-diagnostics.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/MCMC-nuts.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/MCMC-parcoord.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/MCMC-traces.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/PPC-loo.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)