{
  "_id": "6a1027c6acfb0bcc41c904e4",
  "Package": "villager",
  "Title": "A Framework for Designing and Running Agent Based Models",
  "Version": "2.0.0",
  "Authors@R": "c(\nperson(\ngiven = \"Thomas\",\nfamily = \"Thelen\",\nrole = c(\"aut\", \"cre\"),\nemail = \"tommythelen@gmail.com\"\n),\nperson(\ngiven = \"Gerardo\",\nfamily = \"Aldana\",\nrole = c(\"aut\"),\nemail = \"gvaldana@ucsb.edu\"\n),\nperson(\ngiven = \"Marcus\",\nfamily = \"Thomson\",\nrole = c(\"aut\"),\nemail = \"zizroc@nceas.ucsb.edu\"\n),\nperson(\ngiven = \"Toni\",\nfamily = \"Gonzalez\",\nrole = c(\"aut\"),\nemail = \"tonigonzalez@ucsb.edu\"\n))",
  "Description": "This is a package for creating and running Agent Based\nModels (ABM). It provides a set of base classes with core\nfunctionality to allow bootstrapped models. For more intensive\nmodeling, the supplied classes can be extended to fit\nresearcher needs.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.1",
  "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": {
    "Date": "2026-05-13 08:25:31 UTC",
    "User": "root"
  },
  "Author": "Thomas Thelen [aut, cre],\nGerardo Aldana [aut],\nMarcus Thomson [aut],\nToni Gonzalez [aut]",
  "Maintainer": "Thomas Thelen <tommythelen@gmail.com>",
  "MD5sum": "5faea1ee11eaad5e74f8e0e5abf88eb7",
  "_user": "zizroc",
  "_type": "src",
  "_file": "villager_2.0.0.tar.gz",
  "_fileid": "2294b7432b67691849aed91c6673f82acd12b3d6ae7abbe25a33e8dd92298142",
  "_filesize": 562897,
  "_sha256": "2294b7432b67691849aed91c6673f82acd12b3d6ae7abbe25a33e8dd92298142",
  "_created": "2026-05-13T08:25:31.000Z",
  "_published": "2026-05-22T09:54:14.734Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77356600739,
      "time": 146,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6965164238"
    },
    {
      "job": 77356600649,
      "time": 152,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6965165957"
    },
    {
      "job": 77356600594,
      "time": 174,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6965164731"
    },
    {
      "job": 77356600485,
      "time": 183,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6965160943"
    },
    {
      "job": 77356600294,
      "time": 317,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6965115403"
    },
    {
      "job": 77356600178,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157731865"
    },
    {
      "job": 77356600459,
      "time": 146,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6965164179"
    },
    {
      "job": 77356600763,
      "time": 101,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6965150226"
    },
    {
      "job": 77356600855,
      "time": 112,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6965153185"
    }
  ],
  "_buildurl": "https://github.com/r-universe/zizroc/actions/runs/25787210533",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/zizroc/villager",
  "_commit": {
    "id": "b8c83b8689f6493e2096b587865dc54abb8c2ce0",
    "author": "Marcus Thomson <38635903+zizroc@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #97 from zizroc/cross-village-interaction\n\nCross village interaction",
    "time": 1717739272
  },
  "_maintainer": {
    "name": "Thomas Thelen",
    "email": "tommythelen@gmail.com",
    "login": "thomasthelen",
    "uuid": 9289652
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "uuid",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "leaflet",
      "role": "Suggests"
    },
    {
      "package": "plotly",
      "role": "Suggests"
    },
    {
      "package": "remotes",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "pandoc",
      "role": "Suggests"
    }
  ],
  "_owner": "zizroc",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "abm",
    "agent-based-modeling",
    "simulation"
  ],
  "_stars": 64,
  "_contributors": [
    {
      "user": "thomasthelen",
      "count": 143,
      "uuid": 9289652
    },
    {
      "user": "zizroc",
      "count": 22,
      "uuid": 38635903
    },
    {
      "user": "ohmannyy",
      "count": 6,
      "uuid": 49217549
    },
    {
      "user": "gvaldana",
      "count": 2,
      "uuid": 69069193
    }
  ],
  "_userbio": {
    "uuid": 38635903,
    "type": "user",
    "name": "Marcus Thomson"
  },
  "_downloads": {
    "count": 221,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/villager"
  },
  "_devurl": "https://github.com/zizroc/villager",
  "_searchresults": 18,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/villager.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/zizroc/villager",
  "_realowner": "zizroc",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.1.1",
      "date": "2022-04-15"
    },
    {
      "version": "2.0.0",
      "date": "2024-05-25"
    }
  ],
  "_exports": [
    "agent",
    "agent_manager",
    "data_writer",
    "model_data",
    "resource",
    "resource_manager",
    "simulation",
    "village",
    "village_manager",
    "village_state"
  ],
  "_help": [
    {
      "page": "agent",
      "title": "agent",
      "topics": [
        "agent"
      ]
    },
    {
      "page": "agent_manager",
      "title": "agent Manager",
      "topics": [
        "agent_manager"
      ]
    },
    {
      "page": "data_writer",
      "title": "Data Writer",
      "topics": [
        "data_writer"
      ]
    },
    {
      "page": "model_data",
      "title": "Model Data",
      "topics": [
        "model_data"
      ]
    },
    {
      "page": "resource",
      "title": "Resource",
      "topics": [
        "resource"
      ]
    },
    {
      "page": "resource_manager",
      "title": "Resource Manager",
      "topics": [
        "resource_manager"
      ]
    },
    {
      "page": "Simulation",
      "title": "simulation",
      "topics": [
        "simulation"
      ]
    },
    {
      "page": "village",
      "title": "Village",
      "topics": [
        "village"
      ]
    },
    {
      "page": "village_manager",
      "title": "Village Manager",
      "topics": [
        "village_manager"
      ]
    },
    {
      "page": "village_state",
      "title": "village_state",
      "topics": [
        "village_state"
      ]
    }
  ],
  "_pkglogo": "https://github.com/zizroc/villager/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/zizroc/villager/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "glue",
    "hms",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "R6",
    "readr",
    "rlang",
    "tibble",
    "tidyselect",
    "tzdb",
    "utf8",
    "uuid",
    "vctrs",
    "vroom",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "example-boltzman-wealth.Rmd",
      "filename": "example-boltzman-wealth.html",
      "title": "Boltzman Wealth",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Wealth Exchange",
        "Location",
        "Extended Agent",
        "Initial Condition",
        "Model",
        "Running",
        "Results"
      ],
      "created": "2022-08-07 19:37:54",
      "modified": "2024-06-07 05:47:52",
      "commits": 3
    },
    {
      "source": "extending-agents.Rmd",
      "filename": "extending-agents.html",
      "title": "extending-agents",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Extending Agents",
        "Agent with a GPS coordinate",
        "Custom agent class",
        "Initial Condition",
        "Model",
        "Running",
        "Results"
      ],
      "created": "2022-04-09 22:23:07",
      "modified": "2024-06-07 05:47:52",
      "commits": 5
    },
    {
      "source": "village-village-interactions.Rmd",
      "filename": "village-village-interactions.html",
      "title": "village-village-interaction",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Village-Village Interaction",
        "Scenario",
        "Initial Condition",
        "Village A",
        "Village B",
        "Models",
        "Running",
        "Results"
      ],
      "created": "2024-06-07 05:47:52",
      "modified": "2024-06-07 05:47:52",
      "commits": 1
    },
    {
      "source": "extending-resources.Rmd",
      "filename": "extending-resources.html",
      "title": "extending-resources",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Extending Resources",
        "Resource with an expiration date",
        "Custom resource class",
        "Initial Condition",
        "Model",
        "Running",
        "Results"
      ],
      "created": "2022-04-09 22:23:07",
      "modified": "2024-06-07 05:47:52",
      "commits": 5
    }
  ],
  "_score": 6.839603729470837,
  "_indexed": true,
  "_nocasepkg": "villager",
  "_universes": [
    "zizroc",
    "thomasthelen"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-05-13T08:27:55.000Z",
      "distro": "noble",
      "commit": "b8c83b8689f6493e2096b587865dc54abb8c2ce0",
      "fileid": "b5bee04bf3cc755cec9b4ba90cf5fadcaa5dce1f725700acd5b2f3e2577c8772",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zizroc/actions/runs/25787210533"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-05-13T08:27:59.000Z",
      "distro": "noble",
      "commit": "b8c83b8689f6493e2096b587865dc54abb8c2ce0",
      "fileid": "5c4e98d6f08a1812e6f050a28d8fd8017981e0ca76c25840621586d731d92bac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zizroc/actions/runs/25787210533"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-05-13T08:28:02.000Z",
      "commit": "b8c83b8689f6493e2096b587865dc54abb8c2ce0",
      "fileid": "584401d0ce3252cef78bf35ac6e59aacd93fa0d21eb3e91edfa2bdd8e6b1416f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zizroc/actions/runs/25787210533"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-05-13T08:27:50.000Z",
      "commit": "b8c83b8689f6493e2096b587865dc54abb8c2ce0",
      "fileid": "0867da8191189c5b9915302a15982d92740bfed660fe0c39dbde9a7ef7e047c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zizroc/actions/runs/25787210533"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-05-13T08:27:49.000Z",
      "commit": "b8c83b8689f6493e2096b587865dc54abb8c2ce0",
      "fileid": "8807e63ef5895f9284a751f2b117a08c076e0251315f8fcb6d90809774d6afa4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zizroc/actions/runs/25787210533"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-05-13T08:27:07.000Z",
      "commit": "b8c83b8689f6493e2096b587865dc54abb8c2ce0",
      "fileid": "3115a8bd747f38c38f0e0e3a8b0121af491d9e79b184bccf9481e918cb7240b6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zizroc/actions/runs/25787210533"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-05-13T08:27:14.000Z",
      "commit": "b8c83b8689f6493e2096b587865dc54abb8c2ce0",
      "fileid": "85704f1464a9c6fbe0ebc629a71eed405a03cf22c9d75ccd5181ec7f613b06c0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zizroc/actions/runs/25787210533"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.0",
      "date": "2026-05-22T09:53:55.000Z",
      "commit": "b8c83b8689f6493e2096b587865dc54abb8c2ce0",
      "fileid": "fa7a14477519322f2c8e41631ca1dac2558a6a39b818f6feb0fd2510123f8a4c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/zizroc/actions/runs/25787210533"
    }
  ]
}