Skip to content

Commit d0aa8b2

Browse files
authored
Merge pull request #351 from stan-dev/roxygen-compliance
Roxygen syntax compliance
2 parents 60f012d + 4b6e608 commit d0aa8b2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

R/loo-package.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#' Efficient LOO-CV and WAIC for Bayesian models
22
#'
3-
#' @docType package
4-
#' @name loo-package
5-
#'
63
#' @importFrom stats sd var quantile setNames weights rnorm qnorm
74
#' @importFrom matrixStats logSumExp colLogSumExps colSums2 colVars colMaxs
85
#'
@@ -89,4 +86,4 @@
8986
#' for the generalized Pareto distribution. *Technometrics* **51**,
9087
#' 316-325.
9188
#'
92-
NULL
89+
"_PACKAGE"

0 commit comments

Comments
 (0)