[Pipegrid in branch V2](https://github.com/Ecosystem-Assessments/pipedat/blob/v2/R/pipegrid.R) return an error at line 26: ``` Erreur dans if (c("bbox", "numeric", "integer") %in% class(aoi)) { : la condition est de longueur > 1 ``` i think it should be: class(aoi) %in% c("bbox", "numeric", "integer") instead.