Package: villager Title: A Framework for Designing and Running Agent Based Models Version: 2.0.0 Authors@R: c( person( given = "Thomas", family = "Thelen", role = c("aut", "cre"), email = "tommythelen@gmail.com" ), person( given = "Gerardo", family = "Aldana", role = c("aut"), email = "gvaldana@ucsb.edu" ), person( given = "Marcus", family = "Thomson", role = c("aut"), email = "zizroc@nceas.ucsb.edu" ), person( given = "Toni", family = "Gonzalez", role = c("aut"), email = "tonigonzalez@ucsb.edu" )) Description: This is a package for creating and running Agent Based Models (ABM). It provides a set of base classes with core functionality to allow bootstrapped models. For more intensive modeling, the supplied classes can be extended to fit researcher needs. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Depends: R (>= 3.5.0) Imports: readr, R6, uuid Suggests: covr, dplyr, knitr, leaflet, plotly, remotes, rmarkdown, testthat, roxygen2, pandoc, URL: https://github.com/zizroc/villager/ BugReports: https://github.com/zizroc/villager/issues/ VignetteBuilder: knitr Config/pak/sysreqs: libx11-dev Repository: https://zizroc.r-universe.dev Date/Publication: 2024-06-07 05:47:52 UTC RemoteUrl: https://github.com/zizroc/villager RemoteRef: HEAD RemoteSha: b8c83b8689f6493e2096b587865dc54abb8c2ce0 NeedsCompilation: no Packaged: 2026-06-15 11:56:32 UTC; root Author: Thomas Thelen [aut, cre], Gerardo Aldana [aut], Marcus Thomson [aut], Toni Gonzalez [aut] Maintainer: Thomas Thelen