{
  "_id": "6a3a60d46265ec60d6212d07",
  "Package": "segmentr",
  "Type": "Package",
  "Title": "Segment Data Minimizing a Cost Function",
  "Version": "0.2.0",
  "Authors@R": "c(\nperson(\"Thales\", \"Mello\", email = \"thalesmello@gmail.com\", role = c(\"aut\", \"cre\", \"cph\")),\nperson(\"Florencia\", \"Leonardi\", role = c(\"aut\", \"cph\", \"ths\")),\nperson(\"Bruno M.\", \"de Castro\", role = c(\"cph\")),\nperson(\"Deutscher Wetterdienst\", role = c(\"cph\"))\n)",
  "Maintainer": "Thales Mello <thalesmello@gmail.com>",
  "Description": "Given a cost function provided by the user, this package\napplies it to a given matrix dataset in order to find change\npoints in the data that minimize the sum of the costs of all\nthe segments. This package provides a handful of algorithms\nwith different time complexities and assumption compromises so\nthe user is able to choose the best one for the problem at\nhand. The implementation of the segmentation algorithms in this\npackage are based on the paper by Bruno M. de Castro, Florencia\nLeonardi (2018) <arXiv:1501.01756>. The Berlin weather sample\ndataset was provided by Deutscher Wetterdienst\n<https://dwd.de/>. You can find all the references in the\nAcknowledgments section of this package's repository via the\nURL below.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "6.1.1",
  "Roxygen": "list(markdown = TRUE)",
  "VignetteBuilder": "knitr",
  "Language": "en-US",
  "URL": "https://github.com/thalesmello/segmentr",
  "Repository": "https://segmentr-package.r-universe.dev",
  "Date/Publication": "2020-03-03 20:03:33 UTC",
  "RemoteUrl": "https://github.com/segmentr-package/segmentr",
  "RemoteRef": "HEAD",
  "RemoteSha": "a75c0affff108c9b29493b96a76a7b21b14389fe",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-23 10:24:20 UTC",
    "User": "root"
  },
  "Author": "Thales Mello [aut, cre, cph],\nFlorencia Leonardi [aut, cph, ths],\nBruno M. de Castro [cph],\nDeutscher Wetterdienst [cph]",
  "MD5sum": "2245eaa16219b3aeba49f5a0dc378d75",
  "_user": "segmentr-package",
  "_type": "src",
  "_file": "segmentr_0.2.0.tar.gz",
  "_fileid": "267fc899ed28ac7792816f6a55e144cd3a08e8e704bd3952d6484d800f9bee38",
  "_filesize": 1086166,
  "_sha256": "267fc899ed28ac7792816f6a55e144cd3a08e8e704bd3952d6484d800f9bee38",
  "_created": "2026-06-23T10:24:20.000Z",
  "_published": "2026-06-23T10:32:51.995Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82932004171,
      "time": 154,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7818147979"
    },
    {
      "job": 82932004167,
      "time": 139,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7818141021"
    },
    {
      "job": 82932004230,
      "time": 147,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7818145230"
    },
    {
      "job": 82932004223,
      "time": 134,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7818139087"
    },
    {
      "job": 82932004202,
      "time": 183,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7818147604"
    },
    {
      "job": 82932004211,
      "time": 448,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7818241748"
    },
    {
      "job": 82932004157,
      "time": 157,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7818135323"
    },
    {
      "job": 82932004183,
      "time": 312,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7818185679"
    },
    {
      "job": 82931045304,
      "time": 298,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7818089159"
    },
    {
      "job": 82932004133,
      "time": 114,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7818132439"
    },
    {
      "job": 82932004166,
      "time": 127,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7818137184"
    },
    {
      "job": 82932004148,
      "time": 115,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7818132535"
    },
    {
      "job": 82932004189,
      "time": 171,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7818153206"
    }
  ],
  "_buildurl": "https://github.com/r-universe/segmentr-package/actions/runs/28019199876",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/segmentr-package/segmentr",
  "_commit": {
    "id": "a75c0affff108c9b29493b96a76a7b21b14389fe",
    "author": "Thales Mello <thalesmello@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update README.md",
    "time": 1583265813
  },
  "_maintainer": {
    "name": "Thales Mello",
    "email": "thalesmello@gmail.com",
    "login": "thalesmello",
    "description": "Computer engineer with an interest in data infrastructure, statistics, programming languages and Vim.",
    "uuid": 1127394
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.16",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "doParallel",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "lubridate",
      "role": "Suggests"
    },
    {
      "package": "magrittr",
      "role": "Suggests"
    },
    {
      "package": "rdwd",
      "role": "Suggests"
    },
    {
      "package": "purrr",
      "role": "Suggests"
    }
  ],
  "_owner": "segmentr-package",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "thalesmello",
      "count": 299,
      "uuid": 1127394
    }
  ],
  "_userbio": {
    "uuid": 57459022,
    "type": "organization",
    "name": "SegmentR Package",
    "followers": 0,
    "description": "A package for change point detection in R"
  },
  "_downloads": {
    "count": 256,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/segmentr"
  },
  "_devurl": "https://github.com/thalesmello/segmentr",
  "_searchresults": 26,
  "_topics": [
    "cpp"
  ],
  "_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/segmentr.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/segmentr-package/segmentr",
  "_realowner": "segmentr-package",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2019-01-17"
    },
    {
      "version": "0.2.0",
      "date": "2019-08-28"
    }
  ],
  "_exports": [
    "auto_penalize",
    "calculate_likelihood",
    "exactalg",
    "hieralg",
    "hybridalg",
    "multivariate",
    "r_multivariate",
    "segment"
  ],
  "_datasets": [
    {
      "name": "berlin",
      "title": "Daily temperatures from weather stations in Berlin",
      "object": "berlin",
      "class": [
        "matrix",
        "array"
      ],
      "fields": [
        "2010-01-01",
        "2010-01-02",
        "2010-01-03",
        "2010-01-04",
        "2010-01-05",
        "2010-01-06",
        "2010-01-07",
        "2010-01-08",
        "2010-01-09",
        "2010-01-10",
        "2010-01-11",
        "2010-01-12",
        "2010-01-13",
        "2010-01-14",
        "2010-01-15",
        "2010-01-16",
        "2010-01-17",
        "2010-01-18",
        "2010-01-19",
        "2010-01-20",
        "2010-01-21",
        "2010-01-22",
        "2010-01-23",
        "2010-01-24",
        "2010-01-25",
        "2010-01-26",
        "2010-01-27",
        "2010-01-28",
        "2010-01-29",
        "2010-01-30",
        "2010-01-31",
        "2010-02-01",
        "2010-02-02",
        "2010-02-03",
        "2010-02-04",
        "2010-02-05",
        "2010-02-06",
        "2010-02-07",
        "2010-02-08",
        "2010-02-09",
        "2010-02-10",
        "2010-02-11",
        "2010-02-12",
        "2010-02-13",
        "2010-02-14",
        "2010-02-15",
        "2010-02-16",
        "2010-02-17",
        "2010-02-18",
        "2010-02-19",
        "2010-02-20",
        "2010-02-21",
        "2010-02-22",
        "2010-02-23",
        "2010-02-24",
        "2010-02-25",
        "2010-02-26",
        "2010-02-27",
        "2010-02-28",
        "2010-03-01",
        "2010-03-02",
        "2010-03-03",
        "2010-03-04",
        "2010-03-05",
        "2010-03-06",
        "2010-03-07",
        "2010-03-08",
        "2010-03-09",
        "2010-03-10",
        "2010-03-11",
        "2010-03-12",
        "2010-03-13",
        "2010-03-14",
        "2010-03-15",
        "2010-03-16",
        "2010-03-17",
        "2010-03-18",
        "2010-03-19",
        "2010-03-20",
        "2010-03-21",
        "2010-03-22",
        "2010-03-23",
        "2010-03-24",
        "2010-03-25",
        "2010-03-26",
        "2010-03-27",
        "2010-03-28",
        "2010-03-29",
        "2010-03-30",
        "2010-03-31",
        "2010-04-01",
        "2010-04-02",
        "2010-04-03",
        "2010-04-04",
        "2010-04-05",
        "2010-04-06",
        "2010-04-07",
        "2010-04-08",
        "2010-04-09",
        "2010-04-10",
        "2010-04-11",
        "2010-04-12",
        "2010-04-13",
        "2010-04-14",
        "2010-04-15",
        "2010-04-16",
        "2010-04-17",
        "2010-04-18",
        "2010-04-19",
        "2010-04-20",
        "2010-04-21",
        "2010-04-22",
        "2010-04-23",
        "2010-04-24",
        "2010-04-25",
        "2010-04-26",
        "2010-04-27",
        "2010-04-28",
        "2010-04-29",
        "2010-04-30",
        "2010-05-01",
        "2010-05-02",
        "2010-05-03",
        "2010-05-04",
        "2010-05-05",
        "2010-05-06",
        "2010-05-07",
        "2010-05-08",
        "2010-05-09",
        "2010-05-10",
        "2010-05-11",
        "2010-05-12",
        "2010-05-13",
        "2010-05-14",
        "2010-05-15",
        "2010-05-16",
        "2010-05-17",
        "2010-05-18",
        "2010-05-19",
        "2010-05-20",
        "2010-05-21",
        "2010-05-22",
        "2010-05-23",
        "2010-05-24",
        "2010-05-25",
        "2010-05-26",
        "2010-05-27",
        "2010-05-28",
        "2010-05-29",
        "2010-05-30",
        "2010-05-31",
        "2010-06-01",
        "2010-06-02",
        "2010-06-03",
        "2010-06-04",
        "2010-06-05",
        "2010-06-06",
        "2010-06-07",
        "2010-06-08",
        "2010-06-09",
        "2010-06-10",
        "2010-06-11",
        "2010-06-12",
        "2010-06-13",
        "2010-06-14",
        "2010-06-15",
        "2010-06-16",
        "2010-06-17",
        "2010-06-18",
        "2010-06-19",
        "2010-06-20",
        "2010-06-21",
        "2010-06-22",
        "2010-06-23",
        "2010-06-24",
        "2010-06-25",
        "2010-06-26",
        "2010-06-27",
        "2010-06-28",
        "2010-06-29",
        "2010-06-30",
        "2010-07-01",
        "2010-07-02",
        "2010-07-03",
        "2010-07-04",
        "2010-07-05",
        "2010-07-06",
        "2010-07-07",
        "2010-07-08",
        "2010-07-09",
        "2010-07-10",
        "2010-07-11",
        "2010-07-12",
        "2010-07-13",
        "2010-07-14",
        "2010-07-15",
        "2010-07-16",
        "2010-07-17",
        "2010-07-18",
        "2010-07-19",
        "2010-07-20",
        "2010-07-21",
        "2010-07-22",
        "2010-07-23",
        "2010-07-24",
        "2010-07-25",
        "2010-07-26",
        "2010-07-27",
        "2010-07-28",
        "2010-07-29",
        "2010-07-30",
        "2010-07-31",
        "2010-08-01",
        "2010-08-02",
        "2010-08-03",
        "2010-08-04",
        "2010-08-05",
        "2010-08-06",
        "2010-08-07",
        "2010-08-08",
        "2010-08-09",
        "2010-08-10",
        "2010-08-11",
        "2010-08-12",
        "2010-08-13",
        "2010-08-14",
        "2010-08-15",
        "2010-08-16",
        "2010-08-17",
        "2010-08-18",
        "2010-08-19",
        "2010-08-20",
        "2010-08-21",
        "2010-08-22",
        "2010-08-23",
        "2010-08-24",
        "2010-08-25",
        "2010-08-26",
        "2010-08-27",
        "2010-08-28",
        "2010-08-29",
        "2010-08-30",
        "2010-08-31",
        "2010-09-01",
        "2010-09-02",
        "2010-09-03",
        "2010-09-04",
        "2010-09-05",
        "2010-09-06",
        "2010-09-07",
        "2010-09-08",
        "2010-09-09",
        "2010-09-10",
        "2010-09-11",
        "2010-09-12",
        "2010-09-13",
        "2010-09-14",
        "2010-09-15",
        "2010-09-16",
        "2010-09-17",
        "2010-09-18",
        "2010-09-19",
        "2010-09-20",
        "2010-09-21",
        "2010-09-22",
        "2010-09-23",
        "2010-09-24",
        "2010-09-25",
        "2010-09-26",
        "2010-09-27",
        "2010-09-28",
        "2010-09-29",
        "2010-09-30",
        "2010-10-01",
        "2010-10-02",
        "2010-10-03",
        "2010-10-04",
        "2010-10-05",
        "2010-10-06",
        "2010-10-07",
        "2010-10-08",
        "2010-10-09",
        "2010-10-10",
        "2010-10-11",
        "2010-10-12",
        "2010-10-13",
        "2010-10-14",
        "2010-10-15",
        "2010-10-16",
        "2010-10-17",
        "2010-10-18",
        "2010-10-19",
        "2010-10-20",
        "2010-10-21",
        "2010-10-22",
        "2010-10-23",
        "2010-10-24",
        "2010-10-25",
        "2010-10-26",
        "2010-10-27",
        "2010-10-28",
        "2010-10-29",
        "2010-10-30",
        "2010-10-31",
        "2010-11-01",
        "2010-11-02",
        "2010-11-03",
        "2010-11-04",
        "2010-11-05",
        "2010-11-06",
        "2010-11-07",
        "2010-11-08",
        "2010-11-09",
        "2010-11-10",
        "2010-11-11",
        "2010-11-12",
        "2010-11-13",
        "2010-11-14",
        "2010-11-15",
        "2010-11-16",
        "2010-11-17",
        "2010-11-18",
        "2010-11-19",
        "2010-11-20",
        "2010-11-21",
        "2010-11-22",
        "2010-11-23",
        "2010-11-24",
        "2010-11-25",
        "2010-11-26",
        "2010-11-27",
        "2010-11-28",
        "2010-11-29",
        "2010-11-30",
        "2010-12-01",
        "2010-12-02",
        "2010-12-03",
        "2010-12-04",
        "2010-12-05",
        "2010-12-06",
        "2010-12-07",
        "2010-12-08",
        "2010-12-09",
        "2010-12-10",
        "2010-12-11",
        "2010-12-12",
        "2010-12-13",
        "2010-12-14",
        "2010-12-15",
        "2010-12-16",
        "2010-12-17",
        "2010-12-18",
        "2010-12-19",
        "2010-12-20",
        "2010-12-21",
        "2010-12-22",
        "2010-12-23",
        "2010-12-24",
        "2010-12-25",
        "2010-12-26",
        "2010-12-27",
        "2010-12-28",
        "2010-12-29",
        "2010-12-30",
        "2010-12-31",
        "2011-01-01",
        "2011-01-02",
        "2011-01-03",
        "2011-01-04",
        "2011-01-05",
        "2011-01-06",
        "2011-01-07",
        "2011-01-08",
        "2011-01-09",
        "2011-01-10",
        "2011-01-11",
        "2011-01-12",
        "2011-01-13",
        "2011-01-14",
        "2011-01-15",
        "2011-01-16",
        "2011-01-17",
        "2011-01-18",
        "2011-01-19",
        "2011-01-20",
        "2011-01-21",
        "2011-01-22",
        "2011-01-23",
        "2011-01-24",
        "2011-01-25",
        "2011-01-26",
        "2011-01-27",
        "2011-01-28",
        "2011-01-29",
        "2011-01-30",
        "2011-01-31",
        "2011-02-01",
        "2011-02-02",
        "2011-02-03",
        "2011-02-04",
        "2011-02-05",
        "2011-02-06",
        "2011-02-07",
        "2011-02-08",
        "2011-02-09",
        "2011-02-10",
        "2011-02-11",
        "2011-02-12",
        "2011-02-13",
        "2011-02-14",
        "2011-02-15",
        "2011-02-16",
        "2011-02-17",
        "2011-02-18",
        "2011-02-19",
        "2011-02-20",
        "2011-02-21",
        "2011-02-22",
        "2011-02-23",
        "2011-02-24",
        "2011-02-25",
        "2011-02-26",
        "2011-02-27",
        "2011-02-28",
        "2011-03-01",
        "2011-03-02",
        "2011-03-03",
        "2011-03-04",
        "2011-03-05",
        "2011-03-06",
        "2011-03-07",
        "2011-03-08",
        "2011-03-09",
        "2011-03-10",
        "2011-03-11",
        "2011-03-12",
        "2011-03-13",
        "2011-03-14",
        "2011-03-15",
        "2011-03-16",
        "2011-03-17",
        "2011-03-18",
        "2011-03-19",
        "2011-03-20",
        "2011-03-21",
        "2011-03-22",
        "2011-03-23",
        "2011-03-24",
        "2011-03-25",
        "2011-03-26",
        "2011-03-27",
        "2011-03-28",
        "2011-03-29",
        "2011-03-30",
        "2011-03-31",
        "2011-04-01",
        "2011-04-02",
        "2011-04-03",
        "2011-04-04",
        "2011-04-05",
        "2011-04-06",
        "2011-04-07",
        "2011-04-08",
        "2011-04-09",
        "2011-04-10",
        "2011-04-11",
        "2011-04-12",
        "2011-04-13",
        "2011-04-14",
        "2011-04-15",
        "2011-04-16",
        "2011-04-17",
        "2011-04-18",
        "2011-04-19",
        "2011-04-20",
        "2011-04-21",
        "2011-04-22",
        "2011-04-23",
        "2011-04-24",
        "2011-04-25",
        "2011-04-26",
        "2011-04-27",
        "2011-04-28",
        "2011-04-29",
        "2011-04-30",
        "2011-05-01",
        "2011-05-02",
        "2011-05-03",
        "2011-05-04",
        "2011-05-05",
        "2011-05-06",
        "2011-05-07",
        "2011-05-08",
        "2011-05-09",
        "2011-05-10",
        "2011-05-11",
        "2011-05-12",
        "2011-05-13",
        "2011-05-14",
        "2011-05-15",
        "2011-05-16",
        "2011-05-17",
        "2011-05-18",
        "2011-05-19",
        "2011-05-20",
        "2011-05-21",
        "2011-05-22",
        "2011-05-23",
        "2011-05-24",
        "2011-05-25",
        "2011-05-26",
        "2011-05-27",
        "2011-05-28",
        "2011-05-29",
        "2011-05-30",
        "2011-05-31",
        "2011-06-01",
        "2011-06-02",
        "2011-06-03",
        "2011-06-04",
        "2011-06-05",
        "2011-06-06",
        "2011-06-07",
        "2011-06-08",
        "2011-06-09",
        "2011-06-10",
        "2011-06-11",
        "2011-06-12",
        "2011-06-13",
        "2011-06-14",
        "2011-06-15",
        "2011-06-16",
        "2011-06-17",
        "2011-06-18",
        "2011-06-19",
        "2011-06-20",
        "2011-06-21",
        "2011-06-22",
        "2011-06-23",
        "2011-06-24",
        "2011-06-25",
        "2011-06-26",
        "2011-06-27",
        "2011-06-28",
        "2011-06-29",
        "2011-06-30",
        "2011-07-01",
        "2011-07-02",
        "2011-07-03",
        "2011-07-04",
        "2011-07-05",
        "2011-07-06",
        "2011-07-07",
        "2011-07-08",
        "2011-07-09",
        "2011-07-10",
        "2011-07-11",
        "2011-07-12",
        "2011-07-13",
        "2011-07-14",
        "2011-07-15",
        "2011-07-16",
        "2011-07-17",
        "2011-07-18",
        "2011-07-19",
        "2011-07-20",
        "2011-07-21",
        "2011-07-22",
        "2011-07-23",
        "2011-07-24",
        "2011-07-25",
        "2011-07-26",
        "2011-07-27",
        "2011-07-28",
        "2011-07-29",
        "2011-07-30",
        "2011-07-31",
        "2011-08-01",
        "2011-08-02",
        "2011-08-03",
        "2011-08-04",
        "2011-08-05",
        "2011-08-06",
        "2011-08-07",
        "2011-08-08",
        "2011-08-09",
        "2011-08-10",
        "2011-08-11",
        "2011-08-12",
        "2011-08-13",
        "2011-08-14",
        "2011-08-15",
        "2011-08-16",
        "2011-08-17",
        "2011-08-18",
        "2011-08-19",
        "2011-08-20",
        "2011-08-21",
        "2011-08-22",
        "2011-08-23",
        "2011-08-24",
        "2011-08-25",
        "2011-08-26",
        "2011-08-27",
        "2011-08-28",
        "2011-08-29",
        "2011-08-30",
        "2011-08-31",
        "2011-09-01",
        "2011-09-02",
        "2011-09-03",
        "2011-09-04",
        "2011-09-05",
        "2011-09-06",
        "2011-09-07",
        "2011-09-08",
        "2011-09-09",
        "2011-09-10",
        "2011-09-11",
        "2011-09-12",
        "2011-09-13",
        "2011-09-14",
        "2011-09-15",
        "2011-09-16",
        "2011-09-17",
        "2011-09-18",
        "2011-09-19",
        "2011-09-20",
        "2011-09-21",
        "2011-09-22",
        "2011-09-23",
        "2011-09-24",
        "2011-09-25",
        "2011-09-26",
        "2011-09-27",
        "2011-09-28",
        "2011-09-29",
        "2011-09-30",
        "2011-10-01",
        "2011-10-02",
        "2011-10-03",
        "2011-10-04",
        "2011-10-05",
        "2011-10-06",
        "2011-10-07",
        "2011-10-08",
        "2011-10-09",
        "2011-10-10",
        "2011-10-11",
        "2011-10-12",
        "2011-10-13",
        "2011-10-14",
        "2011-10-15",
        "2011-10-16",
        "2011-10-17",
        "2011-10-18",
        "2011-10-19",
        "2011-10-20",
        "2011-10-21",
        "2011-10-22",
        "2011-10-23",
        "2011-10-24",
        "2011-10-25",
        "2011-10-26",
        "2011-10-27",
        "2011-10-28",
        "2011-10-29",
        "2011-10-30",
        "2011-10-31",
        "2011-11-01",
        "2011-11-02",
        "2011-11-03",
        "2011-11-04",
        "2011-11-05",
        "2011-11-06",
        "2011-11-07",
        "2011-11-08",
        "2011-11-09",
        "2011-11-10",
        "2011-11-11",
        "2011-11-12",
        "2011-11-13",
        "2011-11-14",
        "2011-11-15",
        "2011-11-16",
        "2011-11-17",
        "2011-11-18",
        "2011-11-19",
        "2011-11-20",
        "2011-11-21",
        "2011-11-22",
        "2011-11-23",
        "2011-11-24",
        "2011-11-25",
        "2011-11-26",
        "2011-11-27",
        "2011-11-28",
        "2011-11-29",
        "2011-11-30",
        "2011-12-01",
        "2011-12-02",
        "2011-12-03",
        "2011-12-04",
        "2011-12-05",
        "2011-12-06",
        "2011-12-07",
        "2011-12-08",
        "2011-12-09",
        "2011-12-10",
        "2011-12-11",
        "2011-12-12",
        "2011-12-13",
        "2011-12-14",
        "2011-12-15",
        "2011-12-16",
        "2011-12-17",
        "2011-12-18",
        "2011-12-19",
        "2011-12-20",
        "2011-12-21",
        "2011-12-22",
        "2011-12-23",
        "2011-12-24",
        "2011-12-25",
        "2011-12-26",
        "2011-12-27",
        "2011-12-28",
        "2011-12-29",
        "2011-12-30",
        "2011-12-31"
      ],
      "rows": 7,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "auto_penalize",
      "title": "Penalize a cost function with a guessed penalty function",
      "topics": [
        "auto_penalize"
      ]
    },
    {
      "page": "berlin",
      "title": "Daily temperatures from weather stations in Berlin",
      "topics": [
        "berlin"
      ]
    },
    {
      "page": "exactalg",
      "title": "Segment data into exact change points",
      "topics": [
        "exactalg"
      ]
    },
    {
      "page": "hieralg",
      "title": "Segment data into change points assuming hierarchical structure",
      "topics": [
        "hieralg"
      ]
    },
    {
      "page": "hybridalg",
      "title": "Segment data into change points using a mixed hierarchical-exact approach",
      "topics": [
        "hybridalg"
      ]
    },
    {
      "page": "multivariate",
      "title": "Efficient Logarithmic Discrete Multivariate Likelihood estimation",
      "topics": [
        "multivariate"
      ]
    },
    {
      "page": "print.segmentr",
      "title": "Print a segmentr object",
      "topics": [
        "print.segmentr"
      ]
    },
    {
      "page": "r_multivariate",
      "title": "Logarithmic Discrete Multivariate Likelihood estimation function implemented in R",
      "topics": [
        "r_multivariate"
      ]
    },
    {
      "page": "segment",
      "title": "Segment data into change points",
      "topics": [
        "segment"
      ]
    }
  ],
  "_readme": "https://github.com/segmentr-package/segmentr/raw/HEAD/README.md",
  "_rundeps": [
    "codetools",
    "foreach",
    "glue",
    "iterators",
    "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": "segmentr.Rmd",
      "filename": "segmentr.html",
      "title": "Segmenting data with Segmentr",
      "author": "Thales Mello",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Understanding the data",
        "Building the likelihood",
        "Penalizing the likelihood function",
        "Reducing granularity",
        "A non-usual likelihood function"
      ],
      "created": "2019-01-07 09:48:45",
      "modified": "2019-08-28 18:36:46",
      "commits": 10
    }
  ],
  "_score": 4.5910646070264995,
  "_indexed": true,
  "_nocasepkg": "segmentr",
  "_universes": [
    "segmentr-package",
    "thalesmello"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-23T10:26:59.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "a75c0affff108c9b29493b96a76a7b21b14389fe",
      "fileid": "187f79f586f04192d150c108fb60fc7076b796a70402f2bd4b105167d0fa9d9e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/segmentr-package/actions/runs/28019199876"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-23T10:26:37.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "a75c0affff108c9b29493b96a76a7b21b14389fe",
      "fileid": "99919396bfbff64dcc51b01e6037cb8d0fbbf9ed8f5d2afb95dd088ee854aeba",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/segmentr-package/actions/runs/28019199876"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-23T10:26:53.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "a75c0affff108c9b29493b96a76a7b21b14389fe",
      "fileid": "efd1767157326188ee7ab5b3035c8d9b1c314db592b4191f23e0bd371b790f8f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/segmentr-package/actions/runs/28019199876"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-23T10:26:32.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "a75c0affff108c9b29493b96a76a7b21b14389fe",
      "fileid": "22dab929f8860d4f674fd203d8c3c6e6d58a556deffc6748f23e3bc7ab8ce4a9",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/segmentr-package/actions/runs/28019199876"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-23T10:26:56.000Z",
      "arch": "aarch64",
      "commit": "a75c0affff108c9b29493b96a76a7b21b14389fe",
      "fileid": "b7a552054a108d0cc2486dd591450dba7c5f4976f9b35be851ba1a7d86606184",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/segmentr-package/actions/runs/28019199876"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-23T10:30:23.000Z",
      "arch": "x86_64",
      "commit": "a75c0affff108c9b29493b96a76a7b21b14389fe",
      "fileid": "035ab817e7ed16f2d3ec37343cdd2209dbbc49b41a7d7f440d9c2dde0ed04759",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/segmentr-package/actions/runs/28019199876"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-23T10:26:23.000Z",
      "arch": "aarch64",
      "commit": "a75c0affff108c9b29493b96a76a7b21b14389fe",
      "fileid": "682494c9197b571709a5ccca57d5903bb584f2e6181a60f79e4f2fd8e659ab50",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/segmentr-package/actions/runs/28019199876"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-23T10:28:01.000Z",
      "arch": "x86_64",
      "commit": "a75c0affff108c9b29493b96a76a7b21b14389fe",
      "fileid": "d8d4de3617e18c81f8c9ad674aae717f274218daf99a09c42bdb1a66f28d7241",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/segmentr-package/actions/runs/28019199876"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-23T10:26:36.000Z",
      "arch": "emscripten",
      "commit": "a75c0affff108c9b29493b96a76a7b21b14389fe",
      "fileid": "2e737b3cd0331f1e7b59907148c15cfc5f267624a2544f3278b1a3699630aa3b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/segmentr-package/actions/runs/28019199876"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-23T10:25:55.000Z",
      "arch": "x86_64",
      "commit": "a75c0affff108c9b29493b96a76a7b21b14389fe",
      "fileid": "1181f736f262f521074bdc99289d81dea34714aac227cd7f1111917dfca43557",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/segmentr-package/actions/runs/28019199876"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-23T10:25:38.000Z",
      "arch": "x86_64",
      "commit": "a75c0affff108c9b29493b96a76a7b21b14389fe",
      "fileid": "2bf07901c9ee69351d642b594be9579bf5236580e853df8d176fb44b8cd567ad",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/segmentr-package/actions/runs/28019199876"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-23T10:26:10.000Z",
      "arch": "x86_64",
      "commit": "a75c0affff108c9b29493b96a76a7b21b14389fe",
      "fileid": "affe9b3734e84c160d22dd53a720759f8414e7a6d2062f9cbbd4d82e81b25f35",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/segmentr-package/actions/runs/28019199876"
    }
  ]
}