{
  "_id": "6a49e73354b1f994258a9747",
  "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-07-05 05:05:02 UTC",
    "User": "root"
  },
  "Author": "Will Cornwell [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-4080-4073>),\nMitch Lyons [aut],\nNick Murray [aut]",
  "_user": "traitecoevo",
  "_type": "src",
  "_file": "earthtones_0.2.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/c8f66a60409e98e2f31f26a16f80a78d35d4e0d9818e5c5dd7d118d53e323fa7",
  "_filesize": 864424,
  "_sha256": "c8f66a60409e98e2f31f26a16f80a78d35d4e0d9818e5c5dd7d118d53e323fa7",
  "_expires": "2026-10-13T05:10:09.000Z",
  "_created": "2026-07-05T05:05:02.000Z",
  "_published": "2026-07-05T05:10:11.240Z",
  "_jobs": [
    {
      "job": 85194494323,
      "time": 258,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8088529868"
    },
    {
      "job": 85194494324,
      "time": 199,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8088524530"
    },
    {
      "job": 85194494312,
      "time": 118,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8088517940"
    },
    {
      "job": 85194494331,
      "time": 126,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8088518438"
    },
    {
      "job": 85194339557,
      "time": 186,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8088507770"
    },
    {
      "job": 85194494305,
      "time": 152,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8088520554"
    },
    {
      "job": 85194494317,
      "time": 141,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8088519839"
    },
    {
      "job": 85194494316,
      "time": 151,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8088520532"
    },
    {
      "job": 85194494326,
      "time": 183,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8088523295"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/28730166317",
  "_status": "success",
  "_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"
  },
  "_distro": "resolute",
  "_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",
    "followers": 39
  },
  "_downloads": {
    "count": 301,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/earthtones"
  },
  "_devurl": "https://github.com/traitecoevo/earthtones",
  "_searchresults": 5,
  "_rbuild": "4.6.1",
  "_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",
    "LICENSE",
    "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-07-05T05:08:24.000Z",
      "distro": "resolute",
      "commit": "6ac3789509e588ce2f6ba2798146278c5507674b",
      "fileid": "https://r2.ropensci.org/a94455ce5585d2587528fbe9bd13043079446a8451031bf8d8a3baf09b289d2c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/28730166317"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-07-05T05:07:28.000Z",
      "distro": "resolute",
      "commit": "6ac3789509e588ce2f6ba2798146278c5507674b",
      "fileid": "https://r2.ropensci.org/f2a192d45d1533b91b1d3ecb5d960b8009d3f2b73272821c23d2a0fc3c6fd852",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/28730166317"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-07-05T05:06:42.000Z",
      "commit": "6ac3789509e588ce2f6ba2798146278c5507674b",
      "fileid": "https://r2.ropensci.org/9d3a05c4227ffd1451f1ad8bec755901b9f24c407f91e4a37a62795e771d1556",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/28730166317"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-07-05T05:06:44.000Z",
      "commit": "6ac3789509e588ce2f6ba2798146278c5507674b",
      "fileid": "https://r2.ropensci.org/6547f6655cd104a041b6aaf105a24c78245cc81569a1820d8f26092f133b93ea",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/28730166317"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-07-05T05:07:57.000Z",
      "commit": "6ac3789509e588ce2f6ba2798146278c5507674b",
      "fileid": "https://r2.ropensci.org/4584426fafe3fd5adbebc5ae2cb0c49bd334d2c756c2e79b9fb2f82bd8d84d75",
      "status": "success",
      "buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/28730166317"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-07-05T05:06:21.000Z",
      "commit": "6ac3789509e588ce2f6ba2798146278c5507674b",
      "fileid": "https://r2.ropensci.org/64cf07f4fed9d518a521a98ad1f7829306947fb2c1f1e2eb7c92b47d8583b03a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/28730166317"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-07-05T05:06:25.000Z",
      "commit": "6ac3789509e588ce2f6ba2798146278c5507674b",
      "fileid": "https://r2.ropensci.org/b2a99b3377efa7ffd3c502e77af44d14c28282e84465dbeb60227e1743886dd9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/28730166317"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-07-05T05:06:56.000Z",
      "commit": "6ac3789509e588ce2f6ba2798146278c5507674b",
      "fileid": "https://r2.ropensci.org/681bbd46464876d5b700de15b7c89f6e385a39fac94946c50f72434b9855b5d3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/traitecoevo/actions/runs/28730166317"
    }
  ]
}