Skip to content

Commit

Permalink
fix pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewallenbruce committed Dec 3, 2023
1 parent c0cab4d commit a175f1c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 70 deletions.
9 changes: 4 additions & 5 deletions R/quality_payment.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ NULL
#' + `"Individual"`
#' + `"MIPS APM"`
#' @param tidy < *boolean* > // __default:__ `TRUE` Tidy output
#' @param nest < *boolean* > // __default:__ `TRUE` Nest `statuses` & `measures`
#' @param nest < *boolean* > // __default:__ `TRUE` Nest `status` & `measures`
#' @param eligibility < *boolean* > // __default:__ `TRUE` Append results
#' from [quality_eligibility()]
#' @param ... For future use.
Expand Down Expand Up @@ -255,12 +255,11 @@ quality_payment <- function(year,
#' @autoglobal
#' @export
quality_payment_ <- function(year = qpp_years(), ...) {
furrr::future_map_dfr(year, quality_payment, ..., .options = furrr::furrr_options(seed = NULL))
furrr::future_map_dfr(year, quality_payment, ...,
.options = furrr::furrr_options(seed = NULL))
}

#' QPP Columns
#' @param df data frame
#' @param step description

#' @autoglobal
#' @noRd
cols_qpp <- function(df, step = c("tidy", "nest")) {
Expand Down
16 changes: 0 additions & 16 deletions man/cols_qpp.Rd

This file was deleted.

2 changes: 1 addition & 1 deletion man/quality_payment.Rd

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

48 changes: 0 additions & 48 deletions vignettes/articles/transparency-in-coverage.Rmd

This file was deleted.

0 comments on commit a175f1c

Please sign in to comment.