{
  "_id": "6a1f0312b401979e7341b45e",
  "Package": "ChangePointTaylor",
  "Type": "Package",
  "Title": "Identify Changes in Mean",
  "Version": "0.3",
  "Date": "2024-07-12",
  "Authors@R": "person(\"Michael\", \"Marks\", email = \"michaelmarks@analyticaconsulting.com\", role = c(\"aut\", \"cre\"))",
  "Maintainer": "Michael Marks <michaelmarks@analyticaconsulting.com>",
  "Description": "A basic implementation of the change in mean detection\nmethod outlined in: Taylor, Wayne A. (2000)\n<https://variation.com/wp-content/uploads/change-point-analyzer/change-point-analysis-a-powerful-new-tool-for-detecting-changes.pdf>.\nThe package recursively uses the mean-squared error change\npoint calculation to identify candidate change points. The\ncandidate change points are then re-estimated and Taylor's\nbackwards elimination process is then employed to come up with\na final set of change points. Many of the underlying functions\nare written in C++ for improved performance.",
  "License": "GPL (>= 2)",
  "LazyData": "true",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-18 08:07:40 UTC",
    "User": "root"
  },
  "Author": "Michael Marks [aut, cre]",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://mmarks13.r-universe.dev",
  "Date/Publication": "2024-07-17 17:13:53 UTC",
  "RemoteUrl": "https://github.com/mmarks13/changepointtaylor",
  "RemoteRef": "HEAD",
  "RemoteSha": "452219a1d67406b2f8ecfd67122cdacffd5c11fd",
  "MD5sum": "875f81ad8b5db88682529eca95df327b",
  "_user": "mmarks13",
  "_type": "src",
  "_file": "ChangePointTaylor_0.3.tar.gz",
  "_fileid": "0ef9d59dc033ff7a2bf11e674d2f75c39b4124f1b62b244d01c779958c8a0c29",
  "_filesize": 334437,
  "_sha256": "0ef9d59dc033ff7a2bf11e674d2f75c39b4124f1b62b244d01c779958c8a0c29",
  "_created": "2026-05-18T08:07:40.000Z",
  "_published": "2026-06-02T16:21:38.035Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79119178456,
      "time": 131,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7052576107"
    },
    {
      "job": 79119178568,
      "time": 143,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7052580245"
    },
    {
      "job": 79119179062,
      "time": 124,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052574007"
    },
    {
      "job": 79119179593,
      "time": 137,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052578285"
    },
    {
      "job": 79119179854,
      "time": 205,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7052589173"
    },
    {
      "job": 79119178473,
      "time": 287,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7052614363"
    },
    {
      "job": 79119178539,
      "time": 170,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052578989"
    },
    {
      "job": 79119178251,
      "time": 290,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052616532"
    },
    {
      "job": 79119177953,
      "time": 216,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052535932"
    },
    {
      "job": 79119177504,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7363590246"
    },
    {
      "job": 79119178252,
      "time": 124,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7052573726"
    },
    {
      "job": 79119178941,
      "time": 170,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7052588460"
    },
    {
      "job": 79119178724,
      "time": 108,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7052569413"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mmarks13/actions/runs/26021171047",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mmarks13/changepointtaylor",
  "_commit": {
    "id": "452219a1d67406b2f8ecfd67122cdacffd5c11fd",
    "author": "Michael Marks <mmarks13@gmail.com>",
    "committer": "Michael Marks <mmarks13@gmail.com>",
    "message": "updates for CRAN resubmission\n",
    "time": 1721236433
  },
  "_maintainer": {
    "name": "Michael Marks",
    "email": "michaelmarks@analyticaconsulting.com",
    "login": "mmarks13",
    "description": "A full-stack data scientist with original research in machine learning and clinical care. Experience includes 10+ years leading cross-functional teams",
    "uuid": 12403649
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.4",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "bench",
      "role": "Suggests"
    }
  ],
  "_owner": "mmarks13",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "mmarks13",
      "count": 4,
      "uuid": 12403649
    }
  ],
  "_userbio": {
    "uuid": 12403649,
    "type": "user",
    "name": "Michael Marks",
    "description": "A full-stack data scientist with original research in machine learning and clinical care. Experience includes 10+ years leading cross-functional teams"
  },
  "_downloads": {
    "count": 284,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ChangePointTaylor"
  },
  "_devurl": "https://github.com/mmarks13/changepointtaylor",
  "_searchresults": 7,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/ChangePointTaylor.html",
    "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",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mmarks13/changepointtaylor",
  "_realowner": "mmarks13",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-06-09"
    },
    {
      "version": "0.1.1",
      "date": "2021-02-22"
    },
    {
      "version": "0.2",
      "date": "2022-03-10"
    },
    {
      "version": "0.3",
      "date": "2024-07-14"
    }
  ],
  "_exports": [
    "change_point_analyzer"
  ],
  "_datasets": [
    {
      "name": "US_Trade_Deficit",
      "title": "US Trade Deficit Data: 1987-1988.",
      "object": "US_Trade_Deficit",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "date",
        "deficit_billions"
      ],
      "rows": 24,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "ChangePointTaylor-package",
      "title": "Identify Changes in Mean",
      "topics": [
        "ChangePointTaylor-package"
      ]
    },
    {
      "page": "change_point_analyzer",
      "title": "change_point_analyzer",
      "topics": [
        "change_point_analyzer"
      ]
    },
    {
      "page": "US_Trade_Deficit",
      "title": "US Trade Deficit Data: 1987-1988.",
      "topics": [
        "US_Trade_Deficit"
      ]
    }
  ],
  "_readme": "https://github.com/mmarks13/changepointtaylor/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "Rcpp",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "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": "ChangePointTaylor-vignette.Rmd",
      "filename": "ChangePointTaylor-vignette.html",
      "title": "Introduction to ChangePointTaylor",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Installation",
        "Example"
      ],
      "created": "2020-06-09 08:40:06",
      "modified": "2020-06-09 08:40:06",
      "commits": 1
    }
  ],
  "_score": 3.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "changepointtaylor",
  "_universes": [
    "mmarks13"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3",
      "date": "2026-05-18T08:09:51.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "452219a1d67406b2f8ecfd67122cdacffd5c11fd",
      "fileid": "ec2e7b7fb23346d48969cdd9270d2da183ae4a70f9cc5776ce11c519431750dd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mmarks13/actions/runs/26021171047"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3",
      "date": "2026-05-18T08:10:03.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "452219a1d67406b2f8ecfd67122cdacffd5c11fd",
      "fileid": "6bff08acb54d447fc5deeaefc94470825c7180f83be74e162e26f6a9423c4003",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mmarks13/actions/runs/26021171047"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3",
      "date": "2026-05-18T08:09:46.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "452219a1d67406b2f8ecfd67122cdacffd5c11fd",
      "fileid": "cf655b62d14cb5f81eb60e7dc8d4aacaacc3c2867b3a56c67842a3b09d5535f5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mmarks13/actions/runs/26021171047"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3",
      "date": "2026-05-18T08:09:56.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "452219a1d67406b2f8ecfd67122cdacffd5c11fd",
      "fileid": "51c7319e25ece15be07449417986d79a5fcf819e5b6ee533c35b37dc2e52481d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mmarks13/actions/runs/26021171047"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3",
      "date": "2026-05-18T08:10:26.000Z",
      "arch": "aarch64",
      "commit": "452219a1d67406b2f8ecfd67122cdacffd5c11fd",
      "fileid": "fb73ae770a31ab7fe42b89306abdbd73c4a0fecbc7e24177145ba168d7d94ebc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mmarks13/actions/runs/26021171047"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3",
      "date": "2026-05-18T08:11:42.000Z",
      "arch": "x86_64",
      "commit": "452219a1d67406b2f8ecfd67122cdacffd5c11fd",
      "fileid": "55735c2e22e2b1e2ee85a004796b69e512d2d2f5fc80870708c4a8abf3fc8489",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mmarks13/actions/runs/26021171047"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3",
      "date": "2026-05-18T08:09:57.000Z",
      "arch": "aarch64",
      "commit": "452219a1d67406b2f8ecfd67122cdacffd5c11fd",
      "fileid": "c810490ff50943fd933e4cf46820c2ac300f6c08917f3c5f320c1f6323524c75",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mmarks13/actions/runs/26021171047"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3",
      "date": "2026-05-18T08:11:39.000Z",
      "arch": "x86_64",
      "commit": "452219a1d67406b2f8ecfd67122cdacffd5c11fd",
      "fileid": "b3358b11992da40120f2fd1551b9d232642328b7e9de0424fdbc607e5f46afd7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mmarks13/actions/runs/26021171047"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3",
      "date": "2026-05-18T08:09:10.000Z",
      "arch": "x86_64",
      "commit": "452219a1d67406b2f8ecfd67122cdacffd5c11fd",
      "fileid": "066ad2858ca99de119a100e3f0e0f2580d6433902ef02dbdd8d44747b2fcdb41",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mmarks13/actions/runs/26021171047"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3",
      "date": "2026-05-18T08:09:47.000Z",
      "arch": "x86_64",
      "commit": "452219a1d67406b2f8ecfd67122cdacffd5c11fd",
      "fileid": "3e0d84c19a87cead547149f52ae9d8a5a2f481f8ef0cb8667522fed60b49346e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mmarks13/actions/runs/26021171047"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3",
      "date": "2026-05-18T08:09:03.000Z",
      "arch": "x86_64",
      "commit": "452219a1d67406b2f8ecfd67122cdacffd5c11fd",
      "fileid": "da80f8da87eb2c459ce6303ee3fd74270befcf8f6a485e16ac0519e907dba54e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mmarks13/actions/runs/26021171047"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3",
      "date": "2026-06-02T16:21:14.000Z",
      "arch": "emscripten",
      "commit": "452219a1d67406b2f8ecfd67122cdacffd5c11fd",
      "fileid": "6d74f313bd46496967a8fa985beaaf2204dd3b229cfc51d464462e816370e99f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mmarks13/actions/runs/26021171047"
    }
  ]
}