{
  "_id": "6a1f350ab401979e7342854c",
  "Package": "curves",
  "Type": "Package",
  "Title": "Model-Agnostic Response Curves for Fitted Models",
  "Version": "0.4.0",
  "Authors@R": "c(\nperson(\n\"Roozbeh\", \"Valavi\",\nemail = \"valavi.r@gmail.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-2495-5277\")\n)\n)",
  "Description": "Create model-agnostic response-curve diagnostics for\nfitted prediction models. Supports profile curves, partial\ndependence, individual conditional expectation, and accumulated\nlocal effects; univariate curves, bivariate surfaces, ensemble\nsummaries across multiple models, ALE-based interaction\nranking, and optional raster-linked exploration with 'terra'\nand 'shiny'. Static displays are returned as 'ggplot2' plots.\nFor more details on the methods see Molnar (2025)\n<https://christophm.github.io/interpretable-ml-book/>.",
  "URL": "https://github.com/rvalavi/curves",
  "BugReports": "https://github.com/rvalavi/curves/issues",
  "Maintainer": "Roozbeh Valavi <valavi.r@gmail.com>",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Repository": "https://rvalavi.r-universe.dev",
  "Date/Publication": "2026-05-15 03:17:53 UTC",
  "RemoteUrl": "https://github.com/rvalavi/curves",
  "RemoteRef": "HEAD",
  "RemoteSha": "0989d21f701dcd8ed86475727d251b25fc4fd20e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-15 06:39:57 UTC",
    "User": "root"
  },
  "Author": "Roozbeh Valavi [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-2495-5277>)",
  "MD5sum": "b65a559ba5528554187c56f832fa4285",
  "_user": "rvalavi",
  "_type": "src",
  "_file": "curves_0.4.0.tar.gz",
  "_fileid": "d50d291205070f16f7ac483b9e38e7f1901d007b8809f167360a11af76ea9e81",
  "_filesize": 5215875,
  "_sha256": "d50d291205070f16f7ac483b9e38e7f1901d007b8809f167360a11af76ea9e81",
  "_created": "2026-05-15T06:39:57.000Z",
  "_published": "2026-06-02T19:54:50.533Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79159370581,
      "time": 187,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7011596884"
    },
    {
      "job": 79159370620,
      "time": 211,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011601953"
    },
    {
      "job": 79159370769,
      "time": 126,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7011681039"
    },
    {
      "job": 79159370325,
      "time": 108,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011677754"
    },
    {
      "job": 79159369641,
      "time": 218,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011554811"
    },
    {
      "job": 79159369800,
      "time": 118,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7368311116"
    },
    {
      "job": 79159370731,
      "time": 120,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7011582180"
    },
    {
      "job": 79159371046,
      "time": 110,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7011579629"
    },
    {
      "job": 79159371043,
      "time": 112,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011580160"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rvalavi/actions/runs/25904173296",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/rvalavi/curves",
  "_commit": {
    "id": "0989d21f701dcd8ed86475727d251b25fc4fd20e",
    "author": "Roozbeh Valavi <valavi.r@gmail.com>",
    "committer": "Roozbeh Valavi <valavi.r@gmail.com>",
    "message": "update readem and caran comment\n",
    "time": 1778815073
  },
  "_maintainer": {
    "name": "Roozbeh Valavi",
    "email": "valavi.r@gmail.com",
    "login": "rvalavi",
    "bluesky": "@rvalavi.bsky.social",
    "twitter": "@ValaviRoozbeh",
    "uuid": 30306220,
    "orcid": "0000-0003-2495-5277"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "cowplot",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.3.6",
      "role": "Imports"
    },
    {
      "package": "disdat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "mgcv",
      "role": "Suggests"
    },
    {
      "package": "plotly",
      "role": "Suggests"
    },
    {
      "package": "randomForest",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "shiny",
      "role": "Suggests"
    },
    {
      "package": "terra",
      "version": ">= 1.6-41",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "rvalavi",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-16",
      "n": 7
    },
    {
      "week": "2026-17",
      "n": 10
    },
    {
      "week": "2026-18",
      "n": 8
    },
    {
      "week": "2026-19",
      "n": 1
    },
    {
      "week": "2026-20",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "partial-dependence-plots",
    "pdp",
    "response-curves",
    "spatial-modelling",
    "species-distribution-modelling"
  ],
  "_stars": 3,
  "_contributors": [
    {
      "user": "rvalavi",
      "count": 38,
      "uuid": 30306220
    }
  ],
  "_userbio": {
    "uuid": 30306220,
    "type": "user",
    "name": "Roozbeh Valavi",
    "description": "Data science and spatial ecology"
  },
  "_downloads": {
    "count": 31,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/curves"
  },
  "_devurl": "https://github.com/rvalavi/curves",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/curves.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rvalavi/curves",
  "_realowner": "rvalavi",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.4.0",
      "date": "2026-05-11"
    }
  ],
  "_exports": [
    "bivariate",
    "interactions",
    "mapcurve",
    "multimodel",
    "univariate"
  ],
  "_help": [
    {
      "page": "bivariate",
      "title": "Bivariate model-agnostic response surfaces",
      "topics": [
        "bivariate"
      ]
    },
    {
      "page": "interactions",
      "title": "Rank pairwise interactions using second-order ALE",
      "topics": [
        "interactions"
      ]
    },
    {
      "page": "mapcurve",
      "title": "Interactive map-linked response curve explorer",
      "topics": [
        "mapcurve"
      ]
    },
    {
      "page": "multimodel",
      "title": "Aggregated response curves across fitted models",
      "topics": [
        "multimodel"
      ]
    },
    {
      "page": "univariate",
      "title": "Univariate model-agnostic response curves",
      "topics": [
        "univariate"
      ]
    }
  ],
  "_pkglogo": "https://github.com/rvalavi/curves/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/rvalavi/curves/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cowplot",
    "cpp11",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "random-forest-species-distribution.Rmd",
      "filename": "random-forest-species-distribution.html",
      "title": "Species Distribution Response Curves",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Prepare the training data",
        "Fit a down-sampled random forest",
        "Plot univariate and bivariate response curves",
        "Ensemble response curves"
      ],
      "created": "2026-04-16 13:07:42",
      "modified": "2026-05-01 06:19:27",
      "commits": 11
    }
  ],
  "_score": 4.8750612633917,
  "_indexed": true,
  "_nocasepkg": "curves",
  "_universes": [
    "rvalavi"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-05-15T06:42:39.000Z",
      "distro": "noble",
      "commit": "0989d21f701dcd8ed86475727d251b25fc4fd20e",
      "fileid": "8a1f5ad130b17fcad528de0fbf0aad1fba52f70d7417267a408ce730ae693833",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rvalavi/actions/runs/25904173296"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-05-15T06:42:58.000Z",
      "distro": "noble",
      "commit": "0989d21f701dcd8ed86475727d251b25fc4fd20e",
      "fileid": "f6ef8c9fc2293e4d7a3eede75036e406bea6e34140ca6ec5ad85cc8c92a5ee09",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rvalavi/actions/runs/25904173296"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-05-15T06:49:09.000Z",
      "commit": "0989d21f701dcd8ed86475727d251b25fc4fd20e",
      "fileid": "06a7b03ab61c1cefdcb9648f09083794e7889851cdec8ea57eedec713542bece",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rvalavi/actions/runs/25904173296"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-05-15T06:48:57.000Z",
      "commit": "0989d21f701dcd8ed86475727d251b25fc4fd20e",
      "fileid": "cf2e946290149d8998a0a068a5cb987ee94a90ce541d65c190728358b9ce875f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rvalavi/actions/runs/25904173296"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-15T06:41:25.000Z",
      "commit": "0989d21f701dcd8ed86475727d251b25fc4fd20e",
      "fileid": "f3f686821d4d8ae756e62f71364e3efdb186503f92c0ada1c3b84dcf6a9ccf0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rvalavi/actions/runs/25904173296"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-15T06:41:20.000Z",
      "commit": "0989d21f701dcd8ed86475727d251b25fc4fd20e",
      "fileid": "2ea2ceefdcc6e157605959b00e7231dfbeecf324af5fa6a33ce04b1914125fbb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rvalavi/actions/runs/25904173296"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-15T06:41:17.000Z",
      "commit": "0989d21f701dcd8ed86475727d251b25fc4fd20e",
      "fileid": "ae1ebc49a86ef253cc2ee1f7e699377b2ec87af5ccf65800ec1487c899aadd62",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rvalavi/actions/runs/25904173296"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0",
      "date": "2026-06-02T19:54:27.000Z",
      "commit": "0989d21f701dcd8ed86475727d251b25fc4fd20e",
      "fileid": "37bccdbd8159f87ff21b36b1d1bb1e9c15a13dfdd72e9c5cb39c0709e94c5c9a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rvalavi/actions/runs/25904173296"
    }
  ]
}