{
  "_id": "6a1bfed21d7bb097a0a28b68",
  "Package": "penaltyLearning",
  "Maintainer": "Toby Dylan Hocking <toby.hocking@r-project.org>",
  "Authors@R": "person(\ngiven = c(\"Toby\", \"Dylan\"),\nfamily = \"Hocking\",\nrole = c(\"aut\", \"cre\"),\nemail = \"toby.hocking@r-project.org\")",
  "Version": "2024.9.3",
  "License": "GPL-3",
  "Title": "Penalty Learning",
  "Description": "Implementations of algorithms from Learning Sparse\nPenalties for Change-point Detection using Max Margin Interval\nRegression, by Hocking, Rigaill, Vert, Bach\n<http://proceedings.mlr.press/v28/hocking13.html> published in\nproceedings of ICML2013.",
  "URL": "https://github.com/tdhock/penaltyLearning",
  "BugReports": "https://github.com/tdhock/penaltyLearning/issues",
  "Repository": "https://tdhock.r-universe.dev",
  "Date/Publication": "2024-10-02 02:31:04 UTC",
  "RemoteUrl": "https://github.com/tdhock/penaltylearning",
  "RemoteRef": "HEAD",
  "RemoteSha": "1c0e2ea199ffb8712448e3a4f5d5a93321199939",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-31 09:19:15 UTC",
    "User": "root"
  },
  "Author": "Toby Dylan Hocking [aut, cre]",
  "MD5sum": "96c31a2faabd4a458f424bc3647900b4",
  "_user": "tdhock",
  "_type": "src",
  "_file": "penaltyLearning_2024.9.3.tar.gz",
  "_fileid": "7b7aa59547b1414208c8ee80118a609eaa26db2bfc0c0a9a2ac29144d87be065",
  "_filesize": 5517246,
  "_sha256": "7b7aa59547b1414208c8ee80118a609eaa26db2bfc0c0a9a2ac29144d87be065",
  "_created": "2026-05-31T09:19:15.000Z",
  "_published": "2026-05-31T09:26:42.412Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78714893514,
      "time": 162,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315565010"
    },
    {
      "job": 78714893531,
      "time": 167,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315565691"
    },
    {
      "job": 78714893524,
      "time": 160,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315564730"
    },
    {
      "job": 78714893522,
      "time": 179,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315566750"
    },
    {
      "job": 78714893516,
      "time": 192,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315568023"
    },
    {
      "job": 78714893525,
      "time": 406,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315590458"
    },
    {
      "job": 78714893518,
      "time": 147,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315563474"
    },
    {
      "job": 78714893510,
      "time": 220,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315571247"
    },
    {
      "job": 78714715802,
      "time": 208,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315546840"
    },
    {
      "job": 78714893500,
      "time": 116,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315560022"
    },
    {
      "job": 78714893513,
      "time": 165,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315565321"
    },
    {
      "job": 78714893523,
      "time": 132,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315561827"
    },
    {
      "job": 78714893517,
      "time": 148,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315563577"
    }
  ],
  "_buildurl": "https://github.com/r-universe/tdhock/actions/runs/26708663313",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/tdhock/penaltylearning",
  "_commit": {
    "id": "1c0e2ea199ffb8712448e3a4f5d5a93321199939",
    "author": "Toby Dylan Hocking <toby.hocking@r-project.org>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #24 from tdhock/fix-no-remap\n\nno remap true",
    "time": 1727836264
  },
  "_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": "data.table",
      "version": ">= 1.9.8",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "neuroblastoma",
      "role": "Suggests"
    },
    {
      "package": "jointseg",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "future",
      "role": "Suggests"
    },
    {
      "package": "future.apply",
      "role": "Suggests"
    },
    {
      "package": "PeakSegDP",
      "role": "Suggests"
    },
    {
      "package": "PeakError",
      "role": "Suggests"
    },
    {
      "package": "PeakSegOptimal",
      "role": "Suggests"
    },
    {
      "package": "directlabels",
      "version": ">= 2017.03.31",
      "role": "Suggests"
    }
  ],
  "_owner": "tdhock",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [],
  "_tags": [],
  "_stars": 16,
  "_contributors": [
    {
      "user": "tdhock",
      "count": 290,
      "uuid": 932850
    },
    {
      "user": "aldro61",
      "count": 1,
      "uuid": 2374980
    }
  ],
  "_userbio": {
    "uuid": 932850,
    "type": "user",
    "name": "Toby Dylan Hocking"
  },
  "_downloads": {
    "count": 892,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/penaltyLearning"
  },
  "_devurl": "https://github.com/tdhock/penaltylearning",
  "_searchresults": 119,
  "_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/penaltyLearning.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/tdhock/penaltylearning",
  "_realowner": "tdhock",
  "_cranurl": true,
  "_releases": [
    {
      "version": "2017.05.08",
      "date": "2017-06-07"
    },
    {
      "version": "2017.06.14",
      "date": "2017-06-19"
    },
    {
      "version": "2017.07.11",
      "date": "2017-07-11"
    },
    {
      "version": "2017.12.08",
      "date": "2017-12-08"
    },
    {
      "version": "2018.09.04",
      "date": "2018-09-10"
    },
    {
      "version": "2019.5.29",
      "date": "2019-06-09"
    },
    {
      "version": "2020.5.13",
      "date": "2020-05-14"
    },
    {
      "version": "2023.8.31",
      "date": "2023-09-06"
    },
    {
      "version": "2024.1.25",
      "date": "2024-02-01"
    },
    {
      "version": "2024.9.3",
      "date": "2024-10-02"
    }
  ],
  "_exports": [
    "change.colors",
    "change.labels",
    "changeLabel",
    "check_features_targets",
    "check_target_pred",
    "coef.IntervalRegression",
    "featureMatrix",
    "featureVector",
    "geom_tallrect",
    "GeomTallRect",
    "IntervalRegressionCV",
    "IntervalRegressionCVmargin",
    "IntervalRegressionInternal",
    "IntervalRegressionRegularized",
    "IntervalRegressionUnregularized",
    "labelError",
    "largestContinuousMinimumC",
    "largestContinuousMinimumR",
    "modelSelection",
    "modelSelectionC",
    "modelSelectionR",
    "plot.IntervalRegression",
    "predict.IntervalRegression",
    "print.IntervalRegression",
    "ROChange",
    "squared.hinge",
    "targetIntervalResidual",
    "targetIntervalROC",
    "targetIntervals",
    "theme_no_space"
  ],
  "_datasets": [
    {
      "name": "demo8",
      "title": "PeakSegFPOP demo data set",
      "object": "demo8",
      "file": "demo8.RData",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "neuroblastomaProcessed",
      "title": "Processed neuroblastoma data set with features and targets",
      "object": "neuroblastomaProcessed",
      "file": "neuroblastomaProcessed.RData",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "notConverging",
      "title": "Interval regression problem that was not converging",
      "object": "notConverging",
      "file": "notConverging.RData",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "oneSkip",
      "title": "oneSkip",
      "object": "oneSkip",
      "file": "oneSkip.RData",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "change.colors",
      "title": "change colors",
      "topics": [
        "change.colors"
      ]
    },
    {
      "page": "change.labels",
      "title": "change labels",
      "topics": [
        "change.labels"
      ]
    },
    {
      "page": "changeLabel",
      "title": "changeLabel",
      "topics": [
        "changeLabel"
      ]
    },
    {
      "page": "check_features_targets",
      "title": "check features targets",
      "topics": [
        "check_features_targets"
      ]
    },
    {
      "page": "check_target_pred",
      "title": "check target pred",
      "topics": [
        "check_target_pred"
      ]
    },
    {
      "page": "coef.IntervalRegression",
      "title": "coef IntervalRegression",
      "topics": [
        "coef.IntervalRegression"
      ]
    },
    {
      "page": "demo8",
      "title": "PeakSegFPOP demo data set",
      "topics": [
        "demo8"
      ]
    },
    {
      "page": "featureMatrix",
      "title": "featureMatrix",
      "topics": [
        "featureMatrix"
      ]
    },
    {
      "page": "featureVector",
      "title": "featureVector",
      "topics": [
        "featureVector"
      ]
    },
    {
      "page": "geom_tallrect",
      "title": "geom tallrect",
      "topics": [
        "geom_tallrect"
      ]
    },
    {
      "page": "GeomTallRect",
      "title": "GeomTallRect",
      "topics": [
        "GeomTallRect"
      ]
    },
    {
      "page": "IntervalRegressionCV",
      "title": "IntervalRegressionCV",
      "topics": [
        "IntervalRegressionCV"
      ]
    },
    {
      "page": "IntervalRegressionCVmargin",
      "title": "IntervalRegressionCVmargin",
      "topics": [
        "IntervalRegressionCVmargin"
      ]
    },
    {
      "page": "IntervalRegressionInternal",
      "title": "IntervalRegressionInternal",
      "topics": [
        "IntervalRegressionInternal"
      ]
    },
    {
      "page": "IntervalRegressionRegularized",
      "title": "IntervalRegressionRegularized",
      "topics": [
        "IntervalRegressionRegularized"
      ]
    },
    {
      "page": "IntervalRegressionUnregularized",
      "title": "IntervalRegressionUnregularized",
      "topics": [
        "IntervalRegressionUnregularized"
      ]
    },
    {
      "page": "labelError",
      "title": "Compute incorrect labels",
      "topics": [
        "labelError"
      ]
    },
    {
      "page": "largestContinuousMinimumC",
      "title": "largestContinuousMinimumC",
      "topics": [
        "largestContinuousMinimumC"
      ]
    },
    {
      "page": "largestContinuousMinimumR",
      "title": "largestContinuousMinimumR",
      "topics": [
        "largestContinuousMinimumR"
      ]
    },
    {
      "page": "modelSelection",
      "title": "Compute exact model selection function",
      "topics": [
        "modelSelection"
      ]
    },
    {
      "page": "modelSelectionC",
      "title": "Exact model selection function",
      "topics": [
        "modelSelectionC"
      ]
    },
    {
      "page": "modelSelectionR",
      "title": "Exact model selection function",
      "topics": [
        "modelSelectionR"
      ]
    },
    {
      "page": "neuroblastomaProcessed",
      "title": "Processed neuroblastoma data set with features and targets",
      "topics": [
        "neuroblastomaProcessed"
      ]
    },
    {
      "page": "notConverging",
      "title": "Interval regression problem that was not converging",
      "topics": [
        "notConverging"
      ]
    },
    {
      "page": "oneSkip",
      "title": "oneSkip",
      "topics": [
        "oneSkip"
      ]
    },
    {
      "page": "plot.IntervalRegression",
      "title": "plot IntervalRegression",
      "topics": [
        "plot.IntervalRegression"
      ]
    },
    {
      "page": "predict.IntervalRegression",
      "title": "predict IntervalRegression",
      "topics": [
        "predict.IntervalRegression"
      ]
    },
    {
      "page": "print.IntervalRegression",
      "title": "print IntervalRegression",
      "topics": [
        "print.IntervalRegression"
      ]
    },
    {
      "page": "ROChange",
      "title": "ROC curve for changepoints",
      "topics": [
        "ROChange"
      ]
    },
    {
      "page": "squared.hinge",
      "title": "squared hinge",
      "topics": [
        "squared.hinge"
      ]
    },
    {
      "page": "targetIntervalResidual",
      "title": "targetIntervalResidual",
      "topics": [
        "targetIntervalResidual"
      ]
    },
    {
      "page": "targetIntervalROC",
      "title": "targetIntervalROC",
      "topics": [
        "targetIntervalROC"
      ]
    },
    {
      "page": "targetIntervals",
      "title": "Compute target intervals",
      "topics": [
        "targetIntervals"
      ]
    },
    {
      "page": "theme_no_space",
      "title": "theme no space",
      "topics": [
        "theme_no_space"
      ]
    }
  ],
  "_rundeps": [
    "cli",
    "cpp11",
    "data.table",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "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"
    }
  ],
  "_vignettes": [
    {
      "source": "Definition.Rnw",
      "filename": "Definition.pdf",
      "title": "Definition of penalty function learning",
      "engine": "utils::Sweave",
      "headings": [],
      "created": "2017-04-17 19:22:08",
      "modified": "2017-11-27 23:38:16",
      "commits": 7
    }
  ],
  "_score": 6.0578181944321,
  "_indexed": true,
  "_nocasepkg": "penaltylearning",
  "_universes": [
    "tdhock"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2024.9.3",
      "date": "2026-05-31T09:21:29.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "1c0e2ea199ffb8712448e3a4f5d5a93321199939",
      "fileid": "b18c659eac1249a4ff7bab25233279f9148471a6b8b4094cca6e434c39f20c9a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26708663313"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2024.9.3",
      "date": "2026-05-31T09:21:25.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "1c0e2ea199ffb8712448e3a4f5d5a93321199939",
      "fileid": "addfc49f027cff68065fffd3fe48aac3fa1118d3330a29052e4c27e610eae58c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26708663313"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2024.9.3",
      "date": "2026-05-31T09:21:25.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "1c0e2ea199ffb8712448e3a4f5d5a93321199939",
      "fileid": "e63ed90b9ece08962e85a0940a8fc1623f8e54fb988c5ddc2dc08cf01da5b5d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26708663313"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2024.9.3",
      "date": "2026-05-31T09:21:33.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "1c0e2ea199ffb8712448e3a4f5d5a93321199939",
      "fileid": "ad769ad2d1dcc2652047a74309d1430ee31385093c8e770a7b01a0a23211d362",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26708663313"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2024.9.3",
      "date": "2026-05-31T09:21:35.000Z",
      "arch": "aarch64",
      "commit": "1c0e2ea199ffb8712448e3a4f5d5a93321199939",
      "fileid": "f6be952058584eb27ed1839aeef8e34f09c5fd2e138a89d594d7bfaf45010f32",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26708663313"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2024.9.3",
      "date": "2026-05-31T09:23:42.000Z",
      "arch": "x86_64",
      "commit": "1c0e2ea199ffb8712448e3a4f5d5a93321199939",
      "fileid": "0245a8909f878eb6829287ee7fbf2dcf6405a671feac568172c95de88b9a35f4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26708663313"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2024.9.3",
      "date": "2026-05-31T09:21:13.000Z",
      "arch": "aarch64",
      "commit": "1c0e2ea199ffb8712448e3a4f5d5a93321199939",
      "fileid": "7e3a9d2f2b67375b662e95fb971a27cd05cea2263ac00b14a31d7094cec3f1e5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26708663313"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2024.9.3",
      "date": "2026-05-31T09:21:57.000Z",
      "arch": "x86_64",
      "commit": "1c0e2ea199ffb8712448e3a4f5d5a93321199939",
      "fileid": "d6bb6c8f047d78df7892a7872e124421241021ce4539b8077d38ef1472548a89",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26708663313"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2024.9.3",
      "date": "2026-05-31T09:21:33.000Z",
      "arch": "emscripten",
      "commit": "1c0e2ea199ffb8712448e3a4f5d5a93321199939",
      "fileid": "5c5f8f2e29cc52b923e9fcc73e032373988883b7050fe10b74a2229cb34b5179",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26708663313"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2024.9.3",
      "date": "2026-05-31T09:20:42.000Z",
      "arch": "x86_64",
      "commit": "1c0e2ea199ffb8712448e3a4f5d5a93321199939",
      "fileid": "c4259e89ccb45dff5dc49dd53af2201dcbee86d9b71e0a82a4f98da031eda85f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26708663313"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2024.9.3",
      "date": "2026-05-31T09:20:30.000Z",
      "arch": "x86_64",
      "commit": "1c0e2ea199ffb8712448e3a4f5d5a93321199939",
      "fileid": "4be937e305a27e6f0fa00b13edad9b5a6f3af07e61c6964849a41430117b90a2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26708663313"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2024.9.3",
      "date": "2026-05-31T09:20:33.000Z",
      "arch": "x86_64",
      "commit": "1c0e2ea199ffb8712448e3a4f5d5a93321199939",
      "fileid": "6ab7e2e290df5e57bfac26bc74beeaab6a3cc6f64d8dfaabcaacdfdddef94162",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tdhock/actions/runs/26708663313"
    }
  ]
}