{
  "_id": "6a311b5d3efcd9bda435b6ec",
  "Package": "Rforestry",
  "Type": "Package",
  "Title": "Random Forests, Linear Trees, and Gradient Boosting for\nInference and Interpretability",
  "Version": "0.11.1.0",
  "Authors@R": "c(\nperson(\"Sören\", \"Künzel\", role = \"aut\"),\nperson(\"Theo\", \"Saarinen\", role = c(\"aut\",\"cre\"), email = \"theo_s@berkeley.edu\"),\nperson(\"Simon\", \"Walter\", role = \"aut\"),\nperson(\"Sam\", \"Antonyan\", role = \"aut\"),\nperson(\"Edward\", \"Liu\", role = \"aut\"),\nperson(\"Allen\", \"Tang\", role = \"aut\"),\nperson(\"Jasjeet\", \"Sekhon\", role = \"aut\")\n)",
  "Maintainer": "Theo Saarinen <theo_s@berkeley.edu>",
  "BugReports": "https://github.com/forestry-labs/Rforestry/issues",
  "URL": "https://github.com/forestry-labs/Rforestry",
  "Description": "Provides fast implementations of Random Forests, Gradient\nBoosting, and Linear Random Forests, with an emphasis on\ninference and interpretability. Additionally contains methods\nfor variable importance, out-of-bag prediction, regression\nmonotonicity, and several methods for missing data imputation.",
  "License": "GPL (>= 3) | file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Collate": "'R_preprocessing.R' 'RcppExports.R' 'forestry.R'\n'backwards_compatible.R' 'compute_rf_lp.R'\n'neighborhood_imputation.R' 'plottree.R'",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-16 09:41:07 UTC",
    "User": "root"
  },
  "Author": "Sören Künzel [aut], Theo Saarinen [aut, cre], Simon Walter\n[aut], Sam Antonyan [aut], Edward Liu [aut], Allen Tang [aut],\nJasjeet Sekhon [aut]",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-03-15 23:40:02 UTC",
  "RemoteUrl": "https://github.com/cran/Rforestry",
  "RemoteRef": "HEAD",
  "RemoteSha": "499c58574057949c9a6183dfbff889d6415d0bb7",
  "MD5sum": "b6c317d35d5396ff889da1d3b72d866f",
  "_user": "cran",
  "_type": "src",
  "_file": "Rforestry_0.11.1.0.tar.gz",
  "_fileid": "1a60c6c313ef3a7b7ab2dbbd8bba43ce4b60291cfdbe5f7d6d5144189c1a82b8",
  "_filesize": 232859,
  "_sha256": "1a60c6c313ef3a7b7ab2dbbd8bba43ce4b60291cfdbe5f7d6d5144189c1a82b8",
  "_created": "2026-06-16T09:41:07.000Z",
  "_published": "2026-06-16T09:46:05.033Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81627259469,
      "time": 203,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7663072213"
    },
    {
      "job": 81627259431,
      "time": 177,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7663061089"
    },
    {
      "job": 81627259492,
      "time": 208,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7663074180"
    },
    {
      "job": 81627259467,
      "time": 193,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7663070081"
    },
    {
      "job": 81626532906,
      "time": 231,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7662989916"
    },
    {
      "job": 81627259411,
      "time": 181,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7663062606"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27608466535",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/Rforestry",
  "_commit": {
    "id": "499c58574057949c9a6183dfbff889d6415d0bb7",
    "author": "Theo Saarinen <theo_s@berkeley.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.11.1.0\n",
    "time": 1742082002
  },
  "_maintainer": {
    "name": "Theo Saarinen",
    "email": "theo_s@berkeley.edu",
    "login": "theo-s",
    "description": "",
    "uuid": 29105309
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "RcppThread",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.9",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "visNetwork",
      "role": "Imports"
    },
    {
      "package": "glmnet",
      "version": ">= 4.1",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "onehot",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "mvtnorm",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "theo-s",
      "count": 12,
      "uuid": 29105309
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "followers": 609,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 341,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/Rforestry"
  },
  "_devurl": "https://github.com/forestry-labs/rforestry",
  "_searchresults": 94,
  "_topics": [
    "openblas",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/Rforestry.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/forestry-labs/rforestry",
  "_realowner": "forestry-labs",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.9.0.4",
      "date": "2021-04-02"
    },
    {
      "version": "0.9.0.40",
      "date": "2021-06-03"
    },
    {
      "version": "0.9.0.47",
      "date": "2021-07-05"
    },
    {
      "version": "0.9.0.57",
      "date": "2021-09-02"
    },
    {
      "version": "0.9.0.72",
      "date": "2022-01-21"
    },
    {
      "version": "0.9.0.95",
      "date": "2022-03-09"
    },
    {
      "version": "0.9.0.116",
      "date": "2022-07-21"
    },
    {
      "version": "0.9.0.144",
      "date": "2022-12-01"
    },
    {
      "version": "0.9.0.152",
      "date": "2022-12-21"
    },
    {
      "version": "0.10.0",
      "date": "2023-03-25"
    },
    {
      "version": "0.11.0.0",
      "date": "2025-03-13"
    },
    {
      "version": "0.11.1.0",
      "date": "2025-03-15"
    }
  ],
  "_exports": [
    "addTrees",
    "autoforestry",
    "autohonestRF",
    "compute_lp",
    "CppToR_translator",
    "forestry",
    "getOOB",
    "getOOBpreds",
    "getVI",
    "honestRF",
    "impute_features",
    "loadForestry",
    "make_savable",
    "multilayerForestry",
    "relinkCPP_prt",
    "saveForestry"
  ],
  "_help": [
    {
      "page": "addTrees-forestry",
      "title": "addTrees-forestry",
      "topics": [
        "addTrees"
      ]
    },
    {
      "page": "autoforestry-forestry",
      "title": "autoforestry-forestry",
      "topics": [
        "autoforestry"
      ]
    },
    {
      "page": "autohonestRF",
      "title": "Honest Random Forest",
      "topics": [
        "autohonestRF"
      ]
    },
    {
      "page": "compute_lp-forestry",
      "title": "compute lp distances",
      "topics": [
        "compute_lp",
        "compute_lp-forestry"
      ]
    },
    {
      "page": "CppToR_translator",
      "title": "Cpp to R translator",
      "topics": [
        "CppToR_translator"
      ]
    },
    {
      "page": "forest_checker",
      "title": "Checks if forestry object has valid pointer for C++ object.",
      "topics": [
        "forest_checker"
      ]
    },
    {
      "page": "forestry",
      "title": "forestry",
      "topics": [
        "forestry"
      ]
    },
    {
      "page": "forestry-class",
      "title": "forestry class",
      "topics": [
        "forestry-class"
      ]
    },
    {
      "page": "getOOB-forestry",
      "title": "getOOB-forestry",
      "topics": [
        "getOOB",
        "getOOB,forestry-method",
        "getOOB-forestry"
      ]
    },
    {
      "page": "getOOBpreds-forestry",
      "title": "getOOBpreds-forestry",
      "topics": [
        "getOOBpreds",
        "getOOBpreds-forestry"
      ]
    },
    {
      "page": "getVI-forestry",
      "title": "getVI-forestry",
      "topics": [
        "getVI"
      ]
    },
    {
      "page": "honestRF",
      "title": "Honest Random Forest",
      "topics": [
        "honestRF"
      ]
    },
    {
      "page": "impute_features",
      "title": "Feature imputation using random forests neigborhoods",
      "topics": [
        "impute_features"
      ]
    },
    {
      "page": "loadForestry-forestry",
      "title": "load RF",
      "topics": [
        "loadForestry"
      ]
    },
    {
      "page": "make_savable",
      "title": "make_savable",
      "topics": [
        "make_savable",
        "make_savable,forestry-method"
      ]
    },
    {
      "page": "multilayer-forestry",
      "title": "Multilayer forestry",
      "topics": [
        "multilayer-forestry",
        "multilayerForestry"
      ]
    },
    {
      "page": "plot-forestry",
      "title": "visualize a tree",
      "topics": [
        "plot-forestry",
        "plot.forestry"
      ]
    },
    {
      "page": "predict-forestry",
      "title": "predict-forestry",
      "topics": [
        "predict-forestry",
        "predict.forestry"
      ]
    },
    {
      "page": "predict-multilayer-forestry",
      "title": "predict-multilayer-forestry",
      "topics": [
        "predict-multilayer-forestry",
        "predict.multilayerForestry"
      ]
    },
    {
      "page": "preprocess_testing",
      "title": "preprocess_testing",
      "topics": [
        "preprocess_testing"
      ]
    },
    {
      "page": "preprocess_training",
      "title": "preprocess_training",
      "topics": [
        "preprocess_training"
      ]
    },
    {
      "page": "relinkCPP",
      "title": "relink CPP ptr",
      "topics": [
        "relinkCPP_prt"
      ]
    },
    {
      "page": "saveForestry-forestry",
      "title": "save RF",
      "topics": [
        "saveForestry"
      ]
    },
    {
      "page": "testing_data_checker-forestry",
      "title": "Test data check",
      "topics": [
        "testing_data_checker",
        "testing_data_checker-forestry"
      ]
    },
    {
      "page": "training_data_checker-forestry",
      "title": "Training data check",
      "topics": [
        "training_data_checker"
      ]
    }
  ],
  "_readme": "https://github.com/cran/Rforestry/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "codetools",
    "digest",
    "evaluate",
    "fastmap",
    "fontawesome",
    "foreach",
    "fs",
    "glmnet",
    "highr",
    "htmltools",
    "htmlwidgets",
    "iterators",
    "jquerylib",
    "jsonlite",
    "knitr",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "memoise",
    "mime",
    "onehot",
    "R6",
    "rappdirs",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "RcppThread",
    "rlang",
    "rmarkdown",
    "sass",
    "shape",
    "survival",
    "tinytex",
    "visNetwork",
    "xfun",
    "yaml"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "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": "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": 2.6720978579357175,
  "_indexed": false,
  "_nocasepkg": "rforestry",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://forestry-labs.r-universe.dev/Rforestry",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.11.1.0",
      "date": "2026-06-16T09:44:03.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "499c58574057949c9a6183dfbff889d6415d0bb7",
      "fileid": "1f28d396f71dbeccab32855f7873ff423fd3281673641cc730b43718cf31c502",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27608466535"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.11.1.0",
      "date": "2026-06-16T09:43:43.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "499c58574057949c9a6183dfbff889d6415d0bb7",
      "fileid": "41e1c458c7f3e612411fac2c4074f9d340b2a2c956c7940cb5f764a35b9a4b35",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27608466535"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.11.1.0",
      "date": "2026-06-16T09:44:08.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "499c58574057949c9a6183dfbff889d6415d0bb7",
      "fileid": "9a87d1ee8b76924d916a51c54787143707ecf3dc90fa9b3750114f58a36688e0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27608466535"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.11.1.0",
      "date": "2026-06-16T09:43:59.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "499c58574057949c9a6183dfbff889d6415d0bb7",
      "fileid": "92ce5000b740652e3756f75c5dce33384ebed8270f120215869e450c38b55d98",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27608466535"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.11.1.0",
      "date": "2026-06-16T09:44:39.000Z",
      "arch": "emscripten",
      "commit": "499c58574057949c9a6183dfbff889d6415d0bb7",
      "fileid": "825061f975b112328526216d4aa29540df7815b4db357b70ed1fe63b9d6ff876",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27608466535"
    }
  ]
}