Skip to content

Commit

Permalink
doc fixes for CHECK
Browse files Browse the repository at this point in the history
  • Loading branch information
mjskay committed Aug 8, 2019
1 parent 2db44ac commit 4a050f0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,5 @@ importFrom(tidyr,spread_)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(tidyselect,vars_pull)
importFrom(utils,lsf.str)
importFrom(utils,modifyList)
3 changes: 3 additions & 0 deletions R/lkjcorr_marginal.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ lkjcorr_marginal_alpha = function(K, eta) {
#' family of ggplot2 stats.
#'
#' @inheritParams lkjcorr_marginal
#' @param data A data frame containing a column with distribution names (\code{".dist"} by default)
#' and a list column of distribution arguments (\code{".args"} by default), such as output by
#' \code{\link{parse_dist}}.
#' @param dist The name of the column containing distribution names. See \code{\link{parse_dist}}.
#' @param args The name of the column containing distribution arguments. See \code{\link{parse_dist}}.
#' @seealso \code{\link{parse_dist}}, \code{\link{lkjcorr_marginal}}
Expand Down
1 change: 1 addition & 0 deletions R/parse_dist.R
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ check_dist_name = function(dist) {
}

# get list of available distributions
#' @importFrom utils lsf.str
get_dist_names = function() {
functions = unlist(lapply(search(), function(namespace) as.vector(lsf.str(namespace))))
d_names = substring(functions[startsWith(functions, "d")], 2)
Expand Down
4 changes: 4 additions & 0 deletions man/marginalize_lkjcorr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a050f0

Please sign in to comment.