Skip to content

Commit

Permalink
start fixing for udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikbuhl committed Jan 8, 2025
1 parent f141a65 commit faa7aac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/globals.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
utils::globalVariables(c("evas_list",
"verbose",
"menu",
"setNames"))
"setNames",
"error.ignore"))
1 change: 1 addition & 0 deletions R/utils_dataprocessing.R
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ forming_evas <- function(list_of) {
#' @param area Parameter to be checked
#' @param verbose Parameter to be checked
#' @param raw Parameter to be checked
#' @param pagelength Parameter to be checked
#'
check_function_input <- function(code = NULL,
term = NULL,
Expand Down
2 changes: 2 additions & 0 deletions man/check_function_input.Rd

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

0 comments on commit faa7aac

Please sign in to comment.