{
  "_id": "6a5b03139baadeef8ab4a0c7",
  "Package": "sfdct",
  "Title": "Constrained Triangulation for Simple Features",
  "Version": "0.3.0",
  "Authors@R": "person(\"Michael D.\",\"Sumner\", role = c(\"aut\", \"cre\"), email = \"mdsumner@gmail.com\")",
  "Description": "Build a constrained high quality Delaunay triangulation\nfrom simple features objects, applying constraints based on\ninput line segments, and triangle properties including maximum\narea, minimum internal angle. The triangulation code in\n'RTriangle' uses the method of Cheng, Dey and Shewchuk (2012,\nISBN:9781584887300). For a low-dependency alternative with\nlow-quality path-based constrained triangulation see\n<https://CRAN.R-project.org/package=decido> and for\nhigh-quality configurable triangulation see\n<https://github.com/hypertidy/anglr>. Also consider comparison\nwith the 'GEOS' lib which since version 3.10.0 includes a low\nquality polygon triangulation method that starts with ear\nclipping and refines to Delaunay.",
  "License": "CC BY-NC-SA 4.0",
  "License_restricts_use": "yes",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "Roxygen": "list(markdown = TRUE)",
  "URL": "https://github.com/hypertidy/sfdct,\nhttps://hypertidy.github.io/sfdct/",
  "BugReports": "https://github.com/hypertidy/sfdct/issues",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibssl-dev libproj-dev libsqlite3-dev libudunits2-dev",
  "Repository": "https://hypertidy.r-universe.dev",
  "Date/Publication": "2024-01-09 19:53:24 UTC",
  "RemoteUrl": "https://github.com/hypertidy/sfdct",
  "RemoteRef": "HEAD",
  "RemoteSha": "f0ec2e96442ba2438c79b85cc98b372d68b1507f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-18 04:34:10 UTC",
    "User": "root"
  },
  "Author": "Michael D. Sumner [aut, cre]",
  "Maintainer": "Michael D. Sumner <mdsumner@gmail.com>",
  "_user": "hypertidy",
  "_type": "src",
  "_file": "sfdct_0.3.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/943cfed784400b9f1b59bd3b4120a740fe7ce2748a4b6ea0b9607866d7490dc1",
  "_filesize": 3472018,
  "_sha256": "943cfed784400b9f1b59bd3b4120a740fe7ce2748a4b6ea0b9607866d7490dc1",
  "_expires": "2026-10-26T04:37:36.000Z",
  "_created": "2026-07-18T04:34:10.000Z",
  "_published": "2026-07-18T04:37:38.844Z",
  "_jobs": [
    {
      "job": 88043744816,
      "time": 171,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8425393912"
    },
    {
      "job": 88043744787,
      "time": 162,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8425392449"
    },
    {
      "job": 88043744826,
      "time": 86,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8425380263"
    },
    {
      "job": 88043744785,
      "time": 84,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8425380495"
    },
    {
      "job": 88043468493,
      "time": 214,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8425367808"
    },
    {
      "job": 88043744801,
      "time": 152,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8425391000"
    },
    {
      "job": 88043744813,
      "time": 97,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8425382386"
    },
    {
      "job": 88043744809,
      "time": 95,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8425382062"
    },
    {
      "job": 88043744803,
      "time": 92,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8425381652"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29630664681",
  "_status": "success",
  "_upstream": "https://github.com/hypertidy/sfdct",
  "_commit": {
    "id": "f0ec2e96442ba2438c79b85cc98b372d68b1507f",
    "author": "Michael Sumner <mdsumner@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #20 from olivroy/patch-1\n\nAdd website to DESCRIPTION",
    "time": 1704830004
  },
  "_maintainer": {
    "name": "Michael D. Sumner",
    "email": "mdsumner@gmail.com",
    "login": "mdsumner",
    "mastodon": "@mdsumner@rstats.me",
    "bluesky": "@mdsumner.bsky.social",
    "description": "no names have an anonymous function",
    "uuid": 4107631
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "RTriangle",
      "role": "Imports"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "sp",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "maps",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "viridisLite",
      "role": "Suggests"
    }
  ],
  "_owner": "hypertidy",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "mdsumner",
      "count": 78,
      "uuid": 4107631
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 29297592,
    "type": "organization",
    "name": "hypertidy",
    "followers": 27,
    "description": "[ ... ]"
  },
  "_downloads": {
    "count": 320,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sfdct"
  },
  "_devurl": "https://github.com/hypertidy/sfdct",
  "_pkgdown": "https://hypertidy.github.io/sfdct/",
  "_searchresults": 36,
  "_rbuild": "4.6.1",
  "_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/sfdct.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/hypertidy/sfdct",
  "_realowner": "hypertidy",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.3",
      "date": "2017-05-02"
    },
    {
      "version": "0.0.4",
      "date": "2017-08-29"
    },
    {
      "version": "0.0.5",
      "date": "2018-01-05"
    },
    {
      "version": "0.0.6",
      "date": "2018-03-28"
    },
    {
      "version": "0.1.0",
      "date": "2021-01-06"
    },
    {
      "version": "0.2.0",
      "date": "2023-11-09"
    },
    {
      "version": "0.3.0",
      "date": "2024-01-09"
    }
  ],
  "_exports": [
    "ct_triangulate"
  ],
  "_datasets": [
    {
      "name": "antarctica",
      "title": "Antarctica, and not Antarctica.",
      "object": "antarctica",
      "class": [
        "sf",
        "data.frame"
      ],
      "fields": [
        "ID",
        "geom"
      ],
      "rows": 2,
      "table": false,
      "tojson": true
    },
    {
      "name": "lakesuperior",
      "title": "Lake Superior polygons.",
      "object": "lakesuperior",
      "class": [
        "sf",
        "data.frame"
      ],
      "fields": [
        "OID_",
        "Shape_Leng",
        "Feature",
        "Shape_Le_1",
        "Shape_Area",
        "geom"
      ],
      "rows": 525,
      "table": false,
      "tojson": true
    },
    {
      "name": "map_world",
      "title": "The 'world' database from the 'maps' package.",
      "object": "map_world",
      "class": [
        "sf",
        "data.frame"
      ],
      "fields": [
        "geometry",
        "ID"
      ],
      "rows": 253,
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "antarctica",
      "title": "Antarctica, and not Antarctica.",
      "topics": [
        "antarctica"
      ]
    },
    {
      "page": "ct_triangulate",
      "title": "Constrained Delaunay Triangulation",
      "topics": [
        "ct_triangulate",
        "ct_triangulate.GEOMETRYCOLLECTION",
        "ct_triangulate.MULTIPOINT",
        "ct_triangulate.POINT",
        "ct_triangulate.sf",
        "ct_triangulate.sfc",
        "ct_triangulate.sfg"
      ]
    },
    {
      "page": "lakesuperior",
      "title": "Lake Superior polygons.",
      "topics": [
        "lakesuperior"
      ]
    },
    {
      "page": "map_world",
      "title": "The 'world' database from the 'maps' package.",
      "topics": [
        "map_world"
      ]
    }
  ],
  "_readme": "https://github.com/hypertidy/sfdct/raw/HEAD/README.md",
  "_rundeps": [
    "class",
    "classInt",
    "cli",
    "DBI",
    "dplyr",
    "e1071",
    "generics",
    "glue",
    "KernSmooth",
    "lattice",
    "lifecycle",
    "magrittr",
    "MASS",
    "pillar",
    "pkgconfig",
    "proxy",
    "R6",
    "Rcpp",
    "rlang",
    "RTriangle",
    "s2",
    "sf",
    "sp",
    "tibble",
    "tidyselect",
    "units",
    "utf8",
    "vctrs",
    "withr",
    "wk"
  ],
  "_vignettes": [
    {
      "source": "sfdct.Rmd",
      "filename": "sfdct.html",
      "title": "High Quality Constrained Triangulation for Simple Features",
      "author": "Michael D. Sumner",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Example",
        "Geometry collection is in development",
        "Chaining together operations",
        "Holes better work (or else)"
      ],
      "created": "2017-01-12 13:14:07",
      "modified": "2024-01-03 23:08:14",
      "commits": 13
    }
  ],
  "_score": 4.732393759822968,
  "_indexed": true,
  "_nocasepkg": "sfdct",
  "_universes": [
    "hypertidy",
    "mdsumner"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-18T04:36:44.000Z",
      "distro": "resolute",
      "commit": "f0ec2e96442ba2438c79b85cc98b372d68b1507f",
      "fileid": "https://r2.ropensci.org/0e0c7f3ba9bbcfaa5dcacdcfeabaeeb1d01645087e5a5ffcb68ae558b4713187",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29630664681"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-18T04:36:39.000Z",
      "distro": "resolute",
      "commit": "f0ec2e96442ba2438c79b85cc98b372d68b1507f",
      "fileid": "https://r2.ropensci.org/413842ee5f41a2afb9012332e827a8f2cc7ed5c8bec26c6b1f621e6260a52f20",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29630664681"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-18T04:35:30.000Z",
      "commit": "f0ec2e96442ba2438c79b85cc98b372d68b1507f",
      "fileid": "https://r2.ropensci.org/68c85e56ee927dd0496edd72a22690a2b0c06fe35aaaaca47844d2d8dc2fe693",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29630664681"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-18T04:35:29.000Z",
      "commit": "f0ec2e96442ba2438c79b85cc98b372d68b1507f",
      "fileid": "https://r2.ropensci.org/f3917c6d56c112ffa26419c6bceba724469cad6783bf5ba6eab3223086765fe4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29630664681"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-07-18T04:36:56.000Z",
      "commit": "f0ec2e96442ba2438c79b85cc98b372d68b1507f",
      "fileid": "https://r2.ropensci.org/d425e90bd05b360f584454a557a9ffb88b1d7a9bef5abb60b2c40431df83f38e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29630664681"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-18T04:35:25.000Z",
      "commit": "f0ec2e96442ba2438c79b85cc98b372d68b1507f",
      "fileid": "https://r2.ropensci.org/91f4f968cad9bce3c03291431f473ec78cee2cb4f1cf4b81cae122d61fc3af92",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29630664681"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-18T04:35:24.000Z",
      "commit": "f0ec2e96442ba2438c79b85cc98b372d68b1507f",
      "fileid": "https://r2.ropensci.org/1cbccddfaedbb7690379d2db6f7ee0aa5abab0f4c831e4efd3bc44321813cc17",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29630664681"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-18T04:35:22.000Z",
      "commit": "f0ec2e96442ba2438c79b85cc98b372d68b1507f",
      "fileid": "https://r2.ropensci.org/1dea1d797bf4f02c6db6c76e5d40ba1eecc3a246951f31284432917ff90e8533",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29630664681"
    }
  ]
}