{
  "_id": "6a1d70ed1d7bb097a0a5062a",
  "Package": "rBayesianOptimization",
  "Type": "Package",
  "Title": "Bayesian Optimization of Hyperparameters",
  "Version": "1.2.1",
  "Authors@R": "person(\"Yachen\", \"Yan\", email = \"yanyachen21@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Description": "A Pure R implementation of Bayesian Global Optimization\nwith Gaussian Processes.",
  "URL": "https://github.com/yanyachen/rBayesianOptimization",
  "BugReports": "https://github.com/yanyachen/rBayesianOptimization/issues",
  "License": "GPL-2",
  "RoxygenNote": "7.3.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-01 11:43:06 UTC",
    "User": "root"
  },
  "Author": "Yachen Yan [aut, cre]",
  "Maintainer": "Yachen Yan <yanyachen21@gmail.com>",
  "Repository": "https://yanyachen.r-universe.dev",
  "Date/Publication": "2024-04-13 23:30:41 UTC",
  "RemoteUrl": "https://github.com/yanyachen/rbayesianoptimization",
  "RemoteRef": "HEAD",
  "RemoteSha": "fd74a50f3de659a54261ece78f3885419bf04676",
  "MD5sum": "0c8920ba332f99a79b561004d3d1f4c1",
  "_user": "yanyachen",
  "_type": "src",
  "_file": "rBayesianOptimization_1.2.1.tar.gz",
  "_fileid": "80df74f5b29f1bed030d85008fa2610e75549bcf69a89219187cfa9417d13543",
  "_filesize": 97616,
  "_sha256": "80df74f5b29f1bed030d85008fa2610e75549bcf69a89219187cfa9417d13543",
  "_created": "2026-06-01T11:43:06.000Z",
  "_published": "2026-06-01T11:45:49.722Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78844797198,
      "time": 107,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7330571760"
    },
    {
      "job": 78844797233,
      "time": 97,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7330568585"
    },
    {
      "job": 78844797235,
      "time": 120,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7330570353"
    },
    {
      "job": 78844797210,
      "time": 127,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7330570908"
    },
    {
      "job": 78844393321,
      "time": 153,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7330536127"
    },
    {
      "job": 78844797212,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7330566622"
    },
    {
      "job": 78844797314,
      "time": 83,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7330564114"
    },
    {
      "job": 78844797241,
      "time": 79,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7330562747"
    },
    {
      "job": 78844797208,
      "time": 73,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7330560217"
    }
  ],
  "_buildurl": "https://github.com/r-universe/yanyachen/actions/runs/26752651916",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/yanyachen/rbayesianoptimization",
  "_commit": {
    "id": "fd74a50f3de659a54261ece78f3885419bf04676",
    "author": "yanyachen <yanyachen21@gmail.com>",
    "committer": "yanyachen <yanyachen21@gmail.com>",
    "message": "fix CRAN NOTE\n",
    "time": 1713051041
  },
  "_maintainer": {
    "name": "Yachen Yan",
    "email": "yanyachen21@gmail.com",
    "login": "yanyachen",
    "description": "",
    "uuid": 6893682
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "version": ">= 1.9.6",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "GPfit",
      "role": "Imports"
    },
    {
      "package": "xgboost",
      "role": "Suggests"
    }
  ],
  "_owner": "yanyachen",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 91,
  "_contributors": [
    {
      "user": "yanyachen",
      "count": 28,
      "uuid": 6893682
    },
    {
      "user": "dashaub",
      "count": 2,
      "uuid": 7352649
    },
    {
      "user": "ck37",
      "count": 1,
      "uuid": 50770
    }
  ],
  "_userbio": {
    "uuid": 6893682,
    "type": "user",
    "name": "Yachen Yan"
  },
  "_downloads": {
    "count": 1383,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rBayesianOptimization"
  },
  "_mentions": 7,
  "_devurl": "https://github.com/yanyachen/rbayesianoptimization",
  "_searchresults": 342,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/rBayesianOptimization.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/yanyachen/rbayesianoptimization",
  "_realowner": "yanyachen",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2016-05-08"
    },
    {
      "version": "1.1.0",
      "date": "2016-09-14"
    },
    {
      "version": "1.2.0",
      "date": "2021-06-17"
    },
    {
      "version": "1.2.1",
      "date": "2024-04-14"
    },
    {
      "version": "1.2.2",
      "date": "2025-11-14"
    }
  ],
  "_exports": [
    "BayesianOptimization",
    "KFold",
    "Matrix_runif",
    "Min_Max_Inverse_Scale_Vec",
    "Min_Max_Scale_Mat",
    "Utility",
    "Utility_Max"
  ],
  "_help": [
    {
      "page": "BayesianOptimization",
      "title": "Bayesian Optimization",
      "topics": [
        "BayesianOptimization"
      ]
    },
    {
      "page": "KFold",
      "title": "K-Folds cross validation index generator",
      "topics": [
        "KFold"
      ]
    },
    {
      "page": "rBayesianOptimization",
      "title": "rBayesianOptimization: Bayesian Optimization of Hyperparameters",
      "topics": [
        "rBayesianOptimization-package",
        "rBayesianOptimization"
      ]
    }
  ],
  "_readme": "https://github.com/yanyachen/rbayesianoptimization/raw/HEAD/README.md",
  "_rundeps": [
    "codetools",
    "data.table",
    "foreach",
    "GPfit",
    "iterators",
    "lattice",
    "lhs",
    "magrittr",
    "Rcpp"
  ],
  "_score": 7.956108973220459,
  "_indexed": true,
  "_nocasepkg": "rbayesianoptimization",
  "_universes": [
    "yanyachen"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.1",
      "date": "2026-06-01T11:44:59.000Z",
      "distro": "noble",
      "commit": "fd74a50f3de659a54261ece78f3885419bf04676",
      "fileid": "358212269d87c381cfc1a45a493c955b331ce355e47a4e9bf997975ee94869a0",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/yanyachen/actions/runs/26752651916"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.1",
      "date": "2026-06-01T11:44:49.000Z",
      "distro": "noble",
      "commit": "fd74a50f3de659a54261ece78f3885419bf04676",
      "fileid": "aa3db918ae22b68543e7077705ed40f091440d8b84aaab247338c1a9eb7085ee",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/yanyachen/actions/runs/26752651916"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.1",
      "date": "2026-06-01T11:44:59.000Z",
      "commit": "fd74a50f3de659a54261ece78f3885419bf04676",
      "fileid": "3d578b7532b77fea3bd96d2588a123c93b5da18ebd6755012f89ba1e721cc77e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/yanyachen/actions/runs/26752651916"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.1",
      "date": "2026-06-01T11:44:59.000Z",
      "commit": "fd74a50f3de659a54261ece78f3885419bf04676",
      "fileid": "8dea203ae5a5560068639ef628e6b729bc8b7c07a760c5b17d82152a3f2c7fdd",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/yanyachen/actions/runs/26752651916"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.1",
      "date": "2026-06-01T11:44:53.000Z",
      "commit": "fd74a50f3de659a54261ece78f3885419bf04676",
      "fileid": "5a27aa86beefa8c2423539cfe0870c0a4b8773221388ca543a342a0a91c2ff78",
      "status": "success",
      "buildurl": "https://github.com/r-universe/yanyachen/actions/runs/26752651916"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.1",
      "date": "2026-06-01T11:44:23.000Z",
      "commit": "fd74a50f3de659a54261ece78f3885419bf04676",
      "fileid": "c9209c2ce693863cac85a6c60a2178f964800ba4f74a6660d7e4d9734e3f6508",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/yanyachen/actions/runs/26752651916"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.1",
      "date": "2026-06-01T11:44:26.000Z",
      "commit": "fd74a50f3de659a54261ece78f3885419bf04676",
      "fileid": "68147b4e000c6884a8c898c0fb5e2bbdbf32c13a19691689db770cfb4ae0fe08",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/yanyachen/actions/runs/26752651916"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.1",
      "date": "2026-06-01T11:44:18.000Z",
      "commit": "fd74a50f3de659a54261ece78f3885419bf04676",
      "fileid": "cc89a11809451cfa06ef6c59a749169c559ed90222e9a5b339c9da98c61097c3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/yanyachen/actions/runs/26752651916"
    }
  ]
}