Ahmed El-Gabbas

Results 10 comments of Ahmed El-Gabbas

I have the same problem

Thanks @mdsumner and @rhijmans for your feedback. This seems to be a temporary solution to avoid extremely high values shown in the above example. However, there are value differences when...

Thanks @rhijmans for your explanation. For another CHELSA map (which also has a scale factor of 0.1), this problem did not occur. ``` library(terra) url

The following example suggests that the problem is how the NoData is treated. ``` library(terra) library(stringr) library(dplyr) # download file url

I encounter the same warning with at least these three functions (`terra::writeCDF`, `terra::rast`, and `plot`) on a Linux HPC [OS: SUSE Linux Enterprise Server 15 SP4] ``` # terra::setGDALconfig("GDAL_NETCDF_IGNORE_XY_AXIS_NAME_CHECKS", "NO")...

I am receiving the same note message in my personal R package. The problem is because of using the pipe operator `%>%` You need to replace, e.g. ``` 1:10 %>%...

I am receiving the same note message in my personal R package. The problem is because of using the pipe operator `%>%` You need to replace, e.g. ``` 1:10 %>%...

I am receiving the same error while reading RDS files. I checked the original R object and found no namespace element attached to it. Any thoughts? Thanks

Thanks @clauswilke. I tried a couple of examples using `cowplot::as_grob()` and I get either warnings or errors ``` plot_function

I think I found a _temporary_ solution that disables the `DeviceMisuseFutureWarning` warnings. ``` library(ggplot2) library(grid) library(ggExtra) library(future.apply) plan(multisession, workers = 2) plot_function1