Using
remotes::install_github("gzt/rmsssim")
asks for a lot of packages to be installed. Quite a few of these packages are retired, and the last versions do not install cleanly.
Looking at the file R/functions.R, it appears to me that the only package that is needed directly is raster and that installs cleanly along with dependencies on a Fedora 44 system. The source code in R/functions.R does run smoothly after that. Are these other packages needed to be installed to compile and run the rmssim package?
Using
remotes::install_github("gzt/rmsssim")asks for a lot of packages to be installed. Quite a few of these packages are retired, and the last versions do not install cleanly.
Looking at the file
R/functions.R, it appears to me that the only package that is needed directly israsterand that installs cleanly along with dependencies on a Fedora 44 system. The source code inR/functions.Rdoes run smoothly after that. Are these other packages needed to be installed to compile and run thermssimpackage?