MatthieuStigler / matPkg

Other
2 stars 0 forks source link

bug in mat_99_list_Rfiles, see project BR_smallholder_innov_deforest #64

Open MatthieuStigler opened 2 years ago

MatthieuStigler commented 2 years ago
dat_files <-  mat_99_list_Rfiles(dir_path= dir_ana)
Error in `mutate()`:
! Problem while computing `error_parse = map_chr(...)`.
Caused by error in `dplyr::if_else()`:
! `false` must be a character vector, not a logical vector.
Run `rlang::last_error()` to see where the error occurred.

and:

dat_files <- mat_99_list_Rfiles(dir_path= dir_setup) Error in mutate(): ! Problem while computing has_runMat = !is.na(.data$runMat). Caused by error in .data$runMat: ! Column runMat not found in .data. Run rlang::last_error() to see where the error occurred.