Package: simodels
Title: Flexible Framework for Developing Spatial Interaction Models
Version: 0.0.5
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) <doi:10.1068/a030001>.
License: AGPL (>= 3)
URL: https://github.com/robinlovelace/simodels,
        https://robinlovelace.github.io/simodels/
BugReports: https://github.com/robinlovelace/simodels/issues
Depends: R (>= 2.10)
Imports: dplyr, geodist, od (>= 0.4.0), rlang, sf
Suggests: ggplot2, knitr, minpack.lm, rmarkdown, tmap
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-08-31 20:56:36 UTC; robin
Author: Robin Lovelace [aut, cre] (<https://orcid.org/0000-0001-5679-6536>),
  Jakub Nowosad [aut] (<https://orcid.org/0000-0002-1057-3721>)
Maintainer: Robin Lovelace <rob00x@gmail.com>
Repository: CRAN
Date/Publication: 2022-08-31 21:10:02 UTC
Built: R 4.1.2; ; 2022-09-01 11:18:56 UTC; unix
