Skip to content

Commit

Permalink
Merge pull request #240 from adibender/issue-238
Browse files Browse the repository at this point in the history
Fix documentation
  • Loading branch information
adibender authored Jan 27, 2024
2 parents ab4caea + 137fd2d commit 39a0faf
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion R/as-ped.R
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ is.ped <- function(x) inherits(x, "ped")

#' @rdname as_ped
#' @param newdata A new data set (\code{data.frame}) that contains the same
#' variables that were used to create the PED object (code{data}).
#' variables that were used to create the PED object (\code{data}).
#' @export
as_ped.ped <- function(data, newdata, ...) {

Expand Down
2 changes: 0 additions & 2 deletions R/nest-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ nest_tdc <- function(data, formula, ...) {
}

#' @rdname nest_tdc
#' @param vars A character vector of TDCs that will be nested.
#' @param id A character giving the name of the ID column.
#' @export
nest_tdc.default <- function(data, formula, ...) {

Expand Down
3 changes: 0 additions & 3 deletions R/tidyverse-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ fped_attr <- function(fped) {
#' @param .data an object of class \code{ped}, see \code{\link{as_ped}}.
#' @param tbl an object of class \code{ped}, see \code{\link{as_ped}}.
#' @param x an object of class \code{ped}, see \code{\link{as_ped}}.
#' @param funs see \code{\link[dplyr]{summarize_all}}
#' @param ... see \code{dplyr} documentation
#' @param .dots see \code{dplyr} documentation
#' @description See \code{dplyr} documentation of the respective functions for
#' description and examples.
#' @return a modified \code{ped} object (except for \code{do})
Expand Down Expand Up @@ -218,7 +216,6 @@ select.ped <- function(.data, ...) {

}

#' @param keep_attributes conserve attributes? defaults to \code{TRUE}
#' @export
#' @export mutate
#' @rdname dplyr_verbs
Expand Down
2 changes: 1 addition & 1 deletion man/as_ped.Rd

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

6 changes: 0 additions & 6 deletions man/dplyr_verbs.Rd

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

4 changes: 0 additions & 4 deletions man/nest_tdc.Rd

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

0 comments on commit 39a0faf

Please sign in to comment.