Package: simodels Title: Flexible Framework for Developing Spatial Interaction Models Version: 0.2.0 Authors@R: c( person("Robin", "Lovelace", , "rob00x@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5679-6536")), person("Jakub", "Nowosad", , "nowosad.jakub@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-1057-3721")) ) Description: Develop spatial interaction models (SIMs). SIMs predict the amount of interaction, for example number of trips per day, between geographic entities representing trip origins and destinations. Contains functions for creating origin-destination datasets from geographic input datasets and calculating movement between origin-destination pairs with constrained, production-constrained, and attraction-constrained models (Wilson 1979) . License: AGPL (>= 3) URL: https://github.com/robinlovelace/simodels, https://robinlovelace.github.io/simodels/ BugReports: https://github.com/robinlovelace/simodels/issues Depends: R (>= 4.1.0) Imports: dplyr, geodist, od (>= 0.5.1), rlang, sf Suggests: ggplot2, knitr, minpack.lm, nngeo, rmarkdown, tmap VignetteBuilder: knitr Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://robinlovelace.r-universe.dev Date/Publication: 2025-03-07 14:31:57 UTC RemoteUrl: https://github.com/robinlovelace/simodels RemoteRef: HEAD RemoteSha: 463769a24845bfa0402991e88beb4d9fd7b3a2d5 NeedsCompilation: no Packaged: 2026-07-02 08:23:54 UTC; root Author: Robin Lovelace [aut, cre] (ORCID: ), Jakub Nowosad [aut] (ORCID: ) Maintainer: Robin Lovelace