{
  "_id": "6a1f1226b401979e7341dc9e",
  "Package": "GNRS",
  "Title": "Access the 'Geographic Name Resolution Service'",
  "Version": "0.3.4",
  "Authors@R": "c(\nperson(\"Brad\", \"Boyle\", email = \"bboyle@email.arizona.edu\", role = c(\"aut\")),\nperson(\"Brian\", \"Maitner\", email = \"bmaitner@gmail.com\", role = c(\"aut\",\"cre\"))\n)",
  "Description": "Provides tools for interacting with the 'geographic name\nresolution service' ('GNRS') API\n<https://github.com/ojalaquellueva/gnrs> and associated\nfunctionality. The 'GNRS' is a batch application for resolving\n& standardizing political division names against standard name\nin the geonames database <http://www.geonames.org/>. The 'GNRS'\nresolves political division names at three levels: country,\nstate/province and county/parish. Resolution is performed in a\nseries of steps, beginning with direct matching to standard\nnames, followed by direct matching to alternate names in\ndifferent languages, followed by direct matching to standard\ncodes (such as ISO and FIPS codes). If direct matching fails,\nthe 'GNRS' attempts to match to standard and then alternate\nnames using fuzzy matching, but does not perform fuzzing\nmatching of political division codes. The 'GNRS' works down the\npolitical division hierarchy, stopping at the current level if\nall matches fail. In other words, if a country cannot be\nmatched, the 'GNRS' does not attempt to match state or county.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.1.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-17 07:45:22 UTC",
    "User": "root"
  },
  "Author": "Brad Boyle [aut], Brian Maitner [aut, cre]",
  "Maintainer": "Brian Maitner <bmaitner@gmail.com>",
  "Config/pak/sysreqs": "make libssl-dev",
  "Repository": "https://bmaitner.r-universe.dev",
  "Date/Publication": "2021-10-13 19:20:08 UTC",
  "RemoteUrl": "https://github.com/cran/GNRS",
  "RemoteRef": "HEAD",
  "RemoteSha": "634df59d2b02b54cdd754af99fed34c1f0509dbb",
  "MD5sum": "6dc3d4bea86e045be313650af7bae68a",
  "_user": "bmaitner",
  "_type": "src",
  "_file": "GNRS_0.3.4.tar.gz",
  "_fileid": "ee67439d50986663b407edb0fe53d899dc7d779ad67439658cb63548c180faad",
  "_filesize": 2346911,
  "_sha256": "ee67439d50986663b407edb0fe53d899dc7d779ad67439658cb63548c180faad",
  "_created": "2026-05-17T07:45:22.000Z",
  "_published": "2026-06-02T17:25:58.502Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79131438379,
      "time": 148,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040549262"
    },
    {
      "job": 79131439147,
      "time": 160,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040550467"
    },
    {
      "job": 79131438476,
      "time": 95,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7040543837"
    },
    {
      "job": 79131438269,
      "time": 88,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040543093"
    },
    {
      "job": 79131437533,
      "time": 202,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040534038"
    },
    {
      "job": 79131437715,
      "time": 121,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7365046921"
    },
    {
      "job": 79131438675,
      "time": 101,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040544407"
    },
    {
      "job": 79131438877,
      "time": 90,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7040543377"
    },
    {
      "job": 79131438947,
      "time": 84,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040542829"
    }
  ],
  "_buildurl": "https://github.com/r-universe/bmaitner/actions/runs/25984924225",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/GNRS",
  "_commit": {
    "id": "634df59d2b02b54cdd754af99fed34c1f0509dbb",
    "author": "Brian Maitner <bmaitner@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.3.4\n",
    "time": 1634152808
  },
  "_maintainer": {
    "name": "Brian Maitner",
    "email": "bmaitner@gmail.com",
    "login": "bmaitner",
    "description": "",
    "uuid": 11130881
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "RCurl",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "vcr",
      "version": ">= 0.6.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "bmaitner",
      "count": 8,
      "uuid": 11130881
    }
  ],
  "_userbio": {
    "uuid": 11130881,
    "type": "user",
    "name": "Brian Maitner"
  },
  "_downloads": {
    "count": 255,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/GNRS"
  },
  "_mentions": 1,
  "_searchresults": 8,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/GNRS.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "bmaitner",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-04-28"
    },
    {
      "version": "0.1.1",
      "date": "2021-01-22"
    },
    {
      "version": "0.2.0",
      "date": "2021-03-28"
    },
    {
      "version": "0.3.0",
      "date": "2021-07-12"
    },
    {
      "version": "0.3.1",
      "date": "2021-08-09"
    },
    {
      "version": "0.3.2",
      "date": "2021-10-05"
    },
    {
      "version": "0.3.3",
      "date": "2021-10-08"
    },
    {
      "version": "0.3.4",
      "date": "2021-10-13"
    }
  ],
  "_exports": [
    "GNRS",
    "GNRS_acknowledgments",
    "GNRS_citations",
    "GNRS_data_dictionary",
    "GNRS_get_counties",
    "GNRS_get_countries",
    "GNRS_get_states",
    "GNRS_metadata",
    "GNRS_sources",
    "GNRS_super_simple",
    "GNRS_template",
    "GNRS_version"
  ],
  "_datasets": [
    {
      "name": "gnrs_testfile",
      "title": "Names of 21 political divisions",
      "object": "gnrs_testfile",
      "class": [
        "data.frame"
      ],
      "fields": [
        "user_id",
        "country",
        "state_province",
        "county_parish"
      ],
      "rows": 21,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "GNRS",
      "title": "Standardize political division names",
      "topics": [
        "GNRS"
      ]
    },
    {
      "page": "GNRS_acknowledgments",
      "title": "Get acknowledgment information",
      "topics": [
        "GNRS_acknowledgments"
      ]
    },
    {
      "page": "GNRS_citations",
      "title": "Get citation information",
      "topics": [
        "GNRS_citations"
      ]
    },
    {
      "page": "GNRS_data_dictionary",
      "title": "Get Data Dictionary",
      "topics": [
        "GNRS_data_dictionary"
      ]
    },
    {
      "page": "GNRS_get_counties",
      "title": "Get metadata on counties",
      "topics": [
        "GNRS_get_counties"
      ]
    },
    {
      "page": "GNRS_get_countries",
      "title": "Get metadata on countries",
      "topics": [
        "GNRS_get_countries"
      ]
    },
    {
      "page": "GNRS_get_states",
      "title": "Get metadata on states",
      "topics": [
        "GNRS_get_states"
      ]
    },
    {
      "page": "GNRS_metadata",
      "title": "Get GNRS metadata",
      "topics": [
        "GNRS_metadata"
      ]
    },
    {
      "page": "GNRS_sources",
      "title": "Get metadata on current GNRS sources",
      "topics": [
        "GNRS_sources"
      ]
    },
    {
      "page": "GNRS_super_simple",
      "title": "Standardize political division names",
      "topics": [
        "GNRS_super_simple"
      ]
    },
    {
      "page": "GNRS_template",
      "title": "Make a template for a GNRS query",
      "topics": [
        "GNRS_template"
      ]
    },
    {
      "page": "gnrs_testfile",
      "title": "Names of 21 political divisions",
      "topics": [
        "gnrs_testfile"
      ]
    },
    {
      "page": "GNRS_version",
      "title": "Get metadata on current GNRS version",
      "topics": [
        "GNRS_version"
      ]
    }
  ],
  "_readme": "https://github.com/cran/GNRS/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "bitops",
    "curl",
    "httr",
    "jsonlite",
    "mime",
    "openssl",
    "R6",
    "RCurl",
    "sys"
  ],
  "_vignettes": [
    {
      "source": "GNRS.Rmd",
      "filename": "GNRS.html",
      "title": "GNRS R package",
      "author": "Brian Maitner",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Geographic Name Resolution Service",
        "Installing the GNRS package",
        "Standardizing a single name",
        "Multiple political divisions"
      ],
      "created": "2020-04-28 09:40:11",
      "modified": "2021-10-13 19:20:08",
      "commits": 5
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "gnrs",
  "_universes": [
    "bmaitner"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.4",
      "date": "2026-05-17T07:47:44.000Z",
      "distro": "noble",
      "commit": "634df59d2b02b54cdd754af99fed34c1f0509dbb",
      "fileid": "7b83fb88c6dccb7976374863a2a8f710320978f0ff636d2c663ffa4e96614603",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bmaitner/actions/runs/25984924225"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.4",
      "date": "2026-05-17T07:47:58.000Z",
      "distro": "noble",
      "commit": "634df59d2b02b54cdd754af99fed34c1f0509dbb",
      "fileid": "cfb9d70d8e20c9fb3ae0c9d77228474c6a93dfff83faf228a47058a16698482d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bmaitner/actions/runs/25984924225"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.4",
      "date": "2026-05-17T07:46:57.000Z",
      "commit": "634df59d2b02b54cdd754af99fed34c1f0509dbb",
      "fileid": "df3b4cd75eb9cf611c148b55bb210b128f5d5419b46da6398716f51fdfb7feb5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bmaitner/actions/runs/25984924225"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.4",
      "date": "2026-05-17T07:46:49.000Z",
      "commit": "634df59d2b02b54cdd754af99fed34c1f0509dbb",
      "fileid": "555a1a5a37d31e39c00abc320c512a796f356726f0725b7bf2ed7302dfe3e1c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bmaitner/actions/runs/25984924225"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.4",
      "date": "2026-05-17T07:46:51.000Z",
      "commit": "634df59d2b02b54cdd754af99fed34c1f0509dbb",
      "fileid": "cbdf42ef6516becfd6d53b933cf2885bd44958ada4d36a11161af3f37e0e7297",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bmaitner/actions/runs/25984924225"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.4",
      "date": "2026-05-17T07:46:42.000Z",
      "commit": "634df59d2b02b54cdd754af99fed34c1f0509dbb",
      "fileid": "c0e851b495921c6973c3a66110243169795eb0f9ccb67e694358b6a94c764b57",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bmaitner/actions/runs/25984924225"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.4",
      "date": "2026-05-17T07:46:35.000Z",
      "commit": "634df59d2b02b54cdd754af99fed34c1f0509dbb",
      "fileid": "4d264772deea477a1ffa01fdffca647a036b08e5eb7b0dafe7d9cadcc58503bd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bmaitner/actions/runs/25984924225"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.4",
      "date": "2026-06-02T17:25:41.000Z",
      "commit": "634df59d2b02b54cdd754af99fed34c1f0509dbb",
      "fileid": "0a5d40d6730b99065781be81e2a937546c0dc9bcc44f0288dee405d4d51fd368",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bmaitner/actions/runs/25984924225"
    }
  ]
}