{
  "_id": "6a630f9ed3420cf5dfdb691d",
  "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-07-24 06:20:27 UTC",
    "User": "root"
  },
  "Author": "Toby Dylan Hocking [aut, cre]",
  "_user": "tdhock",
  "_type": "src",
  "_file": "binsegRcpp_2025.5.13.tar.gz",
  "_fileid": "https://r2.ropensci.org/fd6135a33a97ec0d8a213e48149eb7e55682b37658273e25cf7026eeef18d63a",
  "_filesize": 294333,
  "_sha256": "fd6135a33a97ec0d8a213e48149eb7e55682b37658273e25cf7026eeef18d63a",
  "_expires": "2026-11-01T07:09:16.000Z",
  "_created": "2026-07-24T06:20:27.000Z",
  "_published": "2026-07-24T07:09:18.503Z",
  "_jobs": [
    {
      "job": 89414645549,
      "time": 122,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8588400167"
    },
    {
      "job": 89414645570,
      "time": 168,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8588413680"
    },
    {
      "job": 89414645571,
      "time": 121,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8588400933"
    },
    {
      "job": 89414645548,
      "time": 142,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8588405802"
    },
    {
      "job": 89414645540,
      "time": 113,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8589301218"
    },
    {
      "job": 89414645520,
      "time": 163,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8589294095"
    },
    {
      "job": 89414645594,
      "time": 94,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8589301230"
    },
    {
      "job": 89414645518,
      "time": 159,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8589292804"
    },
    {
      "job": 89414222234,
      "time": 175,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8588363786"
    },
    {
      "job": 89414645619,
      "time": 120,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8588399344"
    },
    {
      "job": 89414645511,
      "time": 117,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8588398895"
    },
    {
      "job": 89414645503,
      "time": 117,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8588398959"
    },
    {
      "job": 89414645512,
      "time": 116,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8588398807"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/tdhock/actions/runs/30071845981",
  "_status": "success",
  "_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",
    "description": "",
    "uuid": 932850
  },
  "_distro": "resolute",
  "_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": [],
  "_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",
    "followers": 420
  },
  "_downloads": {
    "count": 501,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/binsegRcpp"
  },
  "_devurl": "https://github.com/tdhock/binsegrcpp",
  "_searchresults": 14,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.1",
  "_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": "16-20260322-1ubuntu1",
      "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.292256071356476,
  "_indexed": true,
  "_nocasepkg": "binsegrcpp",
  "_universes": [
    "tdhock"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2025.5.13",
      "date": "2026-07-24T06:22:26.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "https://r2.ropensci.org/b768a96d8555636d27a27111b63b9af5cd5cf0030e6bb5f615ff40398f04f0bd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/30071845981"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2025.5.13",
      "date": "2026-07-24T06:23:05.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "https://r2.ropensci.org/92f62b87eee4a9978c041a3b710b8960ebd4494514af6ecddcfebff796f5a816",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/30071845981"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2025.5.13",
      "date": "2026-07-24T06:22:29.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "https://r2.ropensci.org/301b4ce0ca2e362ebd5090e96d1ab1531ecb609bd75fc781d38c8fe933ed7b64",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/30071845981"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2025.5.13",
      "date": "2026-07-24T06:22:41.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "https://r2.ropensci.org/cc1cc6295281a22c5be5d0b609d3197ce16c151265861b0ba8ac6cc9f1784db6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/30071845981"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2025.5.13",
      "date": "2026-07-24T07:08:20.000Z",
      "arch": "aarch64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "https://r2.ropensci.org/1687bee5aaa3518d92512b55a92a14bbbb402cd843e3570536d1c31813415a33",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/30071845981"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2025.5.13",
      "date": "2026-07-24T07:07:44.000Z",
      "arch": "x86_64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "https://r2.ropensci.org/5ff6c9dbbe80138b06bc5a77b9a3d718408f049a73f331accc3d473689d75c1c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/30071845981"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "2025.5.13",
      "date": "2026-07-24T07:08:27.000Z",
      "arch": "aarch64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "https://r2.ropensci.org/83bc39a351727337fcb2b820f39e52a9140ee244e7f1d80b70e881874a8f9d8c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/30071845981"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "2025.5.13",
      "date": "2026-07-24T07:07:42.000Z",
      "arch": "x86_64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "https://r2.ropensci.org/5b6b8c23c1ca5969ef6edb187079ee32adbeb4d3500183786232747a4b81788e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/30071845981"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2025.5.13",
      "date": "2026-07-24T06:22:39.000Z",
      "arch": "emscripten",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "https://r2.ropensci.org/fcf06290b40f0375e987ae4072593f3f9401b28cbeddc5fe7bf88cf30368183b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/30071845981"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2025.5.13",
      "date": "2026-07-24T06:21:41.000Z",
      "arch": "x86_64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "https://r2.ropensci.org/7623366b8356d7b0ca6826de823b4bdf18f70c39791b3b4488df8ca6ccd1a32f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/30071845981"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2025.5.13",
      "date": "2026-07-24T06:21:47.000Z",
      "arch": "x86_64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "https://r2.ropensci.org/fe6c6bfb0cb0b3587b2545aaadb335bed40399f2d549ab196ceacc6ccb4244a3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/30071845981"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "2025.5.13",
      "date": "2026-07-24T06:21:44.000Z",
      "arch": "x86_64",
      "commit": "9b0047197474c5224fa4de838044a8d9020d1a66",
      "fileid": "https://r2.ropensci.org/8c70be87cbed13f1ac444af05b59220c61e2f2325a58a018ce3afea81d9267ef",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/30071845981"
    }
  ]
}