{
  "_id": "6a1025e7acfb0bcc41c8f050",
  "Package": "binsegRcpp",
  "Type": "Package",
  "Title": "Efficient Implementation of Binary Segmentation",
  "Version": "2025.5.13",
  "Authors@R": "person(given = c(\"Toby\", \"Dylan\"),\nfamily = \"Hocking\",\nrole = c(\"aut\", \"cre\"),\nemail = \"toby.hocking@r-project.org\")",
  "Maintainer": "Toby Dylan Hocking <toby.hocking@r-project.org>",
  "Description": "Standard template library containers are used to implement\nan efficient binary segmentation algorithm, which is log-linear\non average and quadratic in the worst case.",
  "License": "GPL-3",
  "URL": "https://github.com/tdhock/binsegRcpp",
  "BugReports": "https://github.com/tdhock/binsegRcpp/issues",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.1.2",
  "Repository": "https://tdhock.r-universe.dev",
  "Date/Publication": "2025-05-13 21:37:27 UTC",
  "RemoteUrl": "https://github.com/tdhock/binsegrcpp",
  "RemoteRef": "HEAD",
  "RemoteSha": "9b0047197474c5224fa4de838044a8d9020d1a66",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-13 09:11:10 UTC",
    "User": "root"
  },
  "Author": "Toby Dylan Hocking [aut, cre]",
  "MD5sum": "8cc1ca7861ed3c3e375fc73c2281d153",
  "_user": "tdhock",
  "_type": "src",
  "_file": "binsegRcpp_2025.5.13.tar.gz",
  "_fileid": "c8dd2717d953e1b403568da56e78c942a8dddcada8ba2c5cf628144a223b5561",
  "_filesize": 295602,
  "_sha256": "c8dd2717d953e1b403568da56e78c942a8dddcada8ba2c5cf628144a223b5561",
  "_created": "2026-05-13T09:11:10.000Z",
  "_published": "2026-05-22T09:46:15.900Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77355428558,
      "time": 180,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6966099741"
    },
    {
      "job": 77355428545,
      "time": 187,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6966104866"
    },
    {
      "job": 77355428814,
      "time": 129,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6966081302"
    },
    {
      "job": 77355428531,
      "time": 131,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6966084574"
    },
    {
      "job": 77355428621,
      "time": 130,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6966081606"
    },
    {
      "job": 77355428395,
      "time": 546,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6966237798"
    },
    {
      "job": 77355428374,
      "time": 101,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6966077038"
    },
    {
      "job": 77355428372,
      "time": 410,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6966195412"
    },
    {
      "job": 77355427667,
      "time": 240,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6966032419"
    },
    {
      "job": 77355427683,
      "time": 112,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157589639"
    },
    {
      "job": 77355428366,
      "time": 111,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6966075131"
    },
    {
      "job": 77355428436,
      "time": 104,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6966072179"
    },
    {
      "job": 77355428473,
      "time": 119,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6966077733"
    }
  ],
  "_buildurl": "https://github.com/r-universe/tdhock/actions/runs/25789488255",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/tdhock/binsegrcpp",
  "_commit": {
    "id": "9b0047197474c5224fa4de838044a8d9020d1a66",
    "author": "Toby Dylan Hocking <tdhock5@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #24 from tdhock/borders\n\nFix subtrain.borders",
    "time": 1747172247
  },
  "_maintainer": {
    "name": "Toby Dylan Hocking",
    "email": "toby.hocking@r-project.org",
    "login": "tdhock",
    "uuid": 932850
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "penaltyLearning",
      "role": "Suggests"
    },
    {
      "package": "directlabels",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "role": "Suggests"
    },
    {
      "package": "neuroblastoma",
      "role": "Suggests"
    },
    {
      "package": "changepoint",
      "role": "Suggests"
    },
    {
      "package": "quadprog",
      "role": "Suggests"
    }
  ],
  "_owner": "tdhock",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-20",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 7,
  "_contributors": [
    {
      "user": "tdhock",
      "count": 204,
      "uuid": 932850
    },
    {
      "user": "barracuda156",
      "count": 1,
      "uuid": 92015510
    }
  ],
  "_userbio": {
    "uuid": 932850,
    "type": "user",
    "name": "Toby Dylan Hocking"
  },
  "_downloads": {
    "count": 872,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/binsegRcpp"
  },
  "_devurl": "https://github.com/tdhock/binsegrcpp",
  "_searchresults": 13,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/binsegRcpp.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/tdhock/binsegrcpp",
  "_realowner": "tdhock",
  "_cranurl": true,
  "_releases": [
    {
      "version": "2020.9.3",
      "date": "2020-09-14"
    },
    {
      "version": "2021.11.3",
      "date": "2022-01-21"
    },
    {
      "version": "2022.1.24",
      "date": "2022-01-26"
    },
    {
      "version": "2022.7.19",
      "date": "2022-07-20"
    },
    {
      "version": "2022.7.21",
      "date": "2022-08-07"
    },
    {
      "version": "2023.8.31",
      "date": "2023-09-06"
    },
    {
      "version": "2025.5.13",
      "date": "2025-05-27"
    }
  ],
  "_exports": [
    "binseg",
    "binseg_normal",
    "binseg_normal_cv",
    "case.colors",
    "case.sizes",
    "cum_median",
    "depth_first_interface",
    "get_complexity",
    "get_complexity_best_heuristic_equal_breadth_full",
    "get_complexity_best_heuristic_equal_depth_full",
    "get_complexity_best_optimal_cost",
    "get_complexity_best_optimal_tree",
    "get_complexity_empirical",
    "get_complexity_extreme",
    "get_complexity_worst",
    "get_distribution_info",
    "get_tree_empirical",
    "random_set_vec",
    "size_to_splits",
    "tree_layout"
  ],
  "_help": [
    {
      "page": "binseg",
      "title": "Binary segmentation",
      "topics": [
        "binseg",
        "binsegRcpp"
      ]
    },
    {
      "page": "binseg_interface",
      "title": "binseg interface",
      "topics": [
        "binseg_interface"
      ]
    },
    {
      "page": "binseg_normal",
      "title": "Binary segmentation, normal change in mean",
      "topics": [
        "binseg_normal"
      ]
    },
    {
      "page": "binseg_normal_cv",
      "title": "Binary segmentation, normal change in mean, cross-validation for model selection",
      "topics": [
        "binseg_normal_cv"
      ]
    },
    {
      "page": "case.colors",
      "title": "case colors",
      "topics": [
        "case.colors"
      ]
    },
    {
      "page": "case.sizes",
      "title": "case sizes",
      "topics": [
        "case.sizes"
      ]
    },
    {
      "page": "check_sizes",
      "title": "check sizes",
      "topics": [
        "check_sizes"
      ]
    },
    {
      "page": "coef.binseg_normal_cv",
      "title": "coef binseg normal cv",
      "topics": [
        "coef.binseg_normal_cv"
      ]
    },
    {
      "page": "coef.binsegRcpp",
      "title": "coef binsegRcpp",
      "topics": [
        "coef.binsegRcpp"
      ]
    },
    {
      "page": "cum_median",
      "title": "cum median",
      "topics": [
        "cum_median"
      ]
    },
    {
      "page": "cum_median_interface",
      "title": "cum median interface",
      "topics": [
        "cum_median_interface"
      ]
    },
    {
      "page": "depth_first_interface",
      "title": "depth first interface",
      "topics": [
        "depth_first_interface"
      ]
    },
    {
      "page": "get_complexity",
      "title": "get complexity",
      "topics": [
        "get_complexity"
      ]
    },
    {
      "page": "get_complexity_best_heuristic_equal_breadth_full",
      "title": "get complexity best heuristic equal breadth full",
      "topics": [
        "get_complexity_best_heuristic_equal_breadth_full"
      ]
    },
    {
      "page": "get_complexity_best_heuristic_equal_depth_full",
      "title": "get complexity best heuristic equal depth full",
      "topics": [
        "get_complexity_best_heuristic_equal_depth_full"
      ]
    },
    {
      "page": "get_complexity_best_optimal_cost",
      "title": "get complexity best optimal cost",
      "topics": [
        "get_complexity_best_optimal_cost"
      ]
    },
    {
      "page": "get_complexity_best_optimal_splits",
      "title": "get complexity best optimal splits",
      "topics": [
        "get_complexity_best_optimal_splits"
      ]
    },
    {
      "page": "get_complexity_best_optimal_tree",
      "title": "get complexity best optimal tree",
      "topics": [
        "get_complexity_best_optimal_tree"
      ]
    },
    {
      "page": "get_complexity_empirical",
      "title": "get complexity empirical",
      "topics": [
        "get_complexity_empirical"
      ]
    },
    {
      "page": "get_complexity_extreme",
      "title": "get complexity extreme",
      "topics": [
        "get_complexity_extreme"
      ]
    },
    {
      "page": "get_complexity_worst",
      "title": "get complexity worst",
      "topics": [
        "get_complexity_worst"
      ]
    },
    {
      "page": "get_distribution_info",
      "title": "get distribution info",
      "topics": [
        "get_distribution_info"
      ]
    },
    {
      "page": "get_tree_empirical",
      "title": "get tree empirical",
      "topics": [
        "get_tree_empirical"
      ]
    },
    {
      "page": "plot.binseg_normal_cv",
      "title": "plot binseg normal cv",
      "topics": [
        "plot.binseg_normal_cv"
      ]
    },
    {
      "page": "plot.binsegRcpp",
      "title": "plot binsegRcpp",
      "topics": [
        "plot.binsegRcpp"
      ]
    },
    {
      "page": "plot.complexity",
      "title": "plot complexity",
      "topics": [
        "plot.complexity"
      ]
    },
    {
      "page": "print.binseg_normal_cv",
      "title": "print binseg normal cv",
      "topics": [
        "print.binseg_normal_cv"
      ]
    },
    {
      "page": "print.binsegRcpp",
      "title": "print binsegRcpp",
      "topics": [
        "print.binsegRcpp"
      ]
    },
    {
      "page": "qp.x",
      "title": "qp x",
      "topics": [
        "qp.x"
      ]
    },
    {
      "page": "random_set_vec",
      "title": "random set vec",
      "topics": [
        "random_set_vec"
      ]
    },
    {
      "page": "size_to_splits",
      "title": "size to splits",
      "topics": [
        "size_to_splits"
      ]
    },
    {
      "page": "tree_layout",
      "title": "tree layout",
      "topics": [
        "tree_layout"
      ]
    }
  ],
  "_rundeps": [
    "data.table",
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "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": "comparisons.Rmd",
      "filename": "comparisons.html",
      "title": "Comparisons with other packages",
      "engine": "knitr::knitr",
      "headings": [
        "Comparisons",
        "Comparing loss/parameters to changepoint",
        "Penalized model selection with binsegRcpp and changepoint"
      ],
      "created": "2022-03-31 05:17:32",
      "modified": "2022-03-31 06:17:47",
      "commits": 3
    },
    {
      "source": "cross-validation.Rmd",
      "filename": "cross-validation.html",
      "title": "Cross-validation",
      "engine": "knitr::knitr",
      "headings": [
        "Cross-validation",
        "Comparing cross-validation methods",
        "How many times is sufficient?"
      ],
      "created": "2022-01-21 18:34:39",
      "modified": "2022-05-12 20:54:08",
      "commits": 2
    }
  ],
  "_score": 4.260071387985075,
  "_indexed": true,
  "_nocasepkg": "binsegrcpp",
  "_universes": [
    "tdhock"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2025.5.13",
      "date": "2026-05-13T09:14:03.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "b695d0261b38598aede3222e1e0b9f7845227ee3c2e75afd94505995526da55f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/25789488255"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2025.5.13",
      "date": "2026-05-13T09:14:16.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "142e8e274469973cd81edfcc2692b5adee7e3bb1cd55aff8ab5ca310dbd82c6e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/25789488255"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2025.5.13",
      "date": "2026-05-13T09:13:15.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "618bf5bfc359b283a7b9aee2a2931a1b4940ee420b23cc0b663b403cd9de0426",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/25789488255"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2025.5.13",
      "date": "2026-05-13T09:13:22.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "e9e908f9200dbc6869b08c502ee0a6cae13a45e57059370e93c58548eedc1b79",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/25789488255"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2025.5.13",
      "date": "2026-05-13T09:13:13.000Z",
      "arch": "aarch64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "b2dacdda6c9298bef61f4c6988e476c3f02be9ada5e115f948192a2e01249563",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/25789488255"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2025.5.13",
      "date": "2026-05-13T09:18:12.000Z",
      "arch": "x86_64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "e00f9e3872d24a92fbdcae5d54df5317cf8fe329736867ef05ca1a82760d2611",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/25789488255"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2025.5.13",
      "date": "2026-05-13T09:13:06.000Z",
      "arch": "aarch64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "40fb4494bda44336516d0c917a434c6214db7c565f3c31d9a605cd3d833692ad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/25789488255"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2025.5.13",
      "date": "2026-05-13T09:16:35.000Z",
      "arch": "x86_64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "e262f55f6dfd2e0c973417cda31a921f13c5c8e638404608eeacf2eb5385d0b4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/25789488255"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2025.5.13",
      "date": "2026-05-13T09:12:32.000Z",
      "arch": "x86_64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "6b9c4c2b341f04b25db01b080f60f5de33ddcf7f12c00baf4dd9f19dfa4502c5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/25789488255"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2025.5.13",
      "date": "2026-05-13T09:12:23.000Z",
      "arch": "x86_64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "0e090cf8682eb283d0d6570c7d1c5ebae6cbd20d02d684cb4d4cb1f0995da6e0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/25789488255"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2025.5.13",
      "date": "2026-05-13T09:12:27.000Z",
      "arch": "x86_64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "6e5b2f774e3bf3d46eab2ba7d737bcc659bddd58d274365ca98a3de2c441969d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/25789488255"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2025.5.13",
      "date": "2026-05-22T09:45:51.000Z",
      "arch": "emscripten",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "ac0f6d0f8473d6c70efbb574273e82e639bb2a1f7cc854f7ccf9f31dd252d8d7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/25789488255"
    }
  ]
}