Package: villager
Title: A Framework for Designing and Running Agent Based Models
Version: 1.1.1
Authors@R: c(
  person(
    given = "Thomas",
    family = "Thelen",
    role = c("aut", "cre"),
    email = "thelen@nceas.ucsb.edu"
  ),
  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
LazyData: false
RoxygenNote: 7.1.1
Depends: R (>= 3.5.0)
Imports: readr, R6, uuid
Suggests: covr, dplyr, knitr, leaflet, plotly, remotes, rmarkdown,
        testthat,
URL: https://github.com/zizroc/villager/
BugReports: https://github.com/zizroc/villager/issues/
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-04-14 00:41:29 UTC; thomas
Author: Thomas Thelen [aut, cre],
  Gerardo Aldana [aut],
  Marcus Thomson [aut],
  Toni Gonzalez [aut]
Maintainer: Thomas Thelen <thelen@nceas.ucsb.edu>
Repository: CRAN
Date/Publication: 2022-04-15 10:20:02 UTC
Built: R 4.1.2; ; 2022-04-16 11:05:29 UTC; unix
