{
  "_id": "6a5cf1369baadeef8ab5284d",
  "Package": "srsbench",
  "Type": "Package",
  "Title": "Evaluation Metrics for Spaced Repetition Schedulers",
  "Version": "0.1",
  "Authors@R": "person(\"Christos\", \"Longros\", email = \"chris.longros@gmail.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0009-0001-2717-0857\"))",
  "Description": "Calibration and discrimination metrics for\nspaced-repetition memory models. Provides the sample-weighted\nbinned root mean squared error (RMSE(bins)) used to rank\nschedulers in the open spaced repetition benchmark, together\nwith log loss, the area under the ROC curve, and calibration\ncurves.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "URL": "https://github.com/chrislongros/srsbench",
  "BugReports": "https://github.com/chrislongros/srsbench/issues",
  "Config/roxygen2/version": "8.0.0",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-19 15:43:33 UTC",
    "User": "root"
  },
  "Author": "Christos Longros [aut, cre] (ORCID:\n<https://orcid.org/0009-0001-2717-0857>)",
  "Maintainer": "Christos Longros <chris.longros@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-07-19 12:20:02 UTC",
  "RemoteUrl": "https://github.com/cran/srsbench",
  "RemoteRef": "HEAD",
  "RemoteSha": "43a96c7bb22499ce5546940e5efa91f33875d062",
  "_user": "cran",
  "_type": "src",
  "_file": "srsbench_0.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/71b93c5fe2806d7bd98dec3521f29ac326c25c3bdc5de4a5c30ef37360f32e97",
  "_filesize": 85234,
  "_sha256": "71b93c5fe2806d7bd98dec3521f29ac326c25c3bdc5de4a5c30ef37360f32e97",
  "_expires": "2026-10-27T15:45:56.000Z",
  "_created": "2026-07-19T15:43:33.000Z",
  "_published": "2026-07-19T15:45:58.371Z",
  "_jobs": [
    {
      "job": 88210019152,
      "time": 93,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8444275465"
    },
    {
      "job": 88210019156,
      "time": 111,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8444278683"
    },
    {
      "job": 88209815749,
      "time": 143,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8444260527"
    },
    {
      "job": 88210019161,
      "time": 90,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8444275324"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/29693331074",
  "_status": "success",
  "_upstream": "https://github.com/cran/srsbench",
  "_commit": {
    "id": "43a96c7bb22499ce5546940e5efa91f33875d062",
    "author": "Christos Longros <chris.longros@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1\n",
    "time": 1784463602
  },
  "_maintainer": {
    "name": "Christos Longros",
    "email": "chris.longros@gmail.com",
    "login": "chrislongros",
    "mastodon": "@chrislongros@mastodon.social",
    "description": "Medical Doctor -\nUNIX, open source and spaced repetition learning enthusiast",
    "uuid": 98426896,
    "orcid": "0009-0001-2717-0857"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-29",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1",
      "date": "2026-07-19"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "chrislongros",
      "count": 1,
      "uuid": 98426896
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "followers": 620,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/srsbench"
  },
  "_devurl": "https://github.com/chrislongros/srsbench",
  "_searchresults": 0,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/srsbench.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1",
      "date": "2026-07-19"
    }
  ],
  "_exports": [
    "calibration_bins",
    "log_loss",
    "rmse_bins",
    "srs_auc"
  ],
  "_help": [
    {
      "page": "calibration_bins",
      "title": "Calibration curve in equal-width bins",
      "topics": [
        "calibration_bins"
      ]
    },
    {
      "page": "log_loss",
      "title": "Log loss (binary cross-entropy)",
      "topics": [
        "log_loss"
      ]
    },
    {
      "page": "rmse_bins",
      "title": "RMSE in bins for a spaced repetition scheduler",
      "topics": [
        "rmse_bins"
      ]
    },
    {
      "page": "srs_auc",
      "title": "Area under the ROC curve",
      "topics": [
        "srs_auc"
      ]
    }
  ],
  "_readme": "https://github.com/cran/srsbench/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "srsbench",
  "_universes": [
    "cran",
    "chrislongros"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1",
      "date": "2026-07-19T15:45:10.000Z",
      "distro": "resolute",
      "commit": "43a96c7bb22499ce5546940e5efa91f33875d062",
      "fileid": "https://r2.ropensci.org/980f4c67eea3f42e2722a4b407c9e5e74b50e34e97f7c412e6eb241ff8969c57",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29693331074"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1",
      "date": "2026-07-19T15:45:27.000Z",
      "distro": "resolute",
      "commit": "43a96c7bb22499ce5546940e5efa91f33875d062",
      "fileid": "https://r2.ropensci.org/498f93e84f27e0dbcae5f3a1e931694607d6b81d38e8eb904a4862f287668c4b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29693331074"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1",
      "date": "2026-07-19T15:45:16.000Z",
      "commit": "43a96c7bb22499ce5546940e5efa91f33875d062",
      "fileid": "https://r2.ropensci.org/9ce51b1c088f9e1085381b4dbe62003bd4a5966765019b4d9375557154326f96",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29693331074"
    }
  ]
}