{
  "_id": "6a5894b8ff0138dec5d75610",
  "Package": "MPI",
  "Type": "Package",
  "Title": "Computation of Multidimensional Poverty Index (MPI)",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(given = \"Kittiya\",\nfamily = \"Kukiattikun\",\nrole = c(\"aut\", \"cre\"),\nemail = \"kittiya.contact@gmail.com\"),\nperson(given = \"Chainarong\",\nfamily = \"Chainarong\",\nrole = \"aut\",\nemail = \"grandca@gmail.com\"\n))",
  "Description": "Computing package for Multidimensional Poverty Index (MPI)\nusing Alkire-Foster method. Given N individuals, each person\nhas D indicators of deprivation, the package compute MPI value\nto represent the degree of poverty in a population. The inputs\nare 1) an N by D matrix, which has the element (i,j) represents\nwhether an individual i is deprived in an indicator j (1 is\ndeprived and 0 is not deprived), and 2) the deprivation\nthreshold.  The main output is the MPI value, which has the\nrange between zero and one. MPI value is approaching one if\nalmost all people are deprived in all indicators, and it is\napproaching zero if almost no people are deprived in any\nindicator.  Please see Alkire S., Chatterjee, M., Conconi, A.,\nSeth, S. and Ana Vaz (2014)\n<doi:10.35648/20.500.12413/11781/ii039> for The Alkire-Foster\nmethodology.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/9POINTEIGHT/MPI",
  "BugReports": "https://github.com/9POINTEIGHT/MPI/issues",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.1.2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-16 08:18:56 UTC",
    "User": "root"
  },
  "Author": "Kittiya Kukiattikun [aut, cre], Chainarong Chainarong [aut]",
  "Maintainer": "Kittiya Kukiattikun <kittiya.contact@gmail.com>",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://faiarte.r-universe.dev",
  "Date/Publication": "2022-04-05 08:40:10 UTC",
  "RemoteUrl": "https://github.com/cran/MPI",
  "RemoteRef": "HEAD",
  "RemoteSha": "a0b585b3a5c58798bc9c410e3275284b31e05153",
  "_user": "faiarte",
  "_type": "src",
  "_file": "MPI_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/d6996471c3df25f06ff2c397fd70db8d74481ddd10ac4b9ef039aa6296990e4e",
  "_filesize": 172109,
  "_sha256": "d6996471c3df25f06ff2c397fd70db8d74481ddd10ac4b9ef039aa6296990e4e",
  "_expires": "2026-10-24T08:22:14.000Z",
  "_created": "2026-07-16T08:18:56.000Z",
  "_published": "2026-07-16T08:22:15.791Z",
  "_jobs": [
    {
      "job": 87570969445,
      "time": 113,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8369292900"
    },
    {
      "job": 87570969465,
      "time": 135,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8369301714"
    },
    {
      "job": 87570969428,
      "time": 137,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8369291896"
    },
    {
      "job": 87570969430,
      "time": 161,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8369291319"
    },
    {
      "job": 87570169040,
      "time": 246,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8369249493"
    },
    {
      "job": 87570969395,
      "time": 122,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8369293306"
    },
    {
      "job": 87570969432,
      "time": 86,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8369283166"
    },
    {
      "job": 87570969452,
      "time": 78,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8369280294"
    },
    {
      "job": 87570969471,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8369278915"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/faiarte/actions/runs/29482775034",
  "_status": "success",
  "_upstream": "https://github.com/cran/MPI",
  "_commit": {
    "id": "a0b585b3a5c58798bc9c410e3275284b31e05153",
    "author": "Kittiya Kukiattikun <kittiya.contact@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1649148010
  },
  "_maintainer": {
    "name": "Kittiya Kukiattikun",
    "email": "kittiya.contact@gmail.com",
    "login": "faiarte",
    "description": "",
    "uuid": 146701920
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "role": "Suggests"
    },
    {
      "package": "kableExtra",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "faiarte",
      "count": 1,
      "uuid": 146701920
    }
  ],
  "_userbio": {
    "uuid": 146701920,
    "type": "user",
    "name": "Kittiya Kuk.",
    "followers": 0
  },
  "_downloads": {
    "count": 335,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/MPI"
  },
  "_devurl": "https://github.com/9pointeight/mpi",
  "_searchresults": 22,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/MPI.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_realowner": "faiarte",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2022-04-05"
    }
  ],
  "_exports": [
    "AF_Par",
    "AF_Seq"
  ],
  "_datasets": [
    {
      "name": "examplePovertydf",
      "title": "A simulation poverty data frame",
      "object": "examplePovertydf",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Access.to.health.care",
        "Child.Mortality",
        "Access.to.clean.source.of.water",
        "Access.to.an.improve.sanatation",
        "Electricity",
        "Asset.ownership",
        "Cooking.Fuel",
        "Housing.Materials",
        "School.lag",
        "School.attendance",
        "Years.of.education",
        "Region"
      ],
      "rows": 30,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "AF_Par",
      "title": "Alkire-Foster (AF) method in parallel mode",
      "topics": [
        "AF_Par"
      ]
    },
    {
      "page": "AF_Seq",
      "title": "Alkire-Foster (AF) method in sequential mode",
      "topics": [
        "AF_Seq"
      ]
    },
    {
      "page": "examplePovertydf",
      "title": "A simulation poverty data frame",
      "topics": [
        "examplePovertydf"
      ]
    }
  ],
  "_readme": "https://github.com/cran/MPI/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "codetools",
    "cpp11",
    "doParallel",
    "dplyr",
    "foreach",
    "generics",
    "glue",
    "iterators",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "MPI_demo.Rmd",
      "filename": "MPI_demo.html",
      "title": "MPI_demo",
      "author": "Kittiya Kukiattikun",
      "engine": "knitr::knitr",
      "headings": [
        "Simple Simulation",
        "Loading Data",
        "Calculation"
      ],
      "created": "2022-04-05 08:40:10",
      "modified": "2022-04-05 08:40:10",
      "commits": 1
    }
  ],
  "_score": 3.041392685158225,
  "_indexed": true,
  "_nocasepkg": "mpi",
  "_universes": [
    "faiarte",
    "9pointeight"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-16T08:20:55.000Z",
      "distro": "resolute",
      "commit": "a0b585b3a5c58798bc9c410e3275284b31e05153",
      "fileid": "https://r2.ropensci.org/82f2370c980c64aab23f40a50fede8e72844e5878eb68c064b95210ea3aa8cb9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/faiarte/actions/runs/29482775034"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-16T08:21:13.000Z",
      "distro": "resolute",
      "commit": "a0b585b3a5c58798bc9c410e3275284b31e05153",
      "fileid": "https://r2.ropensci.org/1f5c62879fc0053c90c967e78525524fe70173d481dadea18f32ae73f5a704a3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/faiarte/actions/runs/29482775034"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-16T08:20:52.000Z",
      "commit": "a0b585b3a5c58798bc9c410e3275284b31e05153",
      "fileid": "https://r2.ropensci.org/ca9dcaf89946b481acb17bdc2a1192324ac29622cbfa78c5dcb7c5921a40655a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/faiarte/actions/runs/29482775034"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-16T08:20:49.000Z",
      "commit": "a0b585b3a5c58798bc9c410e3275284b31e05153",
      "fileid": "https://r2.ropensci.org/6d4be9868f88b1a05aa3cd63a204d284de829e1de71d67184d508daa6316c72c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/faiarte/actions/runs/29482775034"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-16T08:21:07.000Z",
      "commit": "a0b585b3a5c58798bc9c410e3275284b31e05153",
      "fileid": "https://r2.ropensci.org/63df4ba944070ed5a42c93268e30eae580964175a4bb9c3120646b50e4202fa3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/faiarte/actions/runs/29482775034"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-16T08:20:16.000Z",
      "commit": "a0b585b3a5c58798bc9c410e3275284b31e05153",
      "fileid": "https://r2.ropensci.org/10c16d21028f2d0e1f08ee23eeaa41b0a863ebe0195b18e1a1cfe95b702be2a3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/faiarte/actions/runs/29482775034"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-16T08:20:13.000Z",
      "commit": "a0b585b3a5c58798bc9c410e3275284b31e05153",
      "fileid": "https://r2.ropensci.org/289d893acf248bc423a9d32b9a847ef06bd0e8de1b2f063355e0bed8e26c3f79",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/faiarte/actions/runs/29482775034"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-16T08:20:07.000Z",
      "commit": "a0b585b3a5c58798bc9c410e3275284b31e05153",
      "fileid": "https://r2.ropensci.org/bce1681453cf9d7a0576bb06cf765a19e91463ed79afbf026015231f000b238b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/faiarte/actions/runs/29482775034"
    }
  ]
}