{
  "_id": "6a153e36acfb0bcc41d54eec",
  "Package": "PeakSegOptimal",
  "Authors@R": "person(given = c(\"Toby\", \"Dylan\"),\nfamily = \"Hocking\",\nrole = c(\"aut\", \"cre\"),\nemail = \"toby.hocking@r-project.org\")",
  "Version": "2024.10.1",
  "License": "GPL-3",
  "URL": "https://github.com/tdhock/PeakSegOptimal",
  "BugReports": "https://github.com/tdhock/PeakSegOptimal/issues",
  "Title": "Optimal Segmentation Subject to Up-Down Constraints",
  "Description": "Computes optimal changepoint models using the Poisson\nlikelihood for non-negative count data, subject to the PeakSeg\nconstraint: the first change must be up, second change down,\nthird change up, etc. For more info about the models and\nalgorithms, read \"Constrained Dynamic Programming and\nSupervised Penalty Learning Algorithms for Peak Detection\"\n<https://jmlr.org/papers/v21/18-843.html> by TD Hocking et al.",
  "Remotes": [
    "tdhock/cosegData"
  ],
  "Repository": "https://tdhock.r-universe.dev",
  "Date/Publication": "2026-03-27 18:50:00 UTC",
  "RemoteUrl": "https://github.com/tdhock/peaksegoptimal",
  "RemoteRef": "HEAD",
  "RemoteSha": "40b762a4ac7f0ff13455848029e686248a6f63d5",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-26 06:21:08 UTC",
    "User": "root"
  },
  "Author": "Toby Dylan Hocking [aut, cre]",
  "Maintainer": "Toby Dylan Hocking <toby.hocking@r-project.org>",
  "MD5sum": "bc974c34e072e128b1406f8b718a40d3",
  "_user": "tdhock",
  "_type": "src",
  "_file": "PeakSegOptimal_2024.10.1.tar.gz",
  "_fileid": "90986cbc29bf6f83235c6cbcd57b62ac033fa5de33afc5bbdb85f824bf554c53",
  "_filesize": 261770,
  "_sha256": "90986cbc29bf6f83235c6cbcd57b62ac033fa5de33afc5bbdb85f824bf554c53",
  "_created": "2026-05-26T06:21:08.000Z",
  "_published": "2026-05-26T06:31:18.328Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77818993530,
      "time": 163,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7210271620"
    },
    {
      "job": 77818993536,
      "time": 167,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7210272514"
    },
    {
      "job": 77818993563,
      "time": 178,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210275097"
    },
    {
      "job": 77818993537,
      "time": 155,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210269643"
    },
    {
      "job": 77818993584,
      "time": 122,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7210292522"
    },
    {
      "job": 77818993598,
      "time": 252,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7210303857"
    },
    {
      "job": 77818993567,
      "time": 113,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210292177"
    },
    {
      "job": 77818993573,
      "time": 352,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210329155"
    },
    {
      "job": 77818277140,
      "time": 379,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210232724"
    },
    {
      "job": 77818993494,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210257359"
    },
    {
      "job": 77818993516,
      "time": 324,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7210310872"
    },
    {
      "job": 77818993521,
      "time": 287,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7210301430"
    },
    {
      "job": 77818993517,
      "time": 380,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210325724"
    }
  ],
  "_buildurl": "https://github.com/r-universe/tdhock/actions/runs/26435795488",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/tdhock/peaksegoptimal",
  "_commit": {
    "id": "40b762a4ac7f0ff13455848029e686248a6f63d5",
    "author": "Toby Dylan Hocking <toby.hocking@r-project.org>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #25 from williamzhang7792/github-actions\n\nconvert CI from Travis to GitHub Actions",
    "time": 1774637400
  },
  "_maintainer": {
    "name": "Toby Dylan Hocking",
    "email": "toby.hocking@r-project.org",
    "login": "tdhock",
    "description": "",
    "uuid": 932850
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "penaltyLearning",
      "role": "Imports"
    },
    {
      "package": "PeakSegDP",
      "version": ">= 2016.08.06",
      "role": "Suggests"
    },
    {
      "package": "cosegData",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "data.table",
      "version": ">= 1.9.8",
      "role": "Suggests"
    }
  ],
  "_owner": "tdhock",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-13",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 6,
  "_contributors": [
    {
      "user": "tdhock",
      "count": 253,
      "uuid": 932850
    },
    {
      "user": "williamzhang7792",
      "count": 6,
      "uuid": 141804129
    },
    {
      "user": "azamlynny",
      "count": 1,
      "uuid": 32941757
    }
  ],
  "_userbio": {
    "uuid": 932850,
    "type": "user",
    "name": "Toby Dylan Hocking"
  },
  "_downloads": {
    "count": 287,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/PeakSegOptimal"
  },
  "_devurl": "https://github.com/tdhock/peaksegoptimal",
  "_searchresults": 37,
  "_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/PeakSegOptimal.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/tdhock/peaksegoptimal",
  "_realowner": "tdhock",
  "_cranurl": true,
  "_releases": [
    {
      "version": "2017.06.20",
      "date": "2017-06-21"
    },
    {
      "version": "2017.07.11",
      "date": "2017-07-11"
    },
    {
      "version": "2017.07.12",
      "date": "2017-07-12"
    },
    {
      "version": "2018.05.25",
      "date": "2018-05-25"
    },
    {
      "version": "2024.1.24",
      "date": "2024-01-24"
    },
    {
      "version": "2024.10.1",
      "date": "2024-10-02"
    }
  ],
  "_exports": [
    "oracleModelComplexity",
    "PeakSegFPOP",
    "PeakSegFPOPchrom",
    "PeakSegPDPA",
    "PeakSegPDPAchrom",
    "PeakSegPDPAInf",
    "PoissonLoss"
  ],
  "_datasets": [
    {
      "name": "H3K4me3_PGP_immune_chunk24",
      "title": "H3K4me3_PGP_immune ChIP-seq data set chunk 24",
      "object": "H3K4me3_PGP_immune_chunk24",
      "file": "H3K4me3_PGP_immune_chunk24.RData",
      "class": [
        "data.frame"
      ],
      "fields": [
        "cell.type",
        "sample.id",
        "chromStart",
        "chromEnd",
        "coverage"
      ],
      "rows": 66713,
      "table": true,
      "tojson": true
    },
    {
      "name": "H3K4me3_XJ_immune_chunk1",
      "title": "H3K4me3_XJ_immune chunk 1",
      "object": "H3K4me3_XJ_immune_chunk1",
      "file": "H3K4me3_XJ_immune_chunk1.RData",
      "class": [
        "data.frame"
      ],
      "fields": [
        "cell.type",
        "sample.id",
        "chromStart",
        "chromEnd",
        "coverage"
      ],
      "rows": 18027,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "H3K4me3_PGP_immune_chunk24",
      "title": "H3K4me3_PGP_immune ChIP-seq data set chunk 24",
      "topics": [
        "H3K4me3_PGP_immune_chunk24"
      ]
    },
    {
      "page": "H3K4me3_XJ_immune_chunk1",
      "title": "H3K4me3_XJ_immune chunk 1",
      "topics": [
        "H3K4me3_XJ_immune_chunk1"
      ]
    },
    {
      "page": "oracleModelComplexity",
      "title": "oracleModelComplexity",
      "topics": [
        "oracleModelComplexity"
      ]
    },
    {
      "page": "PeakSegFPOP",
      "title": "PeakSegFPOP",
      "topics": [
        "PeakSegFPOP"
      ]
    },
    {
      "page": "PeakSegFPOPchrom",
      "title": "PeakSegFPOPchrom",
      "topics": [
        "PeakSegFPOPchrom"
      ]
    },
    {
      "page": "PeakSegPDPA",
      "title": "PeakSegPDPA",
      "topics": [
        "PeakSegPDPA"
      ]
    },
    {
      "page": "PeakSegPDPAchrom",
      "title": "PeakSegPDPAchrom",
      "topics": [
        "PeakSegPDPAchrom"
      ]
    },
    {
      "page": "PeakSegPDPAInf",
      "title": "PeakSegPDPAInf",
      "topics": [
        "PeakSegPDPAInf"
      ]
    },
    {
      "page": "PoissonLoss",
      "title": "PoissonLoss",
      "topics": [
        "PoissonLoss"
      ]
    }
  ],
  "_rundeps": [
    "cli",
    "cpp11",
    "data.table",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "penaltyLearning",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_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"
    }
  ],
  "_score": 3.64738297011462,
  "_indexed": true,
  "_nocasepkg": "peaksegoptimal",
  "_universes": [
    "tdhock"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2024.10.1",
      "date": "2026-05-26T06:26:05.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "40b762a4ac7f0ff13455848029e686248a6f63d5",
      "fileid": "7a2181d55953fd06c09e983999b366bc1a7033da3eba88efde88c19a228c9343",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26435795488"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2024.10.1",
      "date": "2026-05-26T06:26:02.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "40b762a4ac7f0ff13455848029e686248a6f63d5",
      "fileid": "93840dbe06cdd60dc6d012eb26f7291a25b3b5ccd6a13fcc245efe5d3fda4ce3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26435795488"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2024.10.1",
      "date": "2026-05-26T06:26:19.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "40b762a4ac7f0ff13455848029e686248a6f63d5",
      "fileid": "ee6e948a2f829c5f737179640d8480b6e1afc3a6c5754869538a7a043a24958c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26435795488"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2024.10.1",
      "date": "2026-05-26T06:25:50.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "40b762a4ac7f0ff13455848029e686248a6f63d5",
      "fileid": "4588d4c7dcd2f957b79dbd0d72914ba34f145bce62ac1228cbf41bcac2f2e8ca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26435795488"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2024.10.1",
      "date": "2026-05-26T06:27:48.000Z",
      "arch": "aarch64",
      "commit": "40b762a4ac7f0ff13455848029e686248a6f63d5",
      "fileid": "1499dc28e0b63db65410476dfea6eabc02e93c9c201cee0d926f4e1f3ae6c247",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26435795488"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2024.10.1",
      "date": "2026-05-26T06:27:26.000Z",
      "arch": "x86_64",
      "commit": "40b762a4ac7f0ff13455848029e686248a6f63d5",
      "fileid": "85ce8c24209c509382c566e081754b55e6a8326c96271742154200a2c1597521",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26435795488"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2024.10.1",
      "date": "2026-05-26T06:27:45.000Z",
      "arch": "aarch64",
      "commit": "40b762a4ac7f0ff13455848029e686248a6f63d5",
      "fileid": "a97925e1a0ed963c81d7342abaf63978f4299b9905955215dc270e3fc97cb8e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26435795488"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2024.10.1",
      "date": "2026-05-26T06:28:48.000Z",
      "arch": "x86_64",
      "commit": "40b762a4ac7f0ff13455848029e686248a6f63d5",
      "fileid": "e72b3eea09290cd1ea10a473f9353bc6e12f5705a0389e3600683de1b256f1a5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26435795488"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2024.10.1",
      "date": "2026-05-26T06:26:01.000Z",
      "arch": "emscripten",
      "commit": "40b762a4ac7f0ff13455848029e686248a6f63d5",
      "fileid": "00923923e42cbffb6cf6b38e30a4789ab289a30c6f5777be4550b3618585d6b0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26435795488"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2024.10.1",
      "date": "2026-05-26T06:25:14.000Z",
      "arch": "x86_64",
      "commit": "40b762a4ac7f0ff13455848029e686248a6f63d5",
      "fileid": "170c303dd8166b96f5196555ed5075c4a552be0738bf018d58effe10b434f6d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26435795488"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2024.10.1",
      "date": "2026-05-26T06:25:12.000Z",
      "arch": "x86_64",
      "commit": "40b762a4ac7f0ff13455848029e686248a6f63d5",
      "fileid": "39da477631849ea09b33ae6ba52d352577063a9afd1d8bc437306e383ec027a4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26435795488"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2024.10.1",
      "date": "2026-05-26T06:26:01.000Z",
      "arch": "x86_64",
      "commit": "40b762a4ac7f0ff13455848029e686248a6f63d5",
      "fileid": "da0f52d630642ff49ad3cd3ced47f28db5e02f4a16ed38209f21cf89be23f434",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26435795488"
    }
  ]
}