{
  "_id": "6a1c059f1d7bb097a0a2ae28",
  "Package": "griddy",
  "Title": "Geospatial Distribution Dynamics for Simple Features",
  "Version": "0.1.0",
  "Authors@R": "person(\"Dmitry\", \"Shkolnik\", email = \"shkolnikd@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Tools for exploratory geospatial distribution dynamics\nwith 'sf' objects and tidy data. Provides pooled and\ntime-specific classification of longitudinal spatial values,\nclassic discrete Markov transition matrices, spatial Markov\nmatrices conditioned on spatial-lag classes, endpoint and\nadjacent rank mobility summaries, and 'ggplot2' visualizations.\nMethods follow Rey (2001)\n<doi:10.1111/j.1538-4632.2001.tb00444.x> and Rey et al. (2016)\n<doi:10.1007/s10109-016-0234-x>; design is inspired by the\nPython 'PySAL' 'giddy' package <https://pysal.org/giddy/>.",
  "URL": "https://github.com/dshkol/griddy, https://dshkol.github.io/griddy/",
  "BugReports": "https://github.com/dshkol/griddy/issues",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "LazyData": "true",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibicu-dev libssl-dev libproj-dev libsqlite3-dev\nlibudunits2-dev",
  "Repository": "https://dshkol.r-universe.dev",
  "Date/Publication": "2026-05-27 16:32:44 UTC",
  "RemoteUrl": "https://github.com/dshkol/griddy",
  "RemoteRef": "HEAD",
  "RemoteSha": "e9a36d2930eeffda04abd8f41adf33737ad29845",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 09:52:38 UTC",
    "User": "root"
  },
  "Author": "Dmitry Shkolnik [aut, cre]",
  "Maintainer": "Dmitry Shkolnik <shkolnikd@gmail.com>",
  "MD5sum": "9bb1eb9c7d23d1fe95cf985a638aec06",
  "_user": "dshkol",
  "_type": "src",
  "_file": "griddy_0.1.0.tar.gz",
  "_fileid": "8e5f59e68e0c14b5a04889e2fdd06a26929ff1a6ea03a1a7c4aedf8c8d9ede80",
  "_filesize": 568807,
  "_sha256": "8e5f59e68e0c14b5a04889e2fdd06a26929ff1a6ea03a1a7c4aedf8c8d9ede80",
  "_created": "2026-05-31T09:52:38.000Z",
  "_published": "2026-05-31T09:55:43.149Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78716672113,
      "time": 152,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315760866"
    },
    {
      "job": 78716672108,
      "time": 153,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315761073"
    },
    {
      "job": 78716672121,
      "time": 117,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315760197"
    },
    {
      "job": 78716672105,
      "time": 87,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315755748"
    },
    {
      "job": 78716468397,
      "time": 224,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315745326"
    },
    {
      "job": 78716672102,
      "time": 137,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315759246"
    },
    {
      "job": 78716672119,
      "time": 125,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315757999"
    },
    {
      "job": 78716672120,
      "time": 97,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315755271"
    },
    {
      "job": 78716672115,
      "time": 79,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315753329"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dshkol/actions/runs/26709321145",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/dshkol/griddy",
  "_commit": {
    "id": "e9a36d2930eeffda04abd8f41adf33737ad29845",
    "author": "Dmitry Shkolnik <shkolnikd@gmail.com>",
    "committer": "Dmitry Shkolnik <shkolnikd@gmail.com>",
    "message": "Fix CITATION before package install\n",
    "time": 1779899564
  },
  "_maintainer": {
    "name": "Dmitry Shkolnik",
    "email": "shkolnikd@gmail.com",
    "login": "dshkol",
    "bluesky": "@dshkol.bsky.social",
    "twitter": "@dshkol",
    "description": "oss work: geo, census data, ai harnesses for geo and census data / corpo work: marketplace ds and ai @ biggish tech\n",
    "uuid": 5847527
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "scales",
      "role": "Imports"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "spdep",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "cancensus",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "microbenchmark",
      "role": "Suggests"
    },
    {
      "package": "pkgdown",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "sfdep",
      "role": "Suggests"
    },
    {
      "package": "spData",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "tidycensus",
      "role": "Suggests"
    }
  ],
  "_owner": "dshkol",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-18",
      "n": 6
    },
    {
      "week": "2026-21",
      "n": 1
    },
    {
      "week": "2026-22",
      "n": 10
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "dshkol",
      "count": 17,
      "uuid": 5847527
    }
  ],
  "_userbio": {
    "uuid": 5847527,
    "type": "user",
    "name": "Dmitry Shkolnik",
    "description": "oss work: geo, census data, ai harnesses for geo and census data / corpo work: marketplace ds and ai @ biggish tech\r\n"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/griddy"
  },
  "_devurl": "https://github.com/dshkol/griddy",
  "_pkgdown": "https://dshkol.github.io/griddy/",
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/griddy.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dshkol/griddy",
  "_realowner": "dshkol",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-05-30"
    }
  ],
  "_exports": [
    "class_intervals",
    "classify_dynamics",
    "lag_intervals",
    "markov_dynamics",
    "plot_rank_mobility",
    "plot_spatial_markov",
    "plot_transition_matrix",
    "rank_mobility",
    "spatial_markov",
    "steady_state",
    "transition_matrix"
  ],
  "_datasets": [
    {
      "name": "usjoin",
      "title": "US State Per-Capita Personal Income, 1929-2009",
      "object": "usjoin",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "name",
        "state_fips",
        "year",
        "income"
      ],
      "rows": 3888,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "class_intervals",
      "title": "Class Intervals Used By A griddy Object",
      "topics": [
        "class_intervals"
      ]
    },
    {
      "page": "classify_dynamics",
      "title": "Classify Longitudinal Values For Distribution Dynamics",
      "topics": [
        "classify_dynamics"
      ]
    },
    {
      "page": "lag_intervals",
      "title": "Spatial Lag Intervals Used By A Spatial Markov Object",
      "topics": [
        "lag_intervals"
      ]
    },
    {
      "page": "markov_dynamics",
      "title": "Estimate Classic Markov Transition Dynamics",
      "topics": [
        "markov_dynamics"
      ]
    },
    {
      "page": "plot_rank_mobility",
      "title": "Plot Rank Mobility",
      "topics": [
        "plot_rank_mobility"
      ]
    },
    {
      "page": "plot_spatial_markov",
      "title": "Plot Spatial Markov Matrices",
      "topics": [
        "plot_spatial_markov"
      ]
    },
    {
      "page": "plot_transition_matrix",
      "title": "Plot A Transition Matrix",
      "topics": [
        "plot_transition_matrix"
      ]
    },
    {
      "page": "rank_mobility",
      "title": "Compute Rank Mobility",
      "topics": [
        "rank_mobility"
      ]
    },
    {
      "page": "spatial_markov",
      "title": "Estimate Spatial Markov Transition Dynamics",
      "topics": [
        "spatial_markov"
      ]
    },
    {
      "page": "steady_state",
      "title": "Estimate Stationary Distribution",
      "topics": [
        "steady_state"
      ]
    },
    {
      "page": "transition_matrix",
      "title": "Extract A Transition Matrix",
      "topics": [
        "transition_matrix"
      ]
    },
    {
      "page": "usjoin",
      "title": "US State Per-Capita Personal Income, 1929-2009",
      "topics": [
        "usjoin"
      ]
    }
  ],
  "_readme": "https://github.com/dshkol/griddy/raw/HEAD/README.md",
  "_rundeps": [
    "boot",
    "class",
    "classInt",
    "cli",
    "cpp11",
    "DBI",
    "deldir",
    "dplyr",
    "e1071",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "KernSmooth",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "MASS",
    "pillar",
    "pkgconfig",
    "proxy",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "s2",
    "S7",
    "scales",
    "sf",
    "sp",
    "spData",
    "spdep",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "units",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "wk"
  ],
  "_vignettes": [
    {
      "source": "griddy.Rmd",
      "filename": "griddy.html",
      "title": "Geospatial Distribution Dynamics With griddy",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Classification",
        "Classic Markov",
        "Spatial Markov",
        "Rank Mobility",
        "Output schemas"
      ],
      "created": "2026-04-27 00:21:34",
      "modified": "2026-05-26 01:58:54",
      "commits": 6
    }
  ],
  "_score": 4.176091259055681,
  "_indexed": true,
  "_nocasepkg": "griddy",
  "_universes": [
    "dshkol"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-31T09:55:05.000Z",
      "distro": "noble",
      "commit": "e9a36d2930eeffda04abd8f41adf33737ad29845",
      "fileid": "578746e21f686935db6948cca3ccf90a5bb6e3bb23dec597291160c1ac15cb56",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dshkol/actions/runs/26709321145"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-31T09:55:09.000Z",
      "distro": "noble",
      "commit": "e9a36d2930eeffda04abd8f41adf33737ad29845",
      "fileid": "a034ec4823d60d1b26c468093063041c937d9e877cbefc0038fa450b14bd605f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dshkol/actions/runs/26709321145"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-31T09:55:02.000Z",
      "commit": "e9a36d2930eeffda04abd8f41adf33737ad29845",
      "fileid": "b970824b0eeb581b23a232686807db03114b965b132a1bd48f183e5962c8129a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dshkol/actions/runs/26709321145"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-31T09:54:23.000Z",
      "commit": "e9a36d2930eeffda04abd8f41adf33737ad29845",
      "fileid": "52a04ffb6f3cb5cc3d023839c255a94bf8bbc744fc560aad3905a5b31ba43d86",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dshkol/actions/runs/26709321145"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-31T09:55:09.000Z",
      "commit": "e9a36d2930eeffda04abd8f41adf33737ad29845",
      "fileid": "7c60c8f183316eb9c97b676dd81469e62e58fa0774fdc95857f9fcd4791b4cc0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dshkol/actions/runs/26709321145"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-31T09:54:35.000Z",
      "commit": "e9a36d2930eeffda04abd8f41adf33737ad29845",
      "fileid": "2f6965bff34ca8dd40c4cdb2bc695eac6bc60d60ea60906c5e25b83e7f9cb888",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dshkol/actions/runs/26709321145"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-31T09:54:10.000Z",
      "commit": "e9a36d2930eeffda04abd8f41adf33737ad29845",
      "fileid": "91f08c8ee8b043a0569f3e874fd8dfcf57bc90ce064054f4b002a798cc0dfea0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dshkol/actions/runs/26709321145"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-31T09:53:48.000Z",
      "commit": "e9a36d2930eeffda04abd8f41adf33737ad29845",
      "fileid": "ac0200e8f006ba5c09ae326035109aeb1bbd0c5c7e49552ba18aafe0391b0c37",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dshkol/actions/runs/26709321145"
    }
  ]
}