{
  "_id": "6a13f267acfb0bcc41d31ae1",
  "Package": "earthtones",
  "Title": "Derive a Color Palette from a Particular Location on Earth",
  "Version": "0.2.1",
  "Authors@R": "c(person(given = \"Will\",\nfamily = \"Cornwell\",\nrole = c(\"aut\", \"cre\"),\nemail = \"wcornwell@gmail.com\",\ncomment = c(ORCID = \"0000-0003-4080-4073\")),\nperson(given = \"Mitch\",\nfamily = \"Lyons\",\nrole = \"aut\"),\nperson(given = \"Nick\",\nfamily = \"Murray\",\nrole = \"aut\"))",
  "Description": "Downloads a satellite image via ESRI and maptiles (these\nare originally from a variety of aerial photography sources),\ntranslates the image into a perceptually uniform color space,\nruns one of a few different clustering algorithms on the colors\nin the image searching for a user-supplied number of colors,\nand returns the resulting color palette.",
  "License": "MIT + file LICENSE",
  "Maintainer": "Will Cornwell <wcornwell@gmail.com>",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibpng-dev libssl-dev libproj-dev libsqlite3-dev\nlibudunits2-dev",
  "Repository": "https://traitecoevo.r-universe.dev",
  "Date/Publication": "2026-02-24 11:20:08 UTC",
  "RemoteUrl": "https://github.com/traitecoevo/earthtones",
  "RemoteRef": "HEAD",
  "RemoteSha": "6ac3789509e588ce2f6ba2798146278c5507674b",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-25 06:51:30 UTC",
    "User": "root"
  },
  "Author": "Will Cornwell [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-4080-4073>),\nMitch Lyons [aut],\nNick Murray [aut]",
  "MD5sum": "1df4317a1a012c020b25cc14e647c736",
  "_user": "traitecoevo",
  "_type": "src",
  "_file": "earthtones_0.2.1.tar.gz",
  "_fileid": "f5e2b784225f24a24619ce5649c288556ccfe24a9d9f3aac369f6348e27b183c",
  "_filesize": 861194,
  "_sha256": "f5e2b784225f24a24619ce5649c288556ccfe24a9d9f3aac369f6348e27b183c",
  "_created": "2026-05-25T06:51:30.000Z",
  "_published": "2026-05-25T06:55:35.137Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77669517465,
      "time": 205,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7193212323"
    },
    {
      "job": 77669517483,
      "time": 196,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7193210854"
    },
    {
      "job": 77669517473,
      "time": 104,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7193190761"
    },
    {
      "job": 77669517491,
      "time": 133,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7193197286"
    },
    {
      "job": 77669146338,
      "time": 198,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7193167049"
    },
    {
      "job": 77669517477,
      "time": 129,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7193196006"
    },
    {
      "job": 77669517478,
      "time": 177,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7193207565"
    },
    {
      "job": 77669517496,
      "time": 144,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7193199398"
    },
    {
      "job": 77669517482,
      "time": 149,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7193200599"
    }
  ],
  "_buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/26387451477",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/traitecoevo/earthtones",
  "_commit": {
    "id": "6ac3789509e588ce2f6ba2798146278c5507674b",
    "author": "Will Cornwell <w.cornwell@unsw.edu.au>",
    "committer": "Will Cornwell <w.cornwell@unsw.edu.au>",
    "message": "fixing things up\n",
    "time": 1771932008
  },
  "_maintainer": {
    "name": "Will Cornwell",
    "email": "wcornwell@gmail.com",
    "login": "wcornwell",
    "description": "San Francisco -> Amsterdam -> Vancouver -> Sydney",
    "uuid": 5534161,
    "orcid": "0000-0003-4080-4073"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.0",
      "role": "Depends"
    },
    {
      "package": "maptiles",
      "role": "Imports"
    },
    {
      "package": "terra",
      "role": "Imports"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "cluster",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    }
  ],
  "_owner": "traitecoevo",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-09",
      "n": 6
    }
  ],
  "_tags": [],
  "_stars": 32,
  "_contributors": [
    {
      "user": "wcornwell",
      "count": 83,
      "uuid": 5534161
    },
    {
      "user": "mitchest",
      "count": 4,
      "uuid": 6659323
    }
  ],
  "_userbio": {
    "uuid": 11747619,
    "type": "organization",
    "name": "Trait Ecology and Evolution"
  },
  "_downloads": {
    "count": 236,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/earthtones"
  },
  "_devurl": "https://github.com/traitecoevo/earthtones",
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/earthtones.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/traitecoevo/earthtones",
  "_realowner": "traitecoevo",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2016-09-01"
    },
    {
      "version": "0.1.1",
      "date": "2019-01-13"
    },
    {
      "version": "0.2.0",
      "date": "2025-03-31"
    }
  ],
  "_exports": [
    "get_earthtones"
  ],
  "_help": [
    {
      "page": "get_earthtones",
      "title": "Extract Color Palettes from Satellite Imagery",
      "topics": [
        "get_earthtones"
      ]
    },
    {
      "page": "print.palette",
      "title": "Print Method for Palette Objects",
      "topics": [
        "print.palette"
      ]
    }
  ],
  "_readme": "https://github.com/traitecoevo/earthtones/raw/HEAD/README.md",
  "_rundeps": [
    "class",
    "classInt",
    "curl",
    "DBI",
    "digest",
    "e1071",
    "KernSmooth",
    "maptiles",
    "MASS",
    "png",
    "proxy",
    "Rcpp",
    "s2",
    "sf",
    "terra",
    "units",
    "wk"
  ],
  "_score": 4.204119982655925,
  "_indexed": true,
  "_nocasepkg": "earthtones",
  "_universes": [
    "traitecoevo",
    "wcornwell"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-25T06:54:04.000Z",
      "distro": "noble",
      "commit": "6ac3789509e588ce2f6ba2798146278c5507674b",
      "fileid": "31c42b811b60875194ec6fd7419e3376ac27215827f0b2fe78b71f6298b91087",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/26387451477"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-25T06:54:01.000Z",
      "distro": "noble",
      "commit": "6ac3789509e588ce2f6ba2798146278c5507674b",
      "fileid": "d96ff6683e6434c4ebd9d760ce969f94d23d0be479757296dce5a0b2027ef725",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/26387451477"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-25T06:53:00.000Z",
      "commit": "6ac3789509e588ce2f6ba2798146278c5507674b",
      "fileid": "cb8abe31419cfccb9cb10ef74feda66a152c623046bb16d70f50c3d0db018260",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/26387451477"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-25T06:53:24.000Z",
      "commit": "6ac3789509e588ce2f6ba2798146278c5507674b",
      "fileid": "0f4f22698e4543dcb953d5c63791206c1594d1bee5eaa034ff82fd364d82961e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/26387451477"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-05-25T06:54:03.000Z",
      "commit": "6ac3789509e588ce2f6ba2798146278c5507674b",
      "fileid": "8335a55901e1f7bdd1a0d52d4c187acee84c3c75f0310861fd4d5449a6944ae8",
      "status": "success",
      "buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/26387451477"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-25T06:53:24.000Z",
      "commit": "6ac3789509e588ce2f6ba2798146278c5507674b",
      "fileid": "66a4592a52289ebf05da77b212f48d629005efa535970c3c842e224214c99238",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/26387451477"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-25T06:52:53.000Z",
      "commit": "6ac3789509e588ce2f6ba2798146278c5507674b",
      "fileid": "9e03e29f214aa092841247cbbaaf65830ff8a88bd227d22c8520ad9ec4de0612",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/26387451477"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-25T06:52:58.000Z",
      "commit": "6ac3789509e588ce2f6ba2798146278c5507674b",
      "fileid": "e9fa3fa3f64d78f4dffd47f5a88e494bcf2867af26f550d2037a24ec8f589960",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/26387451477"
    }
  ]
}