FYI there are some dependences that cause ForSysXR error (although easy to fix):
Installing package into ‘C:/Users/maday/AppData/Local/R/win-library/4.5’
(as ‘lib’ is unspecified)
ERROR: dependencies 'ggplot2', 'raster', 'leaflet', 'colorspace' are not available for package 'ForSysXR'
Perhaps try a variation of:
install.packages(c('ggplot2', 'raster', 'leaflet', 'colorspace'))
- removing 'C:/Users/maday/AppData/Local/R/win-library/4.5/ForSysXR'
There were 23 warnings (use warnings() to see them)
FYI there are some dependences that cause ForSysXR error (although easy to fix):
Installing package into ‘C:/Users/maday/AppData/Local/R/win-library/4.5’
(as ‘lib’ is unspecified)
ERROR: dependencies 'ggplot2', 'raster', 'leaflet', 'colorspace' are not available for package 'ForSysXR'
Perhaps try a variation of:
install.packages(c('ggplot2', 'raster', 'leaflet', 'colorspace'))
There were 23 warnings (use warnings() to see them)