{
  "_id": "6a1068d2acfb0bcc41ca977e",
  "Package": "distanceto",
  "Title": "Calculate Distance to Features",
  "Version": "0.0.3",
  "Authors@R": "person(given = \"Alec L.\",\nfamily = \"Robitaille\",\nrole = c(\"aut\", \"cre\"),\nemail = \"robit.alec@gmail.com\",\ncomment = c(ORCID = \"0000-0002-4706-1762\"))",
  "Description": "Calculates distances from point locations to features. The\nusual approach for eg. resource selection function analyses is\nto generate a complete distance to features surface then sample\nit with your observed and random points. Since these raster\nbased approaches can be pretty costly with large areas, and\noften lead to memory issues in R, the distanceto package opts\nto compute these distances using efficient, vector based\napproaches. As a helper, there's a decidedly low-res raster\nbased approach for visually inspecting your region's distance\nsurface. But the workhorse is distance_to.",
  "URL": "https://github.com/robitalec/distance-to,\nhttps://robitalec.github.io/distance-to/",
  "BugReports": "https://github.com/robitalec/distance-to/issues",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibssl-dev libproj-dev libsqlite3-dev libudunits2-dev",
  "Repository": "https://robitalec.r-universe.dev",
  "Date/Publication": "2023-06-01 11:42:50 UTC",
  "RemoteUrl": "https://github.com/robitalec/distance-to",
  "RemoteRef": "HEAD",
  "RemoteSha": "f7e130f13269e9ec017024c30e2effd4680fb406",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-08 05:00:59 UTC",
    "User": "root"
  },
  "Author": "Alec L. Robitaille [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-4706-1762>)",
  "Maintainer": "Alec L. Robitaille <robit.alec@gmail.com>",
  "MD5sum": "827992a71ae83af1b21e660e330cff36",
  "_user": "robitalec",
  "_type": "src",
  "_file": "distanceto_0.0.3.tar.gz",
  "_fileid": "9af49a23e1629b6739a619e869668f665ac752a45f43377b8787c1633342d92f",
  "_filesize": 217885,
  "_sha256": "9af49a23e1629b6739a619e869668f665ac752a45f43377b8787c1633342d92f",
  "_created": "2026-05-08T05:00:59.000Z",
  "_published": "2026-05-22T14:31:46.581Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77400439882,
      "time": 152,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6872169921"
    },
    {
      "job": 77400440343,
      "time": 177,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6872173271"
    },
    {
      "job": 77400439736,
      "time": 124,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6872163318"
    },
    {
      "job": 77400439876,
      "time": 98,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6872157854"
    },
    {
      "job": 77400439249,
      "time": 207,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6872138910"
    },
    {
      "job": 77400439283,
      "time": 130,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7163022023"
    },
    {
      "job": 77400440299,
      "time": 126,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6872163521"
    },
    {
      "job": 77400440152,
      "time": 114,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6872161515"
    },
    {
      "job": 77400440197,
      "time": 264,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6872190665"
    }
  ],
  "_buildurl": "https://github.com/r-universe/robitalec/actions/runs/25537651002",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/robitalec/distance-to",
  "_commit": {
    "id": "f7e130f13269e9ec017024c30e2effd4680fb406",
    "author": "Alec L. Robitaille <robit.alec@gmail.com>",
    "committer": "Alec L. Robitaille <robit.alec@gmail.com>",
    "message": "update codemeta\n",
    "time": 1685619770
  },
  "_maintainer": {
    "name": "Alec L. Robitaille",
    "email": "robit.alec@gmail.com",
    "login": "robitalec",
    "uuid": 16324625,
    "orcid": "0000-0002-4706-1762"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "nabor",
      "role": "Imports"
    },
    {
      "package": "geodist",
      "role": "Imports"
    },
    {
      "package": "fasterize",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "raster",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    },
    {
      "package": "lwgeom",
      "role": "Suggests"
    }
  ],
  "_owner": "robitalec",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "animal",
    "distance-to",
    "ecology",
    "resource-selection",
    "rsf",
    "spatial"
  ],
  "_stars": 4,
  "_contributors": [
    {
      "user": "robitalec",
      "count": 219,
      "uuid": 16324625
    }
  ],
  "_userbio": {
    "uuid": 16324625,
    "type": "user",
    "name": "Alec L. Robitaille"
  },
  "_downloads": {
    "count": 238,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/distanceto"
  },
  "_devurl": "https://github.com/robitalec/distance-to",
  "_pkgdown": "https://robitalec.github.io/distance-to/",
  "_searchresults": 18,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/distanceto.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/robitalec/distance-to",
  "_realowner": "robitalec",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.2",
      "date": "2021-11-11"
    },
    {
      "version": "0.0.3",
      "date": "2023-06-01"
    }
  ],
  "_exports": [
    "distance_raster",
    "distance_to"
  ],
  "_help": [
    {
      "page": "distance_raster",
      "title": "Distance to raster",
      "topics": [
        "distance_raster"
      ]
    },
    {
      "page": "distance_to",
      "title": "Distance to",
      "topics": [
        "distance_to"
      ]
    },
    {
      "page": "distanceto",
      "title": "distance-to",
      "topics": [
        "distanceto-package",
        "distanceto",
        "_PACKAGE"
      ]
    }
  ],
  "_readme": "https://github.com/robitalec/distance-to/raw/HEAD/README.md",
  "_rundeps": [
    "BH",
    "class",
    "classInt",
    "DBI",
    "e1071",
    "geodist",
    "KernSmooth",
    "MASS",
    "nabor",
    "proxy",
    "Rcpp",
    "RcppEigen",
    "s2",
    "sf",
    "units",
    "wk"
  ],
  "_vignettes": [
    {
      "source": "intro.Rmd",
      "filename": "intro.html",
      "title": "Introduction to distance-to",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Install",
        "distance_to",
        "Long-lat / unprojected coordinates",
        "Projected coordinates",
        "distance_raster"
      ],
      "created": "2021-07-02 03:44:24",
      "modified": "2023-05-31 16:54:30",
      "commits": 4
    }
  ],
  "_score": 5.03342375548695,
  "_indexed": true,
  "_nocasepkg": "distanceto",
  "_universes": [
    "robitalec"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.3",
      "date": "2026-05-08T05:03:27.000Z",
      "distro": "noble",
      "commit": "f7e130f13269e9ec017024c30e2effd4680fb406",
      "fileid": "b94387f8e0e4433204f9f240eed133b48ee252d0749de2390023ada6aadbc78c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robitalec/actions/runs/25537651002"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.3",
      "date": "2026-05-08T05:03:47.000Z",
      "distro": "noble",
      "commit": "f7e130f13269e9ec017024c30e2effd4680fb406",
      "fileid": "40c27a536ce8530646d285201a39ea7296037fe13486d19d0ff0dced56c681ed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robitalec/actions/runs/25537651002"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.3",
      "date": "2026-05-08T05:03:01.000Z",
      "commit": "f7e130f13269e9ec017024c30e2effd4680fb406",
      "fileid": "dcf6abb9d7bdd9f01ce7f09179454029d01d789a1d55b6b51eb636ca90b74354",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robitalec/actions/runs/25537651002"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.3",
      "date": "2026-05-08T05:02:33.000Z",
      "commit": "f7e130f13269e9ec017024c30e2effd4680fb406",
      "fileid": "aeec9abec4e18ad44d662439f8b24313b110ebd9ec3b4b3f7fe6854bd572b0b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robitalec/actions/runs/25537651002"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-05-08T05:02:48.000Z",
      "commit": "f7e130f13269e9ec017024c30e2effd4680fb406",
      "fileid": "a411b168c0f01f5ea89dc9bda766f69e3af987b8a1aa3a38bcf5ed9e17e89ee9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robitalec/actions/runs/25537651002"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-05-08T05:02:39.000Z",
      "commit": "f7e130f13269e9ec017024c30e2effd4680fb406",
      "fileid": "890d9ec36fc33c6e65e2ad642b9eed01b432cf721d5bb5da9b6b170edbf5e069",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robitalec/actions/runs/25537651002"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-05-08T05:05:15.000Z",
      "commit": "f7e130f13269e9ec017024c30e2effd4680fb406",
      "fileid": "f10cea8d3e89f0fbf711bce3d893af1d89bd2965fab108846c1a30c110870274",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robitalec/actions/runs/25537651002"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.3",
      "date": "2026-05-22T14:31:30.000Z",
      "commit": "f7e130f13269e9ec017024c30e2effd4680fb406",
      "fileid": "5e89c95e2a9d554b2947517b9d7d73478067af9a936d404c82633e8f2e9b7e55",
      "status": "success",
      "buildurl": "https://github.com/r-universe/robitalec/actions/runs/25537651002"
    }
  ]
}