Jakub
Jakub
Reprex of the source of the issue: ``` devtools::load_all() directions
In short, the issue happens when `perimeter_patch$value` is 4, then multiplied by 0.25, it is 1. The logarithm of 1 is 0....
Probably we should just replace ` frac_patch[is.na(frac_patch)]
@RcampoR I translated your message to English. Is it correct that you suggest two things mentioned below? 1. Add zebra frames to the map (aesthetics) 2. Be able to add...
Hi @dustin-duncan -- thanks for opening the issue. I think this is a new problem related with the release of mlr3 version 1.0.0 (https://cran.r-project.org/package=mlr3). I can reproduce it and now...
This issue propagates to mlr3spatiotempcv -- see https://cloud.r-project.org/web/checks/check_results_mlr3spatiotempcv.html. I assume that it should be fixed on the mlr3 part, I am just unsure if it should be mlr3 or mlr3spatiotempcv....
The `nz` object comes from the **spData** package: ``` r library(sf) #> Linking to GEOS 3.13.0, GDAL 3.10.3, PROJ 9.6.2; sf_use_s2() is TRUE library(spData) plot(nz) ```  Created on 2025-09-01...