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

Closes #2050 Remove print fns from pkgdown Reference page #2087

Merged
merged 1 commit into from
Sep 6, 2023
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 NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ has been deprecated in favor of `dataset_ref`. (#2037)

## Documentation

- Non-exported utility functions were previously listed on the admiral website reference page. They have been removed. (#2049)
- Non-exported utility and print functions were previously listed on the admiral website reference page. They have been removed. (#2049, #2050)

- The description of the argument `reference_date` in the function `derive_vars_dy()`
has been clarified to make it agnostic to start/end selection. (#2027)
Expand Down
2 changes: 1 addition & 1 deletion R/duplicates.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ signal_duplicate_records <- function(dataset,
#' @return No return value, called for side effects
#'
#'
#' @keywords utils_print
#' @keywords internal
#' @family utils_print
#'
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/user_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ list_all_templates <- function(package = "admiral") {
#'
#' @export
#'
#' @keywords utils_print
#' @keywords internal
#' @family utils_print
#'
#' @seealso [list_all_templates()]
Expand Down
4 changes: 2 additions & 2 deletions R/user_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ yn_to_numeric <- function(arg) {
#' @return No return value, called for side effects
#'
#'
#' @keywords utils_print
#' @keywords internal
#' @family utils_print
#'
#' @export
Expand Down Expand Up @@ -306,7 +306,7 @@ print.source <- function(x, ...) {
#' @return No return value, called for side effects
#'
#'
#' @keywords utils_print
#' @keywords internal
#' @family utils_print
#'
#' @export
Expand Down
8 changes: 0 additions & 8 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ reference:
contents:
- has_keyword('utils_fil')

- subtitle: Utilities used for Date Imputation
contents:
- has_keyword('utils_impute')

- subtitle: Utilities for Quosures
contents:
- has_keyword('utils_quo')
Expand All @@ -122,10 +118,6 @@ reference:
contents:
- has_keyword('utils_examples')

- subtitle: Utilities for Printing
contents:
- has_keyword('utils_print')

- title: Objects exported from other packages
desc: |
To maximize the user-friendliness of `{admiral}`, functions from other packages are provided
Expand Down
2 changes: 1 addition & 1 deletion man/print.adam_templates.Rd

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

2 changes: 1 addition & 1 deletion man/print.duplicates.Rd

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

2 changes: 1 addition & 1 deletion man/print.source.Rd

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

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

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

Loading