Skip to content

Commit b9dc399

Browse files
committed
use https in url
[ci skip]
1 parent 93e0056 commit b9dc399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "jsg2201@c
99
person("Martin", "Modrák", role = "ctb"),
1010
person("Malcolm", "Barrett", role = "ctb"))
1111
Maintainer: Jonah Gabry <jsg2201@columbia.edu>
12-
Description: Plotting functions for posterior analysis, model checking,
12+
Description: Plotting functions for posterior analysis, posterior predictive checks,
1313
and MCMC diagnostics. The package is designed not only to provide convenient
1414
functionality for users, but also a common set of functions that can be
1515
easily used by developers working on a variety of R packages for Bayesian
1616
modeling, particularly (but not exclusively) packages interfacing with 'Stan'.
1717
License: GPL (>= 3)
1818
LazyData: TRUE
19-
URL: http://mc-stan.org/bayesplot
19+
URL: https://mc-stan.org/bayesplot
2020
BugReports: https://github.com/stan-dev/bayesplot/issues/
2121
SystemRequirements: pandoc (>= 1.12.3), pandoc-citeproc
2222
Depends:

0 commit comments

Comments
 (0)