Dustin Duncan

Results 1 comments of Dustin Duncan

Adding this if it is of any use: Geocompr packages installed using ``` install.packages("remotes") install.packages("geocompkg", repos = c("https://geocompr.r-universe.dev", "https://cloud.r-project.org"), dependencies = TRUE, force = TRUE) ``` R Session Info: ```...