Skip to content

Commit

Permalink
remove inline todos for exported function examples (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Nov 25, 2024
1 parent ccfd776 commit 76e8cbd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 24 deletions.
5 changes: 2 additions & 3 deletions R/analyse.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
#' @param config either a path to a config.yml file or a list of parameters
#'
#' @return NULL
#' @export
#'
#' @examples
#' # TODO
#' @export

analyse <- function(config) {
config <- load_config(config)

Expand Down
5 changes: 2 additions & 3 deletions R/match_loanbooks.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
#' @param config either a path to a config.yml file or a list of parameters
#'
#' @return NULL
#' @export
#'
#' @examples
#' # TODO
#' @export

match_loanbooks <- function(config) {
config <- load_config(config)

Expand Down
5 changes: 2 additions & 3 deletions R/prepare_abcd.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
#' @param config either a path to a config.yml file or a list of parameters
#'
#' @return NULL
#' @export
#'
#' @examples
#' # TODO
#' @export

prepare_abcd <- function(config) {
config <- load_config(config)

Expand Down
5 changes: 2 additions & 3 deletions R/prioritise_and_diagnose.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
#' @param config either a path to a config.yml file or a list of parameters
#'
#' @return NULL
#' @export
#'
#' @examples
#' # TODO
#' @export

prioritise_and_diagnose <- function(config) {
config <- load_config(config)

Expand Down
3 changes: 0 additions & 3 deletions man/analyse.Rd

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

3 changes: 0 additions & 3 deletions man/match_loanbooks.Rd

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

3 changes: 0 additions & 3 deletions man/prepare_abcd.Rd

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

3 changes: 0 additions & 3 deletions man/prioritise_and_diagnose.Rd

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

0 comments on commit 76e8cbd

Please sign in to comment.