R encountered a fatal error The session was terminated.

I am working on ERA5 hourly NC file, using terra and raster library, I would like to replace layer values with specific values but RStudio does not allow me and give me the error..

xxx<-rast(nc file)
xxx
class : SpatRaster
dimensions : 101, 253, 455832 (nrow, ncol, nlyr)
resolution : 0.25, 0.25 (x, y)
...

I would like change xxx[20,50,]<- 10
sth like that but Rstudio completely crash and give me error R encountered a fatal error The session was terminated....

please let me know your solution or suggestion

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.