Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Rplots.pdf
^CRAN-RELEASE$
^\.github$
^codecov\.yml$
.claude/
50 changes: 0 additions & 50 deletions .github/workflows/test-coverage.yaml

This file was deleted.

9 changes: 2 additions & 7 deletions R/vpc-package.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
#' VPC package
#'
#' Create Visual Predictive Checks in R
#'
#' @docType package
#' @name vpc-package
#' @author Ron Keizer \email{ronkeizer@@gmail.com}
#' @keywords internal
#' @importFrom stats density median model.matrix na.omit quantile rnorm rweibull step time
#' @importFrom utils head read.table tail
"_PACKAGE"

## to avoid warnings related to dplyr/ggplot usage:
globalVariables(c(".", "comp", "strat", "strat2", "bin", "pred", "dv", "idv", "q5", "q50",
Expand Down
21 changes: 17 additions & 4 deletions man/vpc-package.Rd

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