Closed bgruening closed 1 year ago
IT seems there is still an error with cluster estimate. Locally, I have:
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
✔ forcats 1.0.0 ✔ readr 2.1.4
✔ ggplot2 3.4.4 ✔ stringr 1.5.0
✔ lubridate 1.9.3 ✔ tibble 3.2.1
✔ purrr 1.0.2 ✔ tidyr 1.3.0
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
Warning message:
Failed to locate timezone database
Error in names(data.bio) <- c("lat", "long", "pred", "taxon") :
'names' attribute [4] must be the same length as the vector [1]
Execution halted
And for "mahe clara cluster, this error on CI here:
The following objects are masked from âpackage:statsâ:
filter, lag
The following objects are masked from âpackage:baseâ:
intersect, setdiff, setequal, union
ââ Attaching core tidyverse packages ââââââââââââââââââââââââ tidyverse 2.0.0 ââ
â forcats 1.0.0 â readr 2.1.4
â ggplot2 3.4.4 â stringr 1.5.0
â lubridate 1.9.3 â tibble 3.2.1
â purrr 1.0.2 â tidyr 1.3.0
ââ Conflicts ââââââââââââââââââââââââââââââââââââââââââ tidyverse_conflicts() ââ
â dplyr::filter() masks stats::filter()
â dplyr::lag() masks stats::lag()
â¹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
Warning message:
Failed to locate timezone database
Error in data.frame(..., check.names = FALSE) :
arguments imply differing number of rows: 155823, 15
Calls: cbind -> cbind -> data.frame
Execution halted
.
normally it will be better with new test-data files uploaded
Seems to be ok, and on the good branch;) ! @bgruening ok for you?
@yvanlebras you never merged in master but in this branch here.