-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheck_call_auto.R
More file actions
39 lines (37 loc) · 2.26 KB
/
check_call_auto.R
File metadata and controls
39 lines (37 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Automatically generated module API check functions. Think twice before editing them manually.
({
# styler: off
# dv.listings::mod_listings
check_mod_listings_auto <- function(afmm, datasets, module_id, dataset_names, default_vars, footers,
pagination, intended_use_label, subjid_var, receiver_id, review, err) {
OK <- logical(0)
used_dataset_names <- new.env(parent = emptyenv())
OK[["module_id"]] <- CM$check_module_id("module_id", module_id, err)
flags <- list(one_or_more = TRUE)
OK[["dataset_names"]] <- CM$check_dataset_name("dataset_names", dataset_names, flags, datasets, used_dataset_names,
err)
"NOTE: default_vars (group) tagged as \"manual_check\""
" The expectation is that it either does not require automated checks or that"
" the caller of this function has written manual checks near the call site."
"NOTE: footers (group) tagged as \"manual_check\""
" The expectation is that it either does not require automated checks or that"
" the caller of this function has written manual checks near the call site."
"NOTE: pagination (logical) tagged as \"manual_check\""
" The expectation is that it either does not require automated checks or that"
" the caller of this function has written manual checks near the call site."
"NOTE: intended_use_label (character) tagged as \"manual_check\""
" The expectation is that it either does not require automated checks or that"
" the caller of this function has written manual checks near the call site."
"NOTE: subjid_var (character) tagged as \"manual_check\""
" The expectation is that it either does not require automated checks or that"
" the caller of this function has written manual checks near the call site."
"NOTE: receiver_id (character) tagged as \"manual_check\""
" The expectation is that it either does not require automated checks or that"
" the caller of this function has written manual checks near the call site."
"NOTE: review (group) tagged as \"manual_check\""
" The expectation is that it either does not require automated checks or that"
" the caller of this function has written manual checks near the call site."
return(OK)
}
})
# styler: on