Skip to content

Commit 633addd

Browse files
authored
Merge pull request #382 from stan-dev/fix-documentation-note
Bumped roxygen and fixed linking note
2 parents a208a8d + f68f169 commit 633addd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Suggests:
5858
survival,
5959
testthat (>= 2.0.0),
6060
vdiffr (>= 1.0.2)
61-
RoxygenNote: 7.3.2
61+
RoxygenNote: 7.3.3
6262
VignetteBuilder: knitr
6363
Encoding: UTF-8
6464
Roxygen: list(markdown = TRUE)

R/helpers-ppc.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ validate_predictions <- function(predictions, n_obs = NULL) {
101101
#' Validate PIT
102102
#'
103103
#' Checks that `pit` is numeric, doesn't have any NAs, and is either a vector,
104-
#' or a 1-D array with values in [0,1].
104+
#' or a 1-D array with values in `[0,1]`.
105105
#'
106106
#' @param pit The 'pit' object from the user.
107107
#' @return Either throws an error or returns a numeric vector.
@@ -521,8 +521,8 @@ get_interpolation_values <- function(N, K, L, prob) {
521521
#' within the bounds until z1 and takes the value in x1 at z1.
522522
#' @param x1 Vector of scaled ECDF values at the left end of the interval, z1.
523523
#' @param x2 Vector of scaled ECDF values at the right end of the interval, z2.
524-
#' @param z1 Left evaluation point in [0,1]
525-
#' @param z2 Right evaluation point in [0,1] with z2 > z1.
524+
#' @param z1 Left evaluation point in `[0,1]`
525+
#' @param z2 Right evaluation point in `[0,1]` with z2 > z1.
526526
#' @param N Total number of values in the sample.
527527
#' @return A vector containing the probability to transitioning from the values
528528
#' in x1 to each of the values in x2 weighted by the probabilities in p_int.

man/bayesplot_theme_get.Rd

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

0 commit comments

Comments
 (0)