{
  "_id": "6a2822e7a476d7de6d3c91d0",
  "Type": "Package",
  "Package": "ONAM",
  "Title": "Fitting Interpretable Neural Additive Models Using\nOrthogonalization",
  "Version": "1.0.1",
  "Authors@R": "person(\"David\", \"Köhler\", , \"koehler@imbie.uni-bonn.de\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0009-0006-0027-4046\"))",
  "Description": "An algorithm for fitting interpretable additive neural\nnetworks for identifiable and visualizable feature effects\nusing post hoc orthogonalization. Fit custom neural networks\nintuitively using established 'R' 'formula' notation, including\ninteraction effects of arbitrary order while preserving\nidentifiability to enable a functional decomposition of the\nprediction function. For more details see Koehler et al. (2025)\n<doi:10.1038/s44387-025-00033-7>.",
  "License": "MIT + file LICENSE",
  "BugReports": "https://github.com/Koehlibert/ONAM_R/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Config/roxygen2/version": "8.0.0",
  "Config/pak/sysreqs": "libpng-dev python3",
  "Repository": "https://koehlibert.r-universe.dev",
  "Date/Publication": "2026-06-09 14:00:02 UTC",
  "RemoteUrl": "https://github.com/koehlibert/onam_r",
  "RemoteRef": "HEAD",
  "RemoteSha": "a866faf97f2c9f526a38c59ab3145525db347c47",
  "Packaged": {
    "Date": "2026-06-09 14:23:48 UTC",
    "User": "root"
  },
  "Author": "David Köhler [aut, cre] (ORCID:\n<https://orcid.org/0009-0006-0027-4046>)",
  "Maintainer": "David Köhler <koehler@imbie.uni-bonn.de>",
  "MD5sum": "0c2a37dcf8fa08ee815cee6dad1048e9",
  "_user": "koehlibert",
  "_type": "src",
  "_file": "ONAM_1.0.1.tar.gz",
  "_fileid": "19d67113acd87789fdba43f139074ff3233156a975f4b8503e11f3cd1e1328b4",
  "_filesize": 123945,
  "_sha256": "19d67113acd87789fdba43f139074ff3233156a975f4b8503e11f3cd1e1328b4",
  "_created": "2026-06-09T14:23:48.000Z",
  "_published": "2026-06-09T14:27:51.291Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80346736703,
      "time": 203,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7510685471"
    },
    {
      "job": 80346736807,
      "time": 160,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7510666487"
    },
    {
      "job": 80346736563,
      "time": 89,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7510635175"
    },
    {
      "job": 80346736596,
      "time": 121,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7510649312"
    },
    {
      "job": 80346018645,
      "time": 190,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7510595660"
    },
    {
      "job": 80346736595,
      "time": 112,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7510645536"
    },
    {
      "job": 80346736530,
      "time": 98,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7510639386"
    },
    {
      "job": 80346736760,
      "time": 103,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7510641473"
    },
    {
      "job": 80346736621,
      "time": 104,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7510641687"
    }
  ],
  "_buildurl": "https://github.com/r-universe/koehlibert/actions/runs/27212731899",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/koehlibert/onam_r",
  "_commit": {
    "id": "a866faf97f2c9f526a38c59ab3145525db347c47",
    "author": "koehlibert <koehler@imbie.uni-bonn.de>",
    "committer": "koehlibert <koehler@imbie.uni-bonn.de>",
    "message": "QoL improvements for including main effects in interaction plots, reference categories for categorical features, random number seed for python backend. Also added unit tests for model parameter functionality.\n",
    "time": 1781013602
  },
  "_maintainer": {
    "name": "David Köhler",
    "email": "koehler@imbie.uni-bonn.de",
    "login": "koehlibert",
    "description": "PhD student at \nInstitute for Medical Biometry, Informatics and Epidemiology (IMBIE);\nUniversity of Bonn",
    "uuid": 60578524
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "keras3",
      "role": "Depends"
    },
    {
      "package": "reticulate",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "scales",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "pROC",
      "role": "Imports"
    },
    {
      "package": "akima",
      "role": "Suggests"
    },
    {
      "package": "RColorBrewer",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "koehlibert",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-24",
      "n": 1
    },
    {
      "week": "2025-32",
      "n": 1
    },
    {
      "week": "2025-33",
      "n": 1
    },
    {
      "week": "2025-35",
      "n": 2
    },
    {
      "week": "2025-39",
      "n": 2
    },
    {
      "week": "2025-43",
      "n": 10
    },
    {
      "week": "2025-44",
      "n": 2
    },
    {
      "week": "2025-45",
      "n": 1
    },
    {
      "week": "2025-46",
      "n": 1
    },
    {
      "week": "2026-03",
      "n": 3
    },
    {
      "week": "2026-05",
      "n": 3
    },
    {
      "week": "2026-24",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "deep-learning",
    "interpretable-machine-learning",
    "machine-learning",
    "statistical-learning"
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "koehlibert",
      "count": 84,
      "uuid": 60578524
    }
  ],
  "_userbio": {
    "uuid": 60578524,
    "type": "user",
    "name": "David Köhler",
    "description": "PhD student at \r\nInstitute for Medical Biometry, Informatics and Epidemiology (IMBIE);\r\nUniversity of Bonn"
  },
  "_downloads": {
    "count": 479,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ONAM"
  },
  "_devurl": "https://github.com/koehlibert/onam_r",
  "_searchresults": 12,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ONAM.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/koehlibert/onam_r",
  "_realowner": "koehlibert",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2025-11-11"
    },
    {
      "version": "1.0.1",
      "date": "2026-01-26"
    }
  ],
  "_exports": [
    "decompose",
    "install_conda_env",
    "onam",
    "plot_inter_effect",
    "plot_main_effect"
  ],
  "_help": [
    {
      "page": "decompose",
      "title": "Get variance decomposition of orthogonal neural additive model",
      "topics": [
        "decompose"
      ]
    },
    {
      "page": "install_conda_env",
      "title": "Set up conda environment for keras functionality",
      "topics": [
        "install_conda_env"
      ]
    },
    {
      "page": "onam",
      "title": "Fit orthogonal neural additive model",
      "topics": [
        "onam"
      ]
    },
    {
      "page": "plot_inter_effect",
      "title": "Plot Interaction Effect",
      "topics": [
        "plot_inter_effect"
      ]
    },
    {
      "page": "plot_main_effect",
      "title": "Plot Main Effect",
      "topics": [
        "plot_main_effect"
      ]
    },
    {
      "page": "predict.onam",
      "title": "Evaluate orthogonal neural additive model",
      "topics": [
        "predict",
        "predict.onam"
      ]
    },
    {
      "page": "summary.onam",
      "title": "Get summary of an onam object",
      "topics": [
        "print.summary.onam",
        "summary.onam"
      ]
    }
  ],
  "_readme": "https://github.com/koehlibert/onam_r/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "base64enc",
    "cli",
    "config",
    "cpp11",
    "dotty",
    "dplyr",
    "farver",
    "fastmap",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "here",
    "isoband",
    "jsonlite",
    "keras3",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "pillar",
    "pkgconfig",
    "png",
    "pROC",
    "processx",
    "ps",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "RcppTOML",
    "reticulate",
    "rlang",
    "rprojroot",
    "rstudioapi",
    "S7",
    "scales",
    "tensorflow",
    "tfautograph",
    "tfruns",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "whisker",
    "withr",
    "yaml",
    "zeallot"
  ],
  "_score": 3.8573324964312685,
  "_indexed": true,
  "_nocasepkg": "onam",
  "_universes": [
    "koehlibert"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-06-09T14:26:49.000Z",
      "distro": "noble",
      "commit": "a866faf97f2c9f526a38c59ab3145525db347c47",
      "fileid": "010503a05d218deeca1c8507a123cbb497164c58cb54ba99569431a81509199d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koehlibert/actions/runs/27212731899"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-06-09T14:26:09.000Z",
      "distro": "noble",
      "commit": "a866faf97f2c9f526a38c59ab3145525db347c47",
      "fileid": "552fb33d89e1b826a38ddb53a5dbd5164e5b8e6da52d1706036e62ee4a51046f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koehlibert/actions/runs/27212731899"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-06-09T14:25:12.000Z",
      "commit": "a866faf97f2c9f526a38c59ab3145525db347c47",
      "fileid": "c3d0cc10dbd8c714c4c7486e121b7e12833092ec851976634eb795946c347c42",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koehlibert/actions/runs/27212731899"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-06-09T14:25:40.000Z",
      "commit": "a866faf97f2c9f526a38c59ab3145525db347c47",
      "fileid": "983ee1ed53f18b4f0fd67eeab9d46b1a3887741380cd61cda32b432e5c4093e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koehlibert/actions/runs/27212731899"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-06-09T14:25:57.000Z",
      "commit": "a866faf97f2c9f526a38c59ab3145525db347c47",
      "fileid": "19e780d8edc634bbdcb66e5c82ce2d61481702349d828e1604364c6a09ca2316",
      "status": "success",
      "buildurl": "https://github.com/r-universe/koehlibert/actions/runs/27212731899"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-06-09T14:25:10.000Z",
      "commit": "a866faf97f2c9f526a38c59ab3145525db347c47",
      "fileid": "ed3f44325b727219e63ea1bf096afcf37b0c84bf88fde4765f765ae928a2eb7e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koehlibert/actions/runs/27212731899"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-06-09T14:25:19.000Z",
      "commit": "a866faf97f2c9f526a38c59ab3145525db347c47",
      "fileid": "dc5d45ba4198b8d88dda1d9d6d8f27d1eab184c293f1c7a3bdac9ad93a89a3b6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koehlibert/actions/runs/27212731899"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-06-09T14:25:07.000Z",
      "commit": "a866faf97f2c9f526a38c59ab3145525db347c47",
      "fileid": "b7816497c2de7355d0c062521a545164f6e0b937e4db59c6892c1a96fe46433d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/koehlibert/actions/runs/27212731899"
    }
  ]
}