Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Roxygen version #128

Merged
merged 4 commits into from
Nov 18, 2024
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
2 changes: 1 addition & 1 deletion R/make_inheritance_checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' @param target_classes character vector of the classes to check for.
#' @param ignore_null boolean. Indicates whether to ignore arguments with value
#' NULL (TRUE) or to throw an exception (FALSE). Default = TRUE.
#' @internal
#' @keywords internal
#' @noRd
make_inheritance_checks <- function(arguments,
target_classes,
Expand Down
11 changes: 11 additions & 0 deletions R/phsmethods-package.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#' @importFrom magrittr %>%
#' @importFrom magrittr %<>%
#' @importFrom rlang .data
#' @importFrom tibble tibble
#' @importFrom lifecycle deprecated
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL
20 changes: 0 additions & 20 deletions R/phsmethods.R

This file was deleted.

15 changes: 6 additions & 9 deletions man/phsmethods.Rd → man/phsmethods-package.Rd

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

Loading