You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: inst/validation/specs.R
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ fs_spec <- specs_list(
34
34
"selected_dataset_name_access"="Modules will have access to the name of the selected dataset",
35
35
"module_name_access"="Modules will have access to its name and the name of the other modules",
36
36
"modification_dates_access"="Modules will have access to the earliest and latest modification dates of all the data tables.",
37
-
"module_tab_switching"="dv.manager allows programatically switching from one module tab to another",
37
+
"module_tab_switching"="dv.manager allows programatically switching from one module tab to another",
38
38
"SSO_authentication_option"="dv.manager provides the option to enable the authentication of App Users with SSO to access the app.",
39
39
"empty_datasets"="dv.manager supports datasets with 0 rows"
40
40
)
@@ -95,7 +95,7 @@ or a positive numeric value which is then interpreted as a lubridate duration ob
95
95
"dispatchers"="- dispatchers: A dispatcher function that simplifies the acces to datasets from the module invocation in the module list.",
96
96
"SSO_login_option"="module manager offers the option of providing an SSO login. For this the app uses the AzureAuth package.",
97
97
"AzureAuth_integration"="module manager just passes the information to AzureAuth therefore no development testing is done at this level, as it requires an Azure AD in place and it is not available at build time in Jenkins.",
98
-
"data_reloading"="Module Manager allows reloading the data after a given amount of time. The data_reload parameter will be specified by the App Creator."
98
+
"data_reloading"="Module Manager allows reloading the data after a given amount of time. The data_reload parameter will be specified by the App Creator."
99
99
)
100
100
101
101
tab_group<-list(
@@ -110,7 +110,9 @@ filtering <- list(
110
110
)
111
111
112
112
preprocessing<-list(
113
-
"char_to_factor_mapping"="Module manager will automatically map character columns into factors for all the variables in all the datasets loaded in the app"
113
+
"char_to_factor_mapping"="Module manager will automatically map character columns into factors for all the variables in all the datasets loaded in the app",
114
+
"ungroup_datasets"="Module manager will automatically ungroup datasets",
115
+
"tibble2df"="Module manager will automatically transform tibble in data.frames"
test_that("decorate_char_vars_to_factor_vars_dataset_list decorates a functions that returns a list of data.frames and transforms character variables into factor variables", { # nolintr
58
+
test_that("decorate_char_vars_to_factor_vars_dataset_list decorates a functions that returns a list of data.frames and transforms character variables into factor variables"|>
test_that("decorate_ungroup2df_datasets_dataset_list decorates a functions that returns a list of data.frames and ungroups and transforms into data.frames all datasets in the list"|>
0 commit comments