{
  "_id": "6a105285acfb0bcc41ca17bb",
  "Package": "RLescalation",
  "Type": "Package",
  "Title": "Optimal Dose Escalation Using Deep Reinforcement Learning",
  "Version": "1.0.3",
  "Authors@R": "c(\nperson(\"Kentaro\", \"Matsuura\", , \"matsuurakentaro55@gmail.com\",\nrole = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0001-5262-055X\")))",
  "Description": "An implementation to compute an optimal dose escalation\nrule using deep reinforcement learning in phase I oncology\ntrials (Matsuura et al. (2023)\n<doi:10.1080/10543406.2023.2170402>). The dose escalation rule\ncan directly optimize the percentages of correct selection\n(PCS) of the maximum tolerated dose (MTD).",
  "URL": "https://github.com/MatsuuraKentaro/RLescalation",
  "BugReports": "https://github.com/MatsuuraKentaro/RLescalation/issues",
  "VignetteBuilder": "knitr",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Collate": "'timer.R' 'train_algo.R' 'utils.R' 'escalation_rule.R'\n'rl_dnn_config.R' 'rl_config_set.R' 'compute_rl_scenarios.R'\n'learn_escalation_rule.R' 'setup_python.R' 'zzz.R'\n'simulate_one_trial.R'",
  "Config/pak/sysreqs": "libpng-dev python3",
  "Repository": "https://matsuurakentaro.r-universe.dev",
  "Date/Publication": "2025-10-07 13:27:23 UTC",
  "RemoteUrl": "https://github.com/matsuurakentaro/rlescalation",
  "RemoteRef": "HEAD",
  "RemoteSha": "11151fdc2d24da7a5071418f6c64caf323930d81",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-09 09:23:36 UTC",
    "User": "root"
  },
  "Author": "Kentaro Matsuura [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0001-5262-055X>)",
  "Maintainer": "Kentaro Matsuura <matsuurakentaro55@gmail.com>",
  "MD5sum": "95ae9a577d3d3daa1d49745b777d017a",
  "_user": "matsuurakentaro",
  "_type": "src",
  "_file": "RLescalation_1.0.3.tar.gz",
  "_fileid": "09820dcf8e2281393c5d921595f06df586aa01d3559dcb9ace5bef36a2e159f2",
  "_filesize": 193962,
  "_sha256": "09820dcf8e2281393c5d921595f06df586aa01d3559dcb9ace5bef36a2e159f2",
  "_created": "2026-05-09T09:23:36.000Z",
  "_published": "2026-05-22T12:56:37.628Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77383808347,
      "time": 119,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894630254"
    },
    {
      "job": 77383809000,
      "time": 114,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894629760"
    },
    {
      "job": 77383809182,
      "time": 116,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894630360"
    },
    {
      "job": 77383808654,
      "time": 69,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894625825"
    },
    {
      "job": 77383808331,
      "time": 181,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894619468"
    },
    {
      "job": 77383808067,
      "time": 107,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161006468"
    },
    {
      "job": 77383808260,
      "time": 66,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894625015"
    },
    {
      "job": 77383808931,
      "time": 68,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894625192"
    },
    {
      "job": 77383808660,
      "time": 88,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894626971"
    }
  ],
  "_buildurl": "https://github.com/r-universe/matsuurakentaro/actions/runs/25597535995",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/matsuurakentaro/rlescalation",
  "_commit": {
    "id": "11151fdc2d24da7a5071418f6c64caf323930d81",
    "author": "Kentaro Matsuura <matsuurakentaro55@gmail.com>",
    "committer": "Kentaro Matsuura <matsuurakentaro55@gmail.com>",
    "message": "for CRAN update\n",
    "time": 1759843643
  },
  "_maintainer": {
    "name": "Kentaro Matsuura",
    "email": "matsuurakentaro55@gmail.com",
    "login": "matsuurakentaro",
    "twitter": "@hankagosa",
    "uuid": 11885625,
    "orcid": "0000-0001-5262-055X"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "nleqslv",
      "role": "Imports"
    },
    {
      "package": "reticulate",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "zip",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "matsuurakentaro",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-41",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v1.0.3",
      "date": "2025-10-07"
    }
  ],
  "_stars": 2,
  "_contributors": [
    {
      "user": "matsuurakentaro",
      "count": 13,
      "uuid": 11885625
    }
  ],
  "_userbio": {
    "uuid": 11885625,
    "type": "user",
    "name": "Kentaro Matsuura",
    "description": "Email: matsuurakentaro55[at]gmail.com"
  },
  "_downloads": {
    "count": 195,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RLescalation"
  },
  "_devurl": "https://github.com/matsuurakentaro/rlescalation",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "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",
    "extra/RLescalation.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/matsuurakentaro/rlescalation",
  "_realowner": "matsuurakentaro",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.1",
      "date": "2025-01-09"
    },
    {
      "version": "1.0.2",
      "date": "2025-02-08"
    },
    {
      "version": "1.0.3",
      "date": "2025-10-07"
    }
  ],
  "_exports": [
    "clean_python_settings",
    "compute_rl_scenarios",
    "EscalationRule",
    "learn_escalation_rule",
    "rl_config_set",
    "rl_dnn_config",
    "setup_python",
    "simulate_one_trial"
  ],
  "_help": [
    {
      "page": "clean_python_settings",
      "title": "Clean the Python Virtual Environment",
      "topics": [
        "clean_python_settings"
      ]
    },
    {
      "page": "compute_rl_scenarios",
      "title": "Compute DLT Probability Scenarios for Reinforcement Learning",
      "topics": [
        "compute_rl_scenarios"
      ]
    },
    {
      "page": "EscalationRule",
      "title": "EscalationRule Class",
      "topics": [
        "EscalationRule"
      ]
    },
    {
      "page": "learn_escalation_rule",
      "title": "Build an Optimal Dose Escalation Rule using Reinforcement Learning",
      "topics": [
        "learn_escalation_rule"
      ]
    },
    {
      "page": "rl_config_set",
      "title": "Configuration of Reinforcement Learning",
      "topics": [
        "rl_config_set"
      ]
    },
    {
      "page": "rl_dnn_config",
      "title": "DNN Configuration for Reinforcement Learning",
      "topics": [
        "rl_dnn_config"
      ]
    },
    {
      "page": "setup_python",
      "title": "Setting up a Python Virtual Environment",
      "topics": [
        "setup_python"
      ]
    },
    {
      "page": "simulate_one_trial",
      "title": "Simulate One Trial Using an Obtained Optimal Dose Escalation Rule",
      "topics": [
        "simulate_one_trial"
      ]
    }
  ],
  "_pkglogo": "https://github.com/matsuurakentaro/rlescalation/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/matsuurakentaro/rlescalation/raw/HEAD/README.md",
  "_rundeps": [
    "glue",
    "here",
    "jsonlite",
    "lattice",
    "Matrix",
    "nleqslv",
    "png",
    "R6",
    "rappdirs",
    "Rcpp",
    "RcppTOML",
    "reticulate",
    "rlang",
    "rprojroot",
    "withr",
    "zip"
  ],
  "_vignettes": [
    {
      "source": "RLescalation.Rmd",
      "filename": "RLescalation.html",
      "title": "Optimal Dose Escalation Using Deep Reinforcement Learning",
      "author": "Kentaro Matsuura",
      "engine": "knitr::rmarkdown",
      "headings": [
        "RLescalation",
        "Overview",
        "Installation",
        "Example",
        "Learn a dose escalation rule",
        "How to use the escalation rule",
        "How to evaluate the escalation rule",
        "Tips",
        "Custom scenarios for reinforcement learning",
        "What to do if the learning is unstable",
        "How to use Escalation Rule Class",
        "Save the escalation rule",
        "Inputs of learn_escalation_rule function",
        "Obtain returns during reinforcement learning",
        "Resume learning",
        "Use checkpoint"
      ],
      "created": "2024-12-31 08:16:05",
      "modified": "2025-02-10 14:11:55",
      "commits": 8
    }
  ],
  "_score": 4,
  "_indexed": true,
  "_nocasepkg": "rlescalation",
  "_universes": [
    "matsuurakentaro"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-05-09T09:25:42.000Z",
      "distro": "noble",
      "commit": "11151fdc2d24da7a5071418f6c64caf323930d81",
      "fileid": "29fc532cc4925cff6ea01f3ca01927742183fb0aacef8306e8a02187a8ae4957",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matsuurakentaro/actions/runs/25597535995"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-05-09T09:25:38.000Z",
      "distro": "noble",
      "commit": "11151fdc2d24da7a5071418f6c64caf323930d81",
      "fileid": "7a0d1165778a6b42d0c751cc0db6fa634addba0abe1634d1cb7af71b0cbd423e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matsuurakentaro/actions/runs/25597535995"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-05-09T09:25:43.000Z",
      "commit": "11151fdc2d24da7a5071418f6c64caf323930d81",
      "fileid": "bb86cd6065adbfca1780c04c366ef194af46105f1f750a67998f566d8b6548e5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matsuurakentaro/actions/runs/25597535995"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-05-09T09:24:57.000Z",
      "commit": "11151fdc2d24da7a5071418f6c64caf323930d81",
      "fileid": "1aeef4def5269c4535408d715501f515850973aed3412ecb004ea807d1f5b912",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matsuurakentaro/actions/runs/25597535995"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-09T09:24:39.000Z",
      "commit": "11151fdc2d24da7a5071418f6c64caf323930d81",
      "fileid": "cefd4c53b9c524718dc7191b071ea84089fad09cc9897e28ca9ae5db2f4888e1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matsuurakentaro/actions/runs/25597535995"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-09T09:24:41.000Z",
      "commit": "11151fdc2d24da7a5071418f6c64caf323930d81",
      "fileid": "8399392a40c760f0d4e7bb2193e6525f061cc7ed02ae6ec1aa89cd3a7c3f2fce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matsuurakentaro/actions/runs/25597535995"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-09T09:25:02.000Z",
      "commit": "11151fdc2d24da7a5071418f6c64caf323930d81",
      "fileid": "b2f24fe9ff95be9f00f12447d4a6c1ec55a41ffb3300464cfe0980761a1c4659",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matsuurakentaro/actions/runs/25597535995"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.3",
      "date": "2026-05-22T12:56:18.000Z",
      "commit": "11151fdc2d24da7a5071418f6c64caf323930d81",
      "fileid": "cf2ca60963b9000b0e215217c7b232ee3991e1ccbc19ab5edaeaa478c92e826b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/matsuurakentaro/actions/runs/25597535995"
    }
  ]
}