{
  "_id": "6a1bec071d7bb097a0a1fa00",
  "Package": "BKT",
  "Title": "Bayesian Knowledge Tracing Model",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\"Yuhao\", \"Yuan\", email = \"yuanyuhaoapply@163.com\", role = c(\"aut\", \"cre\")),\nperson(\"Biying\", \"Zhou\", email = \"zby.zhou@mail.utoronto.ca\", role = \"aut\"),\nperson(\"Feng\", \"Ji\", email = \"f.ji@utoronto.ca\", role = \"aut\"))",
  "Description": "Fitting, cross-validating, and predicting with Bayesian\nKnowledge Tracing (BKT) models. It is designed for analyzing\neducational datasets to trace student knowledge over time. The\npackage includes functions for fitting BKT models, evaluating\ntheir performance using various metrics, and making predictions\non new data. It provides the similar functionality as the\nPython package pyBKT authored by Zachary A. Pardos\n(zp@berkeley.edu) at <https://github.com/CAHLR/pyBKT>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 08:03:58 UTC",
    "User": "root"
  },
  "Author": "Yuhao Yuan [aut, cre], Biying Zhou [aut], Feng Ji [aut]",
  "Maintainer": "Yuhao Yuan <yuanyuhaoapply@163.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-02-05 18:20:12 UTC",
  "RemoteUrl": "https://github.com/cran/BKT",
  "RemoteRef": "HEAD",
  "RemoteSha": "4d98534653f063480b47e263778e4b02528dc864",
  "MD5sum": "76ecfef0de06dbe20a8178934f0621e1",
  "_user": "cran",
  "_type": "src",
  "_file": "BKT_0.1.0.tar.gz",
  "_fileid": "8e320fc863a9bdc9d07a5fad459b5ab70a3641a1ae2c8bb20fb3caf4159bc450",
  "_filesize": 154598,
  "_sha256": "8e320fc863a9bdc9d07a5fad459b5ab70a3641a1ae2c8bb20fb3caf4159bc450",
  "_created": "2026-05-31T08:03:58.000Z",
  "_published": "2026-05-31T08:06:31.163Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78710728106,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315072064"
    },
    {
      "job": 78710728108,
      "time": 102,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315069725"
    },
    {
      "job": 78710529139,
      "time": 206,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315057542"
    },
    {
      "job": 78710728107,
      "time": 101,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315069601"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26707147775",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/BKT",
  "_commit": {
    "id": "4d98534653f063480b47e263778e4b02528dc864",
    "author": "Yuhao Yuan <yuanyuhaoapply@163.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1738779612
  },
  "_maintainer": {
    "name": "Yuhao Yuan",
    "email": "yuanyuhaoapply@163.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "RCurl",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 160,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/BKT"
  },
  "_searchresults": 8,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/BKT.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2025-01-30"
    },
    {
      "version": "0.1.0",
      "date": "2025-02-05"
    }
  ],
  "_exports": [
    "bkt",
    "crossvalidate",
    "evaluate",
    "fetch_dataset",
    "fit",
    "load_model",
    "params",
    "predict_bkt",
    "save_model",
    "set_coef"
  ],
  "_help": [
    {
      "page": "bkt",
      "title": "Bayesian Knowledge Tracing",
      "topics": [
        "bkt"
      ]
    },
    {
      "page": "crossvalidate",
      "title": "Cross Validation",
      "topics": [
        "crossvalidate"
      ]
    },
    {
      "page": "evaluate",
      "title": "Evaluate",
      "topics": [
        "evaluate"
      ]
    },
    {
      "page": "fetch_dataset",
      "title": "Fetch a dataset",
      "topics": [
        "fetch_dataset"
      ]
    },
    {
      "page": "fit",
      "title": "fit bkt model",
      "topics": [
        "fit"
      ]
    },
    {
      "page": "load_model",
      "title": "Load",
      "topics": [
        "load_model"
      ]
    },
    {
      "page": "params",
      "title": "Extract Parameters from BKT model",
      "topics": [
        "params"
      ]
    },
    {
      "page": "predict_bkt",
      "title": "Predict",
      "topics": [
        "predict_bkt"
      ]
    },
    {
      "page": "save_model",
      "title": "Save",
      "topics": [
        "save_model"
      ]
    },
    {
      "page": "set_coef",
      "title": "Set Coefficients for BKT Model",
      "topics": [
        "set_coef"
      ]
    }
  ],
  "_readme": "https://github.com/cran/BKT/raw/HEAD/README.md",
  "_rundeps": [
    "bitops",
    "RCurl"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "bkt",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-31T08:05:55.000Z",
      "distro": "noble",
      "commit": "4d98534653f063480b47e263778e4b02528dc864",
      "fileid": "279e6e0f86e17a6c9bd75fbd786fcf12bab0ced41c9f8780a06cc842a5f5897c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26707147775"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-31T08:05:39.000Z",
      "distro": "noble",
      "commit": "4d98534653f063480b47e263778e4b02528dc864",
      "fileid": "9741433c8a3561c456aa5e6e8fc7e8fd396920b5257afdf65e628f227e398817",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26707147775"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-31T08:05:56.000Z",
      "commit": "4d98534653f063480b47e263778e4b02528dc864",
      "fileid": "d65dc036fa4093663ad11b1e520777b9afbf5603404ff835bbdf837f68c688d9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26707147775"
    }
  ]
}