Install LCZ4r in RStudio
Max Anjos
November 19, 2024
Source:vignettes/instalation_lcz4r.Rmd
instalation_lcz4r.Rmd
🗃️ Installation in R
To install R package LCZ4r LCZ4r use the development version on GitHub with latest features.
if(!require(remotes)) install.packages("remotes")
remotes::install_github("ByMaxAnjos/LCZ4r", upgrade = "never")
The upgrade = “never” in the install_github indicates that package dependencies won’t be upgraded. If you want, replace “always”. In this case, the installing processing may take a few minutes.