{
  "_id": "6a1774e8acfb0bcc41d980ce",
  "Package": "thinr",
  "Title": "Binary Image Thinning Algorithms",
  "Version": "0.2.0",
  "Authors@R": "person(\"Bill\", \"Denney\", , \"wdenney@humanpredictions.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-5759-428X\",\naffiliation = \"Human Predictions, LLC\"))",
  "Description": "Thinning (skeletonization) algorithms for binary raster\nimages. Provides seven algorithms behind a single dispatching\nfunction: Zhang-Suen (Zhang and Suen 1984)\n<doi:10.1145/357994.358023>, Guo-Hall (Guo and Hall 1989)\n<doi:10.1145/62065.62074>, a 2-D adaptation of Lee (Lee,\nKashyap, and Chu 1994) <doi:10.1006/cgip.1994.1042>, K3M\n(Saeed, Tabedzki, Rybnik, and Adamski 2010)\n<doi:10.2478/v10006-010-0024-4>, the parallel form commonly\nattributed to Hilditch (1969, in 'Machine Intelligence 4'),\nOPTA / SPTA (Naccache and Shinghal 1984), and Holt and\ncolleagues (1987) <doi:10.1145/12527.12531>. Also provides the\nmedial axis transform (Blum 1967) and a distance transform\nimplementation following Felzenszwalb and Huttenlocher (2012)\n<doi:10.4086/toc.2012.v008a019>. The drop-in thinImage()\nmatches the signature of thinImage() in the 'EBImage' package\non Bioconductor so existing code can switch parsers without\nchanges. The wider thin() API selects the algorithm by name.",
  "License": "LGPL-3",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "RoxygenNote": "8.0.0",
  "URL": "https://github.com/humanpred/thinr,\nhttps://humanpred.github.io/thinr/",
  "BugReports": "https://github.com/humanpred/thinr/issues",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-27 22:44:39 UTC",
    "User": "root"
  },
  "Author": "Bill Denney [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-5759-428X>, affiliation: Human\nPredictions, LLC)",
  "Maintainer": "Bill Denney <wdenney@humanpredictions.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-05-27 22:15:13 UTC",
  "RemoteUrl": "https://github.com/cran/thinr",
  "RemoteRef": "HEAD",
  "RemoteSha": "1b1907b82b12ee934aaff9f3d522a8b762aa1e66",
  "MD5sum": "ba2f832587f6d7d85766c69044bd86fd",
  "_user": "cran",
  "_type": "src",
  "_file": "thinr_0.2.0.tar.gz",
  "_fileid": "de4c1745977a884397fd32df4b5fd0ca59e0b3aabb9ba2531ea4cfac30fe2de4",
  "_filesize": 132439,
  "_sha256": "de4c1745977a884397fd32df4b5fd0ca59e0b3aabb9ba2531ea4cfac30fe2de4",
  "_created": "2026-05-27T22:44:39.000Z",
  "_published": "2026-05-27T22:49:12.783Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78189191163,
      "time": 144,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7253652699"
    },
    {
      "job": 78189191188,
      "time": 163,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7253657320"
    },
    {
      "job": 78189191280,
      "time": 183,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7253663034"
    },
    {
      "job": 78189191162,
      "time": 151,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7253654831"
    },
    {
      "job": 78188689739,
      "time": 239,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7253615411"
    },
    {
      "job": 78189191321,
      "time": 131,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7253649503"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26542899275",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/thinr",
  "_commit": {
    "id": "1b1907b82b12ee934aaff9f3d522a8b762aa1e66",
    "author": "Bill Denney <wdenney@humanpredictions.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.2.0\n",
    "time": 1779920113
  },
  "_maintainer": {
    "name": "Bill Denney",
    "email": "wdenney@humanpredictions.com",
    "login": "billdenney",
    "description": "",
    "uuid": 10359931,
    "orcid": "0000-0002-5759-428X"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "bench",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "lintr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "styler",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-22",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.2.0",
      "date": "2026-05-27"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "billdenney",
      "count": 1,
      "uuid": 10359931
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/thinr"
  },
  "_devurl": "https://github.com/humanpred/thinr",
  "_pkgdown": "https://humanpred.github.io/thinr/",
  "_searchresults": 0,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/thinr.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2026-05-27"
    }
  ],
  "_exports": [
    "distance_transform",
    "medial_axis",
    "thin",
    "thinImage"
  ],
  "_help": [
    {
      "page": "distance_transform",
      "title": "Distance transform of a binary image",
      "topics": [
        "distance_transform"
      ]
    },
    {
      "page": "medial_axis",
      "title": "Medial axis transform",
      "topics": [
        "medial_axis"
      ]
    },
    {
      "page": "thin",
      "title": "Thin (skeletonize) a binary image",
      "topics": [
        "thin"
      ]
    },
    {
      "page": "thinImage",
      "title": "Drop-in replacement for 'EBImage::thinImage'",
      "topics": [
        "thinImage"
      ]
    }
  ],
  "_readme": "https://github.com/cran/thinr/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "choosing-a-method.Rmd",
      "filename": "choosing-a-method.html",
      "title": "Choosing a thinning method",
      "engine": "knitr::rmarkdown",
      "headings": [
        "What's implemented",
        "A quick visual comparison",
        "When to use which",
        "Medial axis transform",
        "Distance transform",
        "Inputs and outputs",
        "Performance",
        "References",
        "Thinning",
        "Survey",
        "Medial axis and distance transform"
      ],
      "created": "2026-05-27 22:15:13",
      "modified": "2026-05-27 22:15:13",
      "commits": 1
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": false,
  "_nocasepkg": "thinr",
  "_universes": [
    "cran",
    "billdenney",
    "humanpred"
  ],
  "_indexurl": "https://humanpred.r-universe.dev/thinr",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-27T22:47:18.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "1b1907b82b12ee934aaff9f3d522a8b762aa1e66",
      "fileid": "2576cada4c481edc9500c7b834536f62b53d7ab32318564b1a91124be654055b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26542899275"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-27T22:47:31.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "1b1907b82b12ee934aaff9f3d522a8b762aa1e66",
      "fileid": "b18e0e7fb4ec48d0ed8ffccd60f4b136a377bc694b4ed2e4c388c80121e5685d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26542899275"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-27T22:47:55.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "1b1907b82b12ee934aaff9f3d522a8b762aa1e66",
      "fileid": "b31e01ac196a123f811f6a30555bce78e1564a3621c13fdfe65867652835e111",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26542899275"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-27T22:47:20.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "1b1907b82b12ee934aaff9f3d522a8b762aa1e66",
      "fileid": "799ccdafc4573c47879532dfb1af432a79d0840eee01de42ff3bbf3add2093e0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26542899275"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-05-27T22:47:13.000Z",
      "arch": "emscripten",
      "commit": "1b1907b82b12ee934aaff9f3d522a8b762aa1e66",
      "fileid": "125997ac2a5a54e351a584f1ce0cfed07f5ac59f9871ba29f2bcf16eab832b70",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26542899275"
    }
  ]
}