{
  "_id": "6a43f4e88696d7565c169ca3",
  "Package": "OptSurvCutR",
  "Type": "Package",
  "Title": "Optimal Survival Cut-Point Discovery for Time-to-Event Analysis\nwith 'OptSurvCutR'",
  "Version": "0.10.0",
  "Authors@R": "person(given = \"Payton\",\nfamily = \"Yau\",\nrole = c(\"aut\", \"cre\", \"cph\"),\nemail = \"tungon@gmail.com\",\ncomment = c(ORCID = \"0000-0002-3283-0370\"))",
  "Description": "Provides a robust workflow for optimal cut-point analysis\nin time-to-event ('survival') data. Functions determine the\noptimal number of cut-points via find_cutpoint_number(), find\ntheir precise locations via find_cutpoint() using systematic or\ngenetic algorithms (via the 'rgenoud' package), and validate\nstability via bootstrapping using validate_cutpoint(). Features\ninclude covariate adjustment, parallel processing, and an\nextensible S3 plotting engine for clinical dashboards and\ndiagnostics.",
  "License": "GPL-3",
  "URL": "https://github.com/paytonyau/OptSurvCutR,\nhttps://paytonyau.github.io/OptSurvCutR/",
  "BugReports": "https://github.com/paytonyau/OptSurvCutR/issues",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Language": "en-GB",
  "Config/Needs/website": "logo.png",
  "Config/roxygen2/version": "8.0.0",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-30 16:50:01 UTC",
    "User": "root"
  },
  "Author": "Payton Yau [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-3283-0370>)",
  "Maintainer": "Payton Yau <tungon@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-06-30 12:20:26 UTC",
  "RemoteUrl": "https://github.com/cran/OptSurvCutR",
  "RemoteRef": "HEAD",
  "RemoteSha": "fbe9ef48ebac55ea6c4b64304309f31c75956685",
  "MD5sum": "73f5b1177b2e8bf9d92ec46ac4a8c243",
  "_user": "cran",
  "_type": "src",
  "_file": "OptSurvCutR_0.10.0.tar.gz",
  "_fileid": "dc6fbd74759490a2b01999463e717c0afd912337d6c0ee3bc23d69a1a4b667c4",
  "_filesize": 1193042,
  "_sha256": "dc6fbd74759490a2b01999463e717c0afd912337d6c0ee3bc23d69a1a4b667c4",
  "_created": "2026-06-30T16:50:01.000Z",
  "_published": "2026-06-30T16:55:04.700Z",
  "_distro": "resolute",
  "_jobs": [
    {
      "job": 84349242556,
      "time": 241,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7987719780"
    },
    {
      "job": 84349242527,
      "time": 257,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7987725025"
    },
    {
      "job": 84349242535,
      "time": 242,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7987719848"
    },
    {
      "job": 84349242461,
      "time": 252,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7987722768"
    },
    {
      "job": 84348178275,
      "time": 300,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7987611895"
    },
    {
      "job": 84349242417,
      "time": 225,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7987711883"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/28460877541",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/OptSurvCutR",
  "_commit": {
    "id": "fbe9ef48ebac55ea6c4b64304309f31c75956685",
    "author": "Payton Yau <tungon@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.10.0\n",
    "time": 1782822026
  },
  "_maintainer": {
    "name": "Payton Yau",
    "email": "tungon@gmail.com",
    "login": "paytonyau",
    "orcid": "0000-0002-3283-0370",
    "twitter": "@PaytonYau",
    "description": "A lab rat in the dry-lab world",
    "uuid": 32238078
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "doRNG",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "patchwork",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "rgenoud",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "survival",
      "role": "Imports"
    },
    {
      "package": "survminer",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "broom",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "plotly",
      "role": "Suggests"
    },
    {
      "package": "readxl",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "timeROC",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-27",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.10.0",
      "date": "2026-06-30"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "paytonyau",
      "count": 1,
      "uuid": 32238078
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "followers": 614,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/OptSurvCutR"
  },
  "_devurl": "https://github.com/paytonyau/optsurvcutr",
  "_pkgdown": "https://paytonyau.github.io/OptSurvCutR/",
  "_searchresults": 6,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/OptSurvCutR.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.10.0",
      "date": "2026-06-30"
    }
  ],
  "_exports": [
    "find_cutpoint",
    "find_cutpoint_number",
    "plot_cutpoint_residuals",
    "plot_landmark_stratification",
    "plot_optimisation_curve",
    "plot_validation",
    "theme_optsurv",
    "validate_cutpoint"
  ],
  "_help": [
    {
      "page": "find_cutpoint",
      "title": "Find Optimal Cut-points for Survival Data",
      "topics": [
        "find_cutpoint",
        "print.find_cutpoint",
        "summary.find_cutpoint"
      ]
    },
    {
      "page": "find_cutpoint_number",
      "title": "Find Optimal Number of Cut-points for Survival Data",
      "topics": [
        "find_cutpoint_number",
        "plot.find_cutpoint_number_result",
        "print.find_cutpoint_number_result",
        "summary.find_cutpoint_number_result"
      ]
    },
    {
      "page": "plot_cutpoint_residuals",
      "title": "Diagnostic Plot of Schoenfeld Residuals",
      "topics": [
        "plot_cutpoint_residuals"
      ]
    },
    {
      "page": "plot_landmark_stratification",
      "title": "Plot Landmark Stratification Curves",
      "topics": [
        "plot_landmark_stratification"
      ]
    },
    {
      "page": "plot_optimisation_curve",
      "title": "Plot Optimisation Curve or Surface from Search",
      "topics": [
        "plot_optimisation_curve"
      ]
    },
    {
      "page": "plot_validation",
      "title": "Plot Cut-point Optimisation Stability Surface and Help Catalog Page",
      "topics": [
        "plot.validate_cutpoint_result",
        "plot_validation",
        "print.validate_cutpoint_result",
        "summary.validate_cutpoint_result"
      ]
    },
    {
      "page": "plot.find_cutpoint",
      "title": "Master S3 Plot Router for find_cutpoint",
      "topics": [
        "plot.find_cutpoint"
      ]
    },
    {
      "page": "theme_optsurv",
      "title": "Custom Clinical Theme for OptSurvCutR",
      "topics": [
        "theme_optsurv"
      ]
    },
    {
      "page": "validate_cutpoint",
      "title": "Validate an Optimal Cut-point Using Bootstrapping",
      "topics": [
        "validate_cutpoint"
      ]
    }
  ],
  "_pkglogo": "https://github.com/cran/OptSurvCutR/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/cran/OptSurvCutR/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "backports",
    "boot",
    "broom",
    "car",
    "carData",
    "cli",
    "codetools",
    "colorspace",
    "commonmark",
    "corrplot",
    "cowplot",
    "cpp11",
    "curl",
    "Deriv",
    "digest",
    "doBy",
    "doParallel",
    "doRNG",
    "dplyr",
    "exactRankTests",
    "farver",
    "foreach",
    "forecast",
    "Formula",
    "fracdiff",
    "generics",
    "ggplot2",
    "ggpubr",
    "ggrepel",
    "ggsci",
    "ggsignif",
    "ggtext",
    "glue",
    "gridExtra",
    "gridtext",
    "gtable",
    "isoband",
    "iterators",
    "jpeg",
    "labeling",
    "lattice",
    "lifecycle",
    "litedown",
    "lme4",
    "lmtest",
    "magrittr",
    "markdown",
    "MASS",
    "Matrix",
    "MatrixModels",
    "maxstat",
    "mgcv",
    "microbenchmark",
    "minqa",
    "modelr",
    "mvtnorm",
    "nlme",
    "nloptr",
    "nnet",
    "numDeriv",
    "patchwork",
    "pbkrtest",
    "pillar",
    "pkgconfig",
    "png",
    "polynom",
    "purrr",
    "quantreg",
    "R6",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "Rdpack",
    "reformulas",
    "rgenoud",
    "rlang",
    "rngtools",
    "rstatix",
    "S7",
    "scales",
    "SparseM",
    "stringi",
    "stringr",
    "survival",
    "survminer",
    "tibble",
    "tidyr",
    "tidyselect",
    "timeDate",
    "urca",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "xml2",
    "zoo"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "bilirubin.Rmd",
      "filename": "bilirubin.html",
      "title": "Analysing Clinical Survival Data with OptSurvCutR",
      "author": "Payton Yau",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "1. Setup & Data Preparation",
        "2. The Three-Step Analysis Workflow",
        "Step 1: Determine the Optimal Number of Cuts",
        "Choosing an Information Criterion",
        "Step 2: Pinpointing the Exact Cut-point Values",
        "🔍 Automated Diagnostic Check: The Two-Tier Schoenfeld Diagnostic",
        "Step 3: Validate Threshold Stability",
        "🔍 Automated Performance Grading: The Four-Tier Stability Assessment",
        "3. Advanced Visualisation & Reporting",
        "3.1 Group Composition Table",
        "3.2 Adjusted Hazard Ratio Forest Plot (type = \"forest\")",
        "3.3 Time-Dependent Diagnostics (type = \"diagnostic\")",
        "3.4 2D Cut-point Stability Surface (plot_validation())",
        "3.5 Adjusted Kaplan-Meier Survival Curves (type = \"outcome\")",
        "3.6 Exporting Your Stratified Data",
        "4. Conclusion",
        "5. Session Information"
      ],
      "created": "2026-06-30 12:20:26",
      "modified": "2026-06-30 12:20:26",
      "commits": 1
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "optsurvcutr",
  "_universes": [
    "cran",
    "paytonyau"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.10.0",
      "date": "2026-06-30T16:53:09.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "fbe9ef48ebac55ea6c4b64304309f31c75956685",
      "fileid": "650a7d16e6a21c9b4bc8e7d139c67ec50d794c6838c03658017d7efc89e4c171",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28460877541"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.10.0",
      "date": "2026-06-30T16:53:02.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "fbe9ef48ebac55ea6c4b64304309f31c75956685",
      "fileid": "7c51f522d8e232014533696ecbd95847f88aa71cbe6da5a747125599cc4a277e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28460877541"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.10.0",
      "date": "2026-06-30T16:53:09.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "fbe9ef48ebac55ea6c4b64304309f31c75956685",
      "fileid": "9e86af6d0a869c80d3e98a7655dc8a4c7e35309164e479d2e693cdcf5a2a3224",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28460877541"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.10.0",
      "date": "2026-06-30T16:52:57.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "fbe9ef48ebac55ea6c4b64304309f31c75956685",
      "fileid": "fb49d986300532c2038d42ff3504e214bc96589974a08f46948b0512ea09625c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28460877541"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.10.0",
      "date": "2026-06-30T16:54:05.000Z",
      "arch": "emscripten",
      "commit": "fbe9ef48ebac55ea6c4b64304309f31c75956685",
      "fileid": "e60c2d3b1dedfd4ba60ecc57698f66354a4ca69fe8c82198e231304702c8098e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28460877541"
    }
  ]
}