Skip to content

Commit

Permalink
Add '@family' tags for each of the package functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Oct 16, 2023
1 parent 06569ec commit d2d46c5
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/array_submit.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#' @author Leonardo Collado-Torres
#' @author Nicholas J. Eagles
#'
#' @family shell-script creation and submission functions
#'
#' @examples
#'
#' ## Choose a script name
Expand Down
2 changes: 2 additions & 0 deletions R/job_info.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#' @export
#' @author Nicholas J. Eagles
#' @import dplyr stringr utils
#'
#' @family monitoring and informational functions
#'
#' @examples
#'
Expand Down
2 changes: 2 additions & 0 deletions R/job_loop.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#' @author Nicholas J. Eagles
#' @author Leonardo Collado-Torres
#' @import purrr
#'
#' @family shell-script creation and submission functions
#'
#' @examples
#'
Expand Down
2 changes: 2 additions & 0 deletions R/job_report.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#' @export
#' @author Nicholas J. Eagles
#' @import dplyr stringr utils
#'
#' @family monitoring and informational functions
#'
#' @examples
#'
Expand Down
2 changes: 2 additions & 0 deletions R/job_single.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
#' @author Leonardo Collado-Torres
#' @author Nicholas J. Eagles
#' @import glue utils
#'
#' @family shell-script creation and submission functions
#'
#' @examples
#'
Expand Down
2 changes: 2 additions & 0 deletions R/partition_info.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#' @export
#' @author Nicholas J. Eagles
#' @import dplyr utils
#'
#' @family monitoring and informational functions
#'
#' @examples
#'
Expand Down
6 changes: 6 additions & 0 deletions man/job_info.Rd

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

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

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

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

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

0 comments on commit d2d46c5

Please sign in to comment.