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
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
NeedsCompilation: no
Packaged: 2024-05-25 02:29:48 UTC; thomas
Author: Thomas Thelen [aut, cre],
  Gerardo Aldana [aut],
  Marcus Thomson [aut],
  Toni Gonzalez [aut]
Maintainer: Thomas Thelen <tommythelen@gmail.com>
Repository: CRAN
Date/Publication: 2024-05-25 15:20:03 UTC
Built: R 4.6.0; ; 2025-07-18 10:21:34 UTC; unix
