{
  "_id": "6a13ed51acfb0bcc41d2f3f0",
  "Package": "bbl",
  "Title": "Boltzmann Bayes Learner",
  "Version": "1.0.0",
  "Authors@R": "c(person(\"Jun\",\"Woo\",role=c(\"aut\",\"cre\"),\nemail=\"junwoo035@gmail.com\",\ncomment=c(ORCID=\"0000-0003-3220-2064\")))",
  "Maintainer": "Jun Woo <junwoo035@gmail.com>",
  "Description": "Supervised learning using Boltzmann Bayes model inference,\nwhich extends naive Bayes model to include interactions.\nEnables classification of data into multiple response groups\nbased on a large number of discrete predictors that can take\nfactor values of heterogeneous levels. Either pseudo-likelihood\nor mean field inference can be used with L2 regularization,\ncross-validation, and prediction on new data.\n<doi:10.18637/jss.v101.i05>.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.2",
  "NeedsCompilation": "yes",
  "Author": "Jun Woo [aut, cre] (<https://orcid.org/0000-0003-3220-2064>)",
  "Packaged": {
    "Date": "2026-05-25 06:26:32 UTC",
    "User": "root"
  },
  "Repository": "https://hjunwoo.r-universe.dev",
  "Date/Publication": "2022-01-27 22:20:12 UTC",
  "RemoteUrl": "https://github.com/cran/bbl",
  "RemoteRef": "HEAD",
  "RemoteSha": "d9195ab16399825d290191908023e1517af87631",
  "MD5sum": "59ff6891590159b849023ef282cb558d",
  "_user": "hjunwoo",
  "_type": "src",
  "_file": "bbl_1.0.0.tar.gz",
  "_fileid": "3e3f4fce08be4483692e39d14f4f152a6747aa229e94847de3cfaf5be31178a7",
  "_filesize": 999278,
  "_sha256": "3e3f4fce08be4483692e39d14f4f152a6747aa229e94847de3cfaf5be31178a7",
  "_created": "2026-05-25T06:26:32.000Z",
  "_published": "2026-05-25T06:33:53.543Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77666765665,
      "time": 119,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7192853889"
    },
    {
      "job": 77666765712,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7192855513"
    },
    {
      "job": 77666765737,
      "time": 126,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7192855286"
    },
    {
      "job": 77666765700,
      "time": 122,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7192854631"
    },
    {
      "job": 77666765698,
      "time": 205,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7192863601"
    },
    {
      "job": 77666765697,
      "time": 260,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7192880072"
    },
    {
      "job": 77666765702,
      "time": 150,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7192855205"
    },
    {
      "job": 77666765716,
      "time": 400,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7192904497"
    },
    {
      "job": 77666280553,
      "time": 279,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7192829007"
    },
    {
      "job": 77666765638,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7192851049"
    },
    {
      "job": 77666765657,
      "time": 121,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7192854249"
    },
    {
      "job": 77666765664,
      "time": 82,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7192846539"
    },
    {
      "job": 77666765685,
      "time": 160,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7192862146"
    }
  ],
  "_buildurl": "https://github.com/r-universe/hjunwoo/actions/runs/26386559996",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/bbl",
  "_commit": {
    "id": "d9195ab16399825d290191908023e1517af87631",
    "author": "Jun Woo <junwoo035@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.0\n",
    "time": 1643322012
  },
  "_maintainer": {
    "name": "Jun Woo",
    "email": "junwoo035@gmail.com",
    "login": "hjunwoo",
    "description": "",
    "uuid": 37419942,
    "orcid": "0000-0003-3220-2064"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.16",
      "role": "Imports"
    },
    {
      "package": "pROC",
      "role": "Imports"
    },
    {
      "package": "RColorBrewer",
      "role": "Imports"
    },
    {
      "package": "glmnet",
      "role": "Suggests"
    },
    {
      "package": "BiocManager",
      "role": "Suggests"
    },
    {
      "package": "Biostrings",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "hjunwoo",
      "count": 4,
      "uuid": 37419942
    }
  ],
  "_userbio": {
    "uuid": 37419942,
    "type": "user",
    "name": "hjunwoo"
  },
  "_downloads": {
    "count": 338,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/bbl"
  },
  "_searchresults": 1,
  "_topics": [
    "gsl",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/bbl.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "hjunwoo",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.5",
      "date": "2019-09-04"
    },
    {
      "version": "0.2.0",
      "date": "2019-10-28"
    },
    {
      "version": "0.3.0",
      "date": "2020-01-09"
    },
    {
      "version": "0.3.1",
      "date": "2020-03-11"
    },
    {
      "version": "0.4.0",
      "date": "2021-02-03"
    },
    {
      "version": "0.4.1",
      "date": "2021-11-18"
    },
    {
      "version": "1.0.0",
      "date": "2022-01-28"
    }
  ],
  "_exports": [
    "bbl",
    "bbl.fit",
    "crossVal",
    "freq2raw",
    "mcSample",
    "mlestimate",
    "randompar",
    "randomsamp",
    "readFasta",
    "removeConst",
    "sample_xi"
  ],
  "_help": [
    {
      "page": "bbl",
      "title": "Boltzmann Bayes Learning Inference",
      "topics": [
        "bbl"
      ]
    },
    {
      "page": "bbl.fit",
      "title": "bbl Inference with model matrix",
      "topics": [
        "bbl.fit"
      ]
    },
    {
      "page": "crossVal",
      "title": "Cross-Validation of BB Learning",
      "topics": [
        "crossVal"
      ]
    },
    {
      "page": "fitted.bbl",
      "title": "Fitted Response Group Probabilities",
      "topics": [
        "fitted.bbl",
        "fitted.values"
      ]
    },
    {
      "page": "formula.bbl",
      "title": "Formula in BBL Fitting",
      "topics": [
        "formula.bbl"
      ]
    },
    {
      "page": "freq2raw",
      "title": "Convert Frequency Table into Raw Data",
      "topics": [
        "freq2raw"
      ]
    },
    {
      "page": "logLik.bbl",
      "title": "Log likelihood for bbl object",
      "topics": [
        "logLik.bbl"
      ]
    },
    {
      "page": "mcSample",
      "title": "Sample Predictor Distributions",
      "topics": [
        "mcSample"
      ]
    },
    {
      "page": "mlestimate",
      "title": "Maximum likelihood estimate",
      "topics": [
        "mlestimate"
      ]
    },
    {
      "page": "model.frame.bbl",
      "title": "Model Frame for BBL",
      "topics": [
        "model.frame.bbl"
      ]
    },
    {
      "page": "nobs.bbl",
      "title": "Number of Observations in BBL Fit",
      "topics": [
        "nobs.bbl"
      ]
    },
    {
      "page": "plot.bbl",
      "title": "Plot bbl object",
      "topics": [
        "plot.bbl"
      ]
    },
    {
      "page": "plot.cv.bbl",
      "title": "Plot Cross-validation Outcome",
      "topics": [
        "plot.cv.bbl"
      ]
    },
    {
      "page": "predict.bbl",
      "title": "Predict Response Group Using 'bbl' Model",
      "topics": [
        "predict.bbl"
      ]
    },
    {
      "page": "predict.cv.bbl",
      "title": "Predict using Cross-validation Object",
      "topics": [
        "predict.cv.bbl"
      ]
    },
    {
      "page": "print.bbl",
      "title": "Print Boltzmann Bayes Learning Fits",
      "topics": [
        "print.bbl"
      ]
    },
    {
      "page": "print.cv.bbl",
      "title": "Display Cross-validation Result",
      "topics": [
        "print.cv.bbl"
      ]
    },
    {
      "page": "print.summary.bbl",
      "title": "Print Summary of Boltzmann Bayes Learning",
      "topics": [
        "print.summary.bbl"
      ]
    },
    {
      "page": "randompar",
      "title": "Generate Random Parameters",
      "topics": [
        "randompar"
      ]
    },
    {
      "page": "randomsamp",
      "title": "Generate Random Boltzmann Bayes Model Data",
      "topics": [
        "randomsamp"
      ]
    },
    {
      "page": "readFasta",
      "title": "Read FASTA File",
      "topics": [
        "readFasta"
      ]
    },
    {
      "page": "removeConst",
      "title": "Remove Non-varying Predictors",
      "topics": [
        "removeConst"
      ]
    },
    {
      "page": "residuals.bbl",
      "title": "Residuals of BBL fit",
      "topics": [
        "residuals.bbl"
      ]
    },
    {
      "page": "sample_xi",
      "title": "Generate Random Samples from Boltzmann Distribution",
      "topics": [
        "sample_xi"
      ]
    },
    {
      "page": "summary.bbl",
      "title": "Naive Bayes Summary",
      "topics": [
        "summary.bbl"
      ]
    },
    {
      "page": "weights.bbl",
      "title": "Weights in BBL Fit",
      "topics": [
        "weights.bbl"
      ]
    }
  ],
  "_readme": "https://github.com/cran/bbl/raw/HEAD/README.md",
  "_rundeps": [
    "pROC",
    "RColorBrewer",
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libgsl",
      "package": "libgsl27",
      "headers": "libgsl-dev",
      "source": "gsl",
      "version": "2.7.1+dfsg-6ubuntu2",
      "name": "gsl",
      "homepage": "https://www.gnu.org/software/gsl",
      "description": "GNU Scientific Library (GSL) -- library package"
    },
    {
      "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"
    }
  ],
  "_vignettes": [
    {
      "source": "article.Rnw",
      "filename": "article.pdf",
      "title": "bbl: Boltzmann Bayes Learner for High-Dimensional Inference with Discrete Predictors in R",
      "engine": "utils::Sweave",
      "headings": [],
      "created": "2019-09-04 12:40:05",
      "modified": "2021-11-18 16:00:02",
      "commits": 6
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "bbl",
  "_universes": [
    "hjunwoo"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-25T06:28:33.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "d9195ab16399825d290191908023e1517af87631",
      "fileid": "10a3bf954cef8c43e1e3450cc475d33a0a87214d47b5123a7a0d50e706813e0c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hjunwoo/actions/runs/26386559996"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-25T06:28:36.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "d9195ab16399825d290191908023e1517af87631",
      "fileid": "5dacdb11c7f40d504f90cb0e9670e0499c27b7735b0fd062018914e3c746865a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hjunwoo/actions/runs/26386559996"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-25T06:28:40.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "d9195ab16399825d290191908023e1517af87631",
      "fileid": "6e1e435fd4745825f141606565577108944bd962b230ac1f8c138466be96d6f2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hjunwoo/actions/runs/26386559996"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-25T06:28:32.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "d9195ab16399825d290191908023e1517af87631",
      "fileid": "e99a7236abe34eba63b4b5b81479bf9a463cf8a9c18cfa2f6a3fdb7707950966",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hjunwoo/actions/runs/26386559996"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-25T06:29:14.000Z",
      "arch": "aarch64",
      "commit": "d9195ab16399825d290191908023e1517af87631",
      "fileid": "2dd2084b3c2ea3d0dcdfaf6556ae525e5b1c77dd36f234954ce50ec7a029eb7f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hjunwoo/actions/runs/26386559996"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-25T06:30:14.000Z",
      "arch": "x86_64",
      "commit": "d9195ab16399825d290191908023e1517af87631",
      "fileid": "49f6c6f4fc3672bf182bb6764c8dc20c560752109797e8fb0a44f3170bbdf142",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hjunwoo/actions/runs/26386559996"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-25T06:28:42.000Z",
      "arch": "aarch64",
      "commit": "d9195ab16399825d290191908023e1517af87631",
      "fileid": "97c61dcd31c7736dfa4d2e286f3f9d0d89157350d8e216922a3843ad19992b34",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hjunwoo/actions/runs/26386559996"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-25T06:31:38.000Z",
      "arch": "x86_64",
      "commit": "d9195ab16399825d290191908023e1517af87631",
      "fileid": "388da6a17c9855650e4fc1aadd01d9296e3b61f91a2eefb86f13ab2eced8827d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hjunwoo/actions/runs/26386559996"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-05-25T06:28:30.000Z",
      "arch": "emscripten",
      "commit": "d9195ab16399825d290191908023e1517af87631",
      "fileid": "41c1d365f4ff522d6ecb065aa37ef2520f819dceeedd6e9a9633438415fec6d9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hjunwoo/actions/runs/26386559996"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-25T06:27:54.000Z",
      "arch": "x86_64",
      "commit": "d9195ab16399825d290191908023e1517af87631",
      "fileid": "718564c8ffc1fd89013ad7b991af38a11c4d2ecced177867d15dd6bc4655db3e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hjunwoo/actions/runs/26386559996"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-25T06:27:38.000Z",
      "arch": "x86_64",
      "commit": "d9195ab16399825d290191908023e1517af87631",
      "fileid": "31eb6d8fa99a3467b06c67b2ca82f62019142d8524123d443aee288bc86faa32",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hjunwoo/actions/runs/26386559996"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-25T06:28:14.000Z",
      "arch": "x86_64",
      "commit": "d9195ab16399825d290191908023e1517af87631",
      "fileid": "57baf7558e45911acff819b264923f95088d6128a1ed7d3d1dfdc46bdcc1d007",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hjunwoo/actions/runs/26386559996"
    }
  ]
}