{
  "_id": "6a292365732311cd8759d747",
  "Package": "glcm",
  "Version": "1.6.6",
  "Date": "2025-11-12",
  "Title": "Calculate Textures from Grey-Level Co-Occurrence Matrices\n(GLCMs)",
  "Authors@R": "person(\"Alex\", \"Zvoleff\", email=\"azvoleff@conservation.org\",\nrole=c(\"aut\", \"cre\"))",
  "Maintainer": "Alex Zvoleff <azvoleff@conservation.org>",
  "Description": "Enables calculation of image textures (Haralick 1973)\n<doi:10.1109/TSMC.1973.4309314> from grey-level co-occurrence\nmatrices (GLCMs). Supports processing images that cannot fit in\nmemory.",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/azvoleff/glcm",
  "BugReports": "https://github.com/azvoleff/glcm/issues",
  "LazyData": "true",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "libgdal-dev gdal-bin libgeos-dev libproj-dev\nlibsqlite3-dev",
  "Repository": "https://azvoleff.r-universe.dev",
  "Date/Publication": "2025-11-12 04:50:06 UTC",
  "RemoteUrl": "https://github.com/azvoleff/glcm",
  "RemoteRef": "HEAD",
  "RemoteSha": "ccff4d1ed822fff6abfaa72408c608edead16d26",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-10 08:14:28 UTC",
    "User": "root"
  },
  "Author": "Alex Zvoleff [aut, cre]",
  "MD5sum": "ecc6a87b2c40c8bede5ea6f3a6660365",
  "_user": "azvoleff",
  "_type": "src",
  "_file": "glcm_1.6.6.tar.gz",
  "_fileid": "93f1dea08dd0ed81ea78251c901144450902689a539ea13c7b5fa393300d4293",
  "_filesize": 242343,
  "_sha256": "93f1dea08dd0ed81ea78251c901144450902689a539ea13c7b5fa393300d4293",
  "_created": "2026-06-10T08:14:28.000Z",
  "_published": "2026-06-10T08:42:13.842Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80512404072,
      "time": 197,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7530203584"
    },
    {
      "job": 80512404152,
      "time": 172,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7530193556"
    },
    {
      "job": 80512404108,
      "time": 211,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7530208727"
    },
    {
      "job": 80512404126,
      "time": 159,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7530189539"
    },
    {
      "job": 80512404081,
      "time": 130,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7530722838"
    },
    {
      "job": 80512404065,
      "time": 431,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7530653335"
    },
    {
      "job": 80512404047,
      "time": 221,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7530539728"
    },
    {
      "job": 80512404097,
      "time": 239,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7530720238"
    },
    {
      "job": 80511839207,
      "time": 193,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7530131361"
    },
    {
      "job": 80512404017,
      "time": 143,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7530182911"
    },
    {
      "job": 80512404178,
      "time": 135,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7530180349"
    },
    {
      "job": 80512404083,
      "time": 135,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7530180605"
    },
    {
      "job": 80512404041,
      "time": 122,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7530175369"
    }
  ],
  "_buildurl": "https://github.com/r-universe/azvoleff/actions/runs/27262612463",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/azvoleff/glcm",
  "_commit": {
    "id": "ccff4d1ed822fff6abfaa72408c608edead16d26",
    "author": "Alex Zvoleff <azvoleff@conservation.org>",
    "committer": "Alex Zvoleff <azvoleff@conservation.org>",
    "message": "Update cran comments\n",
    "time": 1762923006
  },
  "_maintainer": {
    "name": "Alex Zvoleff",
    "email": "azvoleff@conservation.org",
    "login": "azvoleff",
    "description": "Vice President at @ConservationInternational",
    "uuid": 107753
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "raster",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.11.0",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 0.8.0",
      "role": "Suggests"
    }
  ],
  "_owner": "azvoleff",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-39",
      "n": 11
    },
    {
      "week": "2025-44",
      "n": 2
    },
    {
      "week": "2025-46",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 15,
  "_contributors": [
    {
      "user": "azvoleff",
      "count": 228,
      "uuid": 107753
    }
  ],
  "_userbio": {
    "uuid": 107753,
    "type": "user",
    "name": "Alex Zvoleff",
    "description": "Vice President at @ConservationInternational"
  },
  "_downloads": {
    "count": 358,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/glcm"
  },
  "_mentions": 2,
  "_devurl": "https://github.com/azvoleff/glcm",
  "_searchresults": 86,
  "_topics": [
    "openblas",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/glcm.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/azvoleff/glcm",
  "_realowner": "azvoleff",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1",
      "date": "2014-02-12"
    },
    {
      "version": "0.2",
      "date": "2014-02-17"
    },
    {
      "version": "0.3.1",
      "date": "2014-04-24"
    },
    {
      "version": "0.3.2",
      "date": "2014-07-30"
    },
    {
      "version": "1.0",
      "date": "2014-09-26"
    },
    {
      "version": "1.2",
      "date": "2015-01-03"
    },
    {
      "version": "1.4",
      "date": "2015-11-21"
    },
    {
      "version": "1.6.1",
      "date": "2016-03-08"
    },
    {
      "version": "1.6.3",
      "date": "2019-04-15"
    },
    {
      "version": "1.6.4",
      "date": "2019-04-26"
    },
    {
      "version": "1.6.5",
      "date": "2020-02-27"
    },
    {
      "version": "1.6.6",
      "date": "2025-11-12"
    }
  ],
  "_exports": [
    "calc_texture",
    "glcm"
  ],
  "_datasets": [
    {
      "name": "expected_textures_3x3_1x1",
      "title": "GLCM textures calculated in EXELIS ENVI (for testing purposes)",
      "object": "expected_textures_3x3_1x1",
      "class": [
        "RasterBrick"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "expected_textures_5x3_n1xn2",
      "title": "GLCM textures calculated in EXELIS ENVI (for testing purposes)",
      "object": "expected_textures_5x3_n1xn2",
      "class": [
        "RasterBrick"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "expected_textures_5x7_2x3",
      "title": "GLCM textures calculated in EXELIS ENVI (for testing purposes)",
      "object": "expected_textures_5x7_2x3",
      "class": [
        "RasterBrick"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "L5TSR_1986",
      "title": "Landsat 5 Surface Reflectance Image from February 6, 1986 (path 15, row 53)",
      "object": "L5TSR_1986",
      "class": [
        "RasterBrick"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "test_raster",
      "title": "Randomly generated 100x100 test image",
      "object": "test_raster",
      "class": [
        "RasterLayer"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "calc_texture",
      "title": "Calculates a glcm texture for use in the glcm.R script",
      "topics": [
        "calc_texture"
      ]
    },
    {
      "page": "expected_textures_3x3_1x1",
      "title": "GLCM textures calculated in EXELIS ENVI (for testing purposes)",
      "topics": [
        "expected_textures_3x3_1x1"
      ]
    },
    {
      "page": "expected_textures_5x3_n1xn2",
      "title": "GLCM textures calculated in EXELIS ENVI (for testing purposes)",
      "topics": [
        "expected_textures_5x3_n1xn2"
      ]
    },
    {
      "page": "expected_textures_5x7_2x3",
      "title": "GLCM textures calculated in EXELIS ENVI (for testing purposes)",
      "topics": [
        "expected_textures_5x7_2x3"
      ]
    },
    {
      "page": "glcm",
      "title": "Image texture measures from grey-level co-occurrence matrices (GLCM)",
      "topics": [
        "glcm"
      ]
    },
    {
      "page": "L5TSR_1986",
      "title": "Landsat 5 Surface Reflectance Image from February 6, 1986 (path 15, row 53)",
      "topics": [
        "L5TSR_1986"
      ]
    },
    {
      "page": "test_raster",
      "title": "Randomly generated 100x100 test image",
      "topics": [
        "test_raster"
      ]
    }
  ],
  "_readme": "https://github.com/azvoleff/glcm/raw/HEAD/README.md",
  "_rundeps": [
    "lattice",
    "raster",
    "Rcpp",
    "RcppArmadillo",
    "sp",
    "terra"
  ],
  "_sysdeps": [
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 5.587710965018911,
  "_indexed": true,
  "_nocasepkg": "glcm",
  "_universes": [
    "azvoleff"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.6",
      "date": "2026-06-10T08:17:34.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "ccff4d1ed822fff6abfaa72408c608edead16d26",
      "fileid": "5a2f5037c5cb207357d1e9f206951c5ebfbd9b21a44887b9b10b028d17bdb517",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/azvoleff/actions/runs/27262612463"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.6",
      "date": "2026-06-10T08:17:06.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "ccff4d1ed822fff6abfaa72408c608edead16d26",
      "fileid": "51a8e72248eea62148a203b871a8e287727f54fcc29f57c1dc05dc687bcf7b29",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/azvoleff/actions/runs/27262612463"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.6.6",
      "date": "2026-06-10T08:17:53.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "ccff4d1ed822fff6abfaa72408c608edead16d26",
      "fileid": "76c8e084185a098ad0ef647e84160c226ab3b428543c7e4f46744533a3399045",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/azvoleff/actions/runs/27262612463"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.6.6",
      "date": "2026-06-10T08:16:57.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "ccff4d1ed822fff6abfaa72408c608edead16d26",
      "fileid": "910d6d8f9004abdf3cd11a7af9b3a9b988519b9e2de1e2507a41103f6406de20",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/azvoleff/actions/runs/27262612463"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.6.6",
      "date": "2026-06-10T08:41:16.000Z",
      "arch": "aarch64",
      "commit": "ccff4d1ed822fff6abfaa72408c608edead16d26",
      "fileid": "a7dee479cbe308f77196ac99c6c555ecf919dfd6e4f0a6bc075392443f9a2db2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/azvoleff/actions/runs/27262612463"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.6.6",
      "date": "2026-06-10T08:35:54.000Z",
      "arch": "x86_64",
      "commit": "ccff4d1ed822fff6abfaa72408c608edead16d26",
      "fileid": "b655a8a73fc9d7b1b231bf2759db461cd4679245cf09db484638f090979541e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/azvoleff/actions/runs/27262612463"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.6.6",
      "date": "2026-06-10T08:32:52.000Z",
      "arch": "aarch64",
      "commit": "ccff4d1ed822fff6abfaa72408c608edead16d26",
      "fileid": "f0391d99508d787653a81b2b3064d41c2bd522c7033a03f4a65c833eb573a7f3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/azvoleff/actions/runs/27262612463"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.6.6",
      "date": "2026-06-10T08:40:26.000Z",
      "arch": "x86_64",
      "commit": "ccff4d1ed822fff6abfaa72408c608edead16d26",
      "fileid": "070302b2654576571f96ac7555cef8485ac3dd255b2592f1412c433914e11711",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/azvoleff/actions/runs/27262612463"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.6.6",
      "date": "2026-06-10T08:17:09.000Z",
      "arch": "emscripten",
      "commit": "ccff4d1ed822fff6abfaa72408c608edead16d26",
      "fileid": "7331758cddef111fcdbafea7cc450c063a3347abd740184e6974343ff4fbf231",
      "status": "success",
      "buildurl": "https://github.com/r-universe/azvoleff/actions/runs/27262612463"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.6.6",
      "date": "2026-06-10T08:16:01.000Z",
      "arch": "x86_64",
      "commit": "ccff4d1ed822fff6abfaa72408c608edead16d26",
      "fileid": "4baeeae8ffb972ff155aded0aae667cec981108806460164985ba24087808df0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/azvoleff/actions/runs/27262612463"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.6.6",
      "date": "2026-06-10T08:15:58.000Z",
      "arch": "x86_64",
      "commit": "ccff4d1ed822fff6abfaa72408c608edead16d26",
      "fileid": "4b980563084ce1b3f8e33051bcf36dab1aa34df5529a2dabfe23a16028653f84",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/azvoleff/actions/runs/27262612463"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.6.6",
      "date": "2026-06-10T08:15:54.000Z",
      "arch": "x86_64",
      "commit": "ccff4d1ed822fff6abfaa72408c608edead16d26",
      "fileid": "c567ad3232da46b37578cb86c2d51a8519a8eb88f4d446b254253b44bbba76c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/azvoleff/actions/runs/27262612463"
    }
  ]
}