{
  "_id": "6a1d3bec1d7bb097a0a3f312",
  "Package": "ulex",
  "Title": "Unique Location Extractor",
  "Version": "0.1.0",
  "Authors@R": "person(\"Robert\", \"Marty\", , \"rmarty@worldbank.org\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-3164-3813\"))",
  "Description": "Extracts coordinates of an event location from text based\non dictionaries of landmarks, roads, and areas. Only returns\nthe location of an event of interest and ignores other location\nreferences; for example, if determining the location of a road\ntraffic crash from the text \"crash near [location 1] heading\ntowards [location 2]\", only the coordinates of \"location 1\"\nwould be returned. Moreover, accounts for differences in\nspelling between how a user references a location and how a\nlocation is captured in location dictionaries. For more\ninformation on the algorithm, see Milusheva et al. (2021)\n<doi:10.1371/journal.pone.0244317>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.1",
  "URL": "https://dime-worldbank.github.io/ulex/",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibicu-dev libpng-dev libxml2-dev libssl-dev libproj-dev\npython3 libsqlite3-dev libudunits2-dev libx11-dev",
  "Repository": "https://dime-worldbank.r-universe.dev",
  "Date/Publication": "2026-02-13 18:26:39 UTC",
  "RemoteUrl": "https://github.com/dime-worldbank/ulex",
  "RemoteRef": "HEAD",
  "RemoteSha": "50d49f61cf8ee1ed38d2f005af6227b63a092328",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-01 07:54:07 UTC",
    "User": "root"
  },
  "Author": "Robert Marty [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-3164-3813>)",
  "Maintainer": "Robert Marty <rmarty@worldbank.org>",
  "MD5sum": "50b15b43aeb5e35dfead0ab996997ed8",
  "_user": "dime-worldbank",
  "_type": "src",
  "_file": "ulex_0.1.0.tar.gz",
  "_fileid": "347f013f64f8afb6f18fed45ddd2db87073b7bc3363e7167934e5fad58e0d75a",
  "_filesize": 913157,
  "_sha256": "347f013f64f8afb6f18fed45ddd2db87073b7bc3363e7167934e5fad58e0d75a",
  "_created": "2026-06-01T07:54:07.000Z",
  "_published": "2026-06-01T07:59:40.270Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78809265148,
      "time": 271,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7326210572"
    },
    {
      "job": 78809265153,
      "time": 248,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7326203107"
    },
    {
      "job": 78809265138,
      "time": 254,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7326196343"
    },
    {
      "job": 78809265152,
      "time": 195,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7326180765"
    },
    {
      "job": 78808698087,
      "time": 239,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7326126514"
    },
    {
      "job": 78809265263,
      "time": 152,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7326174243"
    },
    {
      "job": 78809265155,
      "time": 254,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7326205128"
    },
    {
      "job": 78809265186,
      "time": 211,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7326191842"
    },
    {
      "job": 78809265175,
      "time": 270,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7326209820"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dime-worldbank/actions/runs/26742186837",
  "_status": "failure",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/dime-worldbank/ulex",
  "_commit": {
    "id": "50d49f61cf8ee1ed38d2f005af6227b63a092328",
    "author": "Rob Marty <robmarty3@gmail.com>",
    "committer": "Rob Marty <robmarty3@gmail.com>",
    "message": "location fix with new dplyr\n",
    "time": 1771007199
  },
  "_maintainer": {
    "name": "Robert Marty",
    "email": "rmarty@worldbank.org",
    "orcid": "0000-0002-3164-3813"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "tidytext",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "role": "Imports"
    },
    {
      "package": "ngram",
      "role": "Imports"
    },
    {
      "package": "hunspell",
      "role": "Imports"
    },
    {
      "package": "stringdist",
      "role": "Imports"
    },
    {
      "package": "tm",
      "role": "Imports"
    },
    {
      "package": "raster",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "quanteda",
      "role": "Imports"
    },
    {
      "package": "geodist",
      "role": "Imports"
    },
    {
      "package": "spacyr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    }
  ],
  "_owner": "dime-worldbank",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-07",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "ramarty",
      "count": 22,
      "uuid": 11593422
    },
    {
      "user": "kbjarkefur",
      "count": 2,
      "uuid": 15911801
    }
  ],
  "_userbio": {
    "uuid": 66699078,
    "type": "organization",
    "name": "DIME - World Bank"
  },
  "_downloads": {
    "count": 181,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ulex"
  },
  "_devurl": "https://github.com/dime-worldbank/ulex",
  "_pkgdown": "https://dime-worldbank.github.io/ulex/",
  "_searchresults": 8,
  "_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/ulex.html"
  ],
  "_homeurl": "https://github.com/dime-worldbank/ulex",
  "_realowner": "dime-worldbank",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2024-06-17"
    },
    {
      "version": "0.1.1",
      "date": "2026-02-16"
    }
  ],
  "_exports": [
    "augment_gazetteer",
    "locate_event"
  ],
  "_help": [],
  "_pkglogo": "https://github.com/dime-worldbank/ulex/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/dime-worldbank/ulex/raw/HEAD/README.md",
  "_rundeps": [
    "BH",
    "bit",
    "bit64",
    "class",
    "classInt",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "data.table",
    "DBI",
    "digest",
    "dplyr",
    "e1071",
    "fastmatch",
    "generics",
    "geodist",
    "glue",
    "here",
    "hms",
    "hunspell",
    "ISOcodes",
    "janeaustenr",
    "jsonlite",
    "KernSmooth",
    "lattice",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "ngram",
    "NLP",
    "pillar",
    "pkgconfig",
    "png",
    "prettyunits",
    "progress",
    "proxy",
    "purrr",
    "quanteda",
    "R6",
    "rappdirs",
    "raster",
    "Rcpp",
    "RcppTOML",
    "readr",
    "reticulate",
    "rlang",
    "rprojroot",
    "s2",
    "sf",
    "slam",
    "SnowballC",
    "sp",
    "spacyr",
    "stopwords",
    "stringdist",
    "stringi",
    "stringr",
    "terra",
    "tibble",
    "tidyr",
    "tidyselect",
    "tidytext",
    "tm",
    "tokenizers",
    "tzdb",
    "units",
    "utf8",
    "vctrs",
    "vroom",
    "withr",
    "wk",
    "xml2",
    "yaml"
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "ulex",
  "_universes": [
    "dime-worldbank"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-01T07:57:06.000Z",
      "distro": "noble",
      "commit": "50d49f61cf8ee1ed38d2f005af6227b63a092328",
      "fileid": "6562007952547699f020296e655fa61d15663fa7989e737fac5f606323b29d4e",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dime-worldbank/actions/runs/26742186837"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-01T07:57:01.000Z",
      "distro": "noble",
      "commit": "50d49f61cf8ee1ed38d2f005af6227b63a092328",
      "fileid": "901fffa1b4270060fe1cc4c5a5c8b655f01b0663ae2a2886a26eb2b56b366e25",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dime-worldbank/actions/runs/26742186837"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-01T07:57:06.000Z",
      "commit": "50d49f61cf8ee1ed38d2f005af6227b63a092328",
      "fileid": "8ebc4201b7be394e23cc12db685a7d35810d88dfdff681bce26f67ab9151fb53",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dime-worldbank/actions/runs/26742186837"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-01T07:56:26.000Z",
      "commit": "50d49f61cf8ee1ed38d2f005af6227b63a092328",
      "fileid": "eaef57a00cb04f3a845b5674f6cbff4df1db0b446ee51b6a58c82eb50bc5184e",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dime-worldbank/actions/runs/26742186837"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-01T07:57:17.000Z",
      "commit": "50d49f61cf8ee1ed38d2f005af6227b63a092328",
      "fileid": "3b1fc0261f2b6424f67f3fed6bfb8a23d19d3e88b828956b9d67a8079871ef6a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dime-worldbank/actions/runs/26742186837"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-01T07:56:27.000Z",
      "commit": "50d49f61cf8ee1ed38d2f005af6227b63a092328",
      "fileid": "e2e7e90994e307ab0697d04e512a2fe639d1bf2b9448c7f570be99987569c2b3",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dime-worldbank/actions/runs/26742186837"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-01T07:56:01.000Z",
      "commit": "50d49f61cf8ee1ed38d2f005af6227b63a092328",
      "fileid": "e6773a8f11fbc4d053e3cd85714cfc736298700b35b5d26b9907462bfe74fd31",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dime-worldbank/actions/runs/26742186837"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-01T07:56:44.000Z",
      "commit": "50d49f61cf8ee1ed38d2f005af6227b63a092328",
      "fileid": "07987c81cf3526fcf6f36cf8aa080957a870cece4d21acf719781aa64cd34492",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/dime-worldbank/actions/runs/26742186837"
    }
  ]
}