{
  "_id": "6a26db9b24555f66ed525dad",
  "Package": "ArchipelagoEngine",
  "Title": "Spatial Weight Construction for Archipelagic Geographies",
  "Version": "0.1.1",
  "Authors@R": "person(\"NJ\", \"Talingting\",\nemail = \"ninotalingting77@gmail.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0009-0003-7245-874X\"))",
  "Description": "Implements specialized K-Nearest Neighbor (KNN) logic to\naddress the unique challenges of spatial modeling in\narchipelagic environments. Standard contiguity models often\nleave significant portions of island nations (e.g., 20% of the\nPhilippines) mathematically isolated. This package provides\ntools to ensure 100% network connectivity, neutralizing spatial\nbias and enabling robust econometric inference. Methodology\nfollows Anselin (1988, ISBN:9024737354) and LeSage and Pace\n(2009) <doi:10.1201/9781420064254>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.3.3",
  "URL": "https://github.com/pinasr/ArchipelagoEngine,\nhttps://pinasr.r-universe.dev/ArchipelagoEngine",
  "BugReports": "https://github.com/pinasr/ArchipelagoEngine/issues",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibssl-dev libproj-dev libsqlite3-dev libudunits2-dev",
  "Repository": "https://pinasr.r-universe.dev",
  "Date/Publication": "2026-06-08 12:04:46 UTC",
  "RemoteUrl": "https://github.com/pinasr/ArchipelagoEngine",
  "RemoteRef": "HEAD",
  "RemoteSha": "65f384bce17af3e0d1cfc4719e24e8ce532d833d",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-08 14:53:45 UTC",
    "User": "root"
  },
  "Author": "NJ Talingting [aut, cre] (ORCID:\n<https://orcid.org/0009-0003-7245-874X>)",
  "Maintainer": "NJ Talingting <ninotalingting77@gmail.com>",
  "MD5sum": "32f2316f6b727d20af73ca4551108df7",
  "_user": "pinasr",
  "_type": "src",
  "_file": "ArchipelagoEngine_0.1.1.tar.gz",
  "_fileid": "2f6c6a54e7a2d5620c8de48b252b8bc936d95687e0223fca4b84bcd6bca16c87",
  "_filesize": 1078362,
  "_sha256": "2f6c6a54e7a2d5620c8de48b252b8bc936d95687e0223fca4b84bcd6bca16c87",
  "_created": "2026-06-08T14:53:45.000Z",
  "_published": "2026-06-08T15:11:23.577Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80124651539,
      "time": 151,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7483986639"
    },
    {
      "job": 80124651942,
      "time": 160,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7483989827"
    },
    {
      "job": 80124651575,
      "time": 80,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7484339587"
    },
    {
      "job": 80124652173,
      "time": 136,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7484384812"
    },
    {
      "job": 80123808091,
      "time": 223,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7483915900"
    },
    {
      "job": 80124651534,
      "time": 132,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7483977722"
    },
    {
      "job": 80124651782,
      "time": 122,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7483974077"
    },
    {
      "job": 80124651543,
      "time": 84,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7483956496"
    },
    {
      "job": 80124651660,
      "time": 97,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7483963381"
    }
  ],
  "_buildurl": "https://github.com/r-universe/pinasr/actions/runs/27145971844",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/pinasr/ArchipelagoEngine",
  "_commit": {
    "id": "65f384bce17af3e0d1cfc4719e24e8ce532d833d",
    "author": "NJ Talingting <ninotalingting77@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "adjust hexsticker size",
    "time": 1780920286
  },
  "_maintainer": {
    "name": "NJ Talingting",
    "email": "ninotalingting77@gmail.com",
    "login": "njtalingting",
    "mastodon": "@njtalingting@mastodon.social",
    "linkedin": "in/njtalingting",
    "description": "R Spatial Developer",
    "uuid": 267098928
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "spdep",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "splm",
      "role": "Suggests"
    },
    {
      "package": "spatialreg",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "pinasr",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-11",
      "n": 165
    },
    {
      "week": "2026-12",
      "n": 5
    },
    {
      "week": "2026-14",
      "n": 65
    },
    {
      "week": "2026-15",
      "n": 26
    },
    {
      "week": "2026-16",
      "n": 11
    },
    {
      "week": "2026-17",
      "n": 1
    },
    {
      "week": "2026-18",
      "n": 1
    },
    {
      "week": "2026-19",
      "n": 6
    },
    {
      "week": "2026-22",
      "n": 20
    },
    {
      "week": "2026-23",
      "n": 27
    },
    {
      "week": "2026-24",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.1.1",
      "date": "2026-03-11"
    }
  ],
  "_topics": [
    "spatial-econometrics",
    "archipelago",
    "connectivity",
    "rcpp",
    "philippines",
    "maritime-logistics",
    "island"
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "njtalingting",
      "count": 328,
      "uuid": 267098928
    }
  ],
  "_userbio": {
    "uuid": 276880856,
    "type": "organization",
    "name": "PinasR",
    "description": "A collection of R packages made by Filipinos to champion reproducible science in the Philippines."
  },
  "_downloads": {
    "count": 573,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ArchipelagoEngine"
  },
  "_devurl": "https://github.com/pinasr/archipelagoengine",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/ArchipelagoEngine.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/pinasr/archipelagoengine",
  "_realowner": "pinasr",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2026-03-10"
    }
  ],
  "_exports": [
    "build_archipelago_weight"
  ],
  "_datasets": [
    {
      "name": "raw_data",
      "title": "Philippine Provincial Map (81 Provinces)",
      "object": "raw_data",
      "class": [
        "sf",
        "data.frame"
      ],
      "fields": [
        "GID_1",
        "GID_0",
        "COUNTRY",
        "NAME_1",
        "VARNAME_1",
        "NL_NAME_1",
        "TYPE_1",
        "ENGTYPE_1",
        "CC_1",
        "HASC_1",
        "ISO_1",
        "geometry"
      ],
      "rows": 81,
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "build_archipelago_weight",
      "title": "Build Archipelagic Spatial Weights",
      "topics": [
        "build_archipelago_weight"
      ]
    },
    {
      "page": "raw_data",
      "title": "Philippine Provincial Map (81 Provinces)",
      "topics": [
        "raw_data"
      ]
    }
  ],
  "_pkglogo": "https://github.com/pinasr/ArchipelagoEngine/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/pinasr/ArchipelagoEngine/raw/HEAD/README.md",
  "_rundeps": [
    "boot",
    "class",
    "classInt",
    "DBI",
    "deldir",
    "e1071",
    "KernSmooth",
    "lattice",
    "magrittr",
    "MASS",
    "proxy",
    "Rcpp",
    "s2",
    "sf",
    "sp",
    "spData",
    "spdep",
    "units",
    "wk"
  ],
  "_vignettes": [
    {
      "source": "rtl_impact.Rmd",
      "filename": "rtl_impact.html",
      "title": "Addressing a Decade-Old 'Continental Fallacy' in Spatial Econometrics",
      "author": "NJ Talingting",
      "engine": "knitr::rmarkdown",
      "headings": [
        "TL;DR: The \"Geographic Exclusion\" Bug",
        "Introduction: The Problem of Matrix Rank",
        "Mathematical Diagnostic of the Queen Model",
        "Connectivity Failure",
        "The Moran's I Paradox",
        "Recalibration via KNN ($k=5$)",
        "Implications",
        "Limitations and Recommendations",
        "References"
      ],
      "created": "2026-03-12 05:55:54",
      "modified": "2026-05-28 03:30:39",
      "commits": 20
    }
  ],
  "_score": 4.740362689494244,
  "_indexed": true,
  "_nocasepkg": "archipelagoengine",
  "_universes": [
    "pinasr",
    "njtalingting"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-08T14:56:13.000Z",
      "distro": "noble",
      "commit": "65f384bce17af3e0d1cfc4719e24e8ce532d833d",
      "fileid": "3c4a5650703871f8ff2964cc86e7c75f8898821bfaa20876a4410bfb161a0d4b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/pinasr/actions/runs/27145971844"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-08T14:56:18.000Z",
      "distro": "noble",
      "commit": "65f384bce17af3e0d1cfc4719e24e8ce532d833d",
      "fileid": "1789705056e883880e77ba2131bdc33fadb3be5d74de2aee412e3484bcc5b6f1",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/pinasr/actions/runs/27145971844"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-08T15:09:11.000Z",
      "commit": "65f384bce17af3e0d1cfc4719e24e8ce532d833d",
      "fileid": "8510b3e6d3a1adeae599f8ab442c2d2049f0bc2e07d000a0324e5028e9ca9917",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/pinasr/actions/runs/27145971844"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-08T15:10:35.000Z",
      "commit": "65f384bce17af3e0d1cfc4719e24e8ce532d833d",
      "fileid": "2dd4b8dafa9eed3b5d2f49322036933959a9d330321cb59de6ca6450ee61e3ca",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/pinasr/actions/runs/27145971844"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-06-08T14:56:15.000Z",
      "commit": "65f384bce17af3e0d1cfc4719e24e8ce532d833d",
      "fileid": "637fa102d870b48057bef3a5d70787e78301e2fdfe7bb857468645dcd9a408bc",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pinasr/actions/runs/27145971844"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-08T14:55:37.000Z",
      "commit": "65f384bce17af3e0d1cfc4719e24e8ce532d833d",
      "fileid": "617cd6235aa728365bffd571df7be3de3ece8695e05dcd7ecd254b1eaeaf2506",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/pinasr/actions/runs/27145971844"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-08T14:55:02.000Z",
      "commit": "65f384bce17af3e0d1cfc4719e24e8ce532d833d",
      "fileid": "2fe6025dfb7e21e9d97b94afb860c24a6f5d8ac4403e2c3195d5b2f8680bfa7e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/pinasr/actions/runs/27145971844"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-08T14:55:14.000Z",
      "commit": "65f384bce17af3e0d1cfc4719e24e8ce532d833d",
      "fileid": "48756e638e67de83e7a7900a7464352326cf6ac5c94acd7033313f02d095a270",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/pinasr/actions/runs/27145971844"
    }
  ]
}