{
  "_id": "6a25484b4b233be19839b460",
  "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-06-07 10:27:28 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": "f1b43ff3611f11a4e17ab6b35132e77b",
  "_user": "robitalec",
  "_type": "src",
  "_file": "distanceto_0.0.3.tar.gz",
  "_fileid": "d2a3043276dfa30439be17319fdc33c19b64b620a542b2e02275dc8df9665fbe",
  "_filesize": 215609,
  "_sha256": "d2a3043276dfa30439be17319fdc33c19b64b620a542b2e02275dc8df9665fbe",
  "_created": "2026-06-07T10:27:28.000Z",
  "_published": "2026-06-07T10:30:35.900Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79951420304,
      "time": 151,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7463259946"
    },
    {
      "job": 79951420307,
      "time": 157,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463260635"
    },
    {
      "job": 79951420305,
      "time": 136,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7463256629"
    },
    {
      "job": 79951420312,
      "time": 119,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463254826"
    },
    {
      "job": 79951245190,
      "time": 181,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463243101"
    },
    {
      "job": 79951420308,
      "time": 131,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463257718"
    },
    {
      "job": 79951420317,
      "time": 115,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7463255979"
    },
    {
      "job": 79951420301,
      "time": 105,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7463254906"
    },
    {
      "job": 79951420309,
      "time": 127,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463257303"
    }
  ],
  "_buildurl": "https://github.com/r-universe/robitalec/actions/runs/27089830583",
  "_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",
    "description": "",
    "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": 192,
    "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": 19,
  "_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.056904851336473,
  "_indexed": true,
  "_nocasepkg": "distanceto",
  "_universes": [
    "robitalec"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.3",
      "date": "2026-06-07T10:29:43.000Z",
      "distro": "noble",
      "commit": "f7e130f13269e9ec017024c30e2effd4680fb406",
      "fileid": "345039e0db3dc720ebb3d8904ce45852449deb85733d7f70cda4307bb5d872d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robitalec/actions/runs/27089830583"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.3",
      "date": "2026-06-07T10:29:50.000Z",
      "distro": "noble",
      "commit": "f7e130f13269e9ec017024c30e2effd4680fb406",
      "fileid": "abc28ad8640244fba5a127c06828e2be2ca89bab58586a340ae2254e5a96b2bb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robitalec/actions/runs/27089830583"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.3",
      "date": "2026-06-07T10:29:24.000Z",
      "commit": "f7e130f13269e9ec017024c30e2effd4680fb406",
      "fileid": "a53b0c11e07b87eaa4182e760af440a1fd16934973c71f1c49dc9828249573da",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robitalec/actions/runs/27089830583"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.3",
      "date": "2026-06-07T10:29:08.000Z",
      "commit": "f7e130f13269e9ec017024c30e2effd4680fb406",
      "fileid": "4eec6c48cdf3070d0c436d8343bd27701d7e90e02f926761a3aff49a372f4956",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robitalec/actions/runs/27089830583"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.3",
      "date": "2026-06-07T10:29:50.000Z",
      "commit": "f7e130f13269e9ec017024c30e2effd4680fb406",
      "fileid": "d78a82d13497386fababb9bab90d674e6edbdec32b50e75d93c9f9442ed89321",
      "status": "success",
      "buildurl": "https://github.com/r-universe/robitalec/actions/runs/27089830583"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-06-07T10:29:02.000Z",
      "commit": "f7e130f13269e9ec017024c30e2effd4680fb406",
      "fileid": "5adb6f3483165fcd2d7b93155f97d918092e92b87f13c10215180d2a27318810",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robitalec/actions/runs/27089830583"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-06-07T10:28:48.000Z",
      "commit": "f7e130f13269e9ec017024c30e2effd4680fb406",
      "fileid": "ffdb71817004867a43c8ea3d849d8737a8b13f7c36cd4abd29f4ad62ac0dc181",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robitalec/actions/runs/27089830583"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-06-07T10:29:14.000Z",
      "commit": "f7e130f13269e9ec017024c30e2effd4680fb406",
      "fileid": "a869acc88b076679fc99c69557cc1bf7db7fe18708d1b18f57e83a513e384202",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robitalec/actions/runs/27089830583"
    }
  ]
}