{
  "_id": "6a48c07ce06c18f0a654a079",
  "Package": "scorepeak",
  "Type": "Package",
  "Title": "Peak Functions for Peak Detection in Univariate Time Series",
  "Version": "0.1.2",
  "Authors@R": "c(\nperson(\"Shota\", \"Ochi\", email = \"shotaochi1990@gmail.com\", role = c(\"aut\", \"cre\", \"cph\")))",
  "Maintainer": "Shota Ochi <shotaochi1990@gmail.com>",
  "Description": "Provides peak functions, which enable us to detect peaks\nin time series. The methods implemented in this package are\nbased on Girish Keshav Palshikar (2009)\n<https://www.researchgate.net/publication/228853276_Simple_Algorithms_for_Peak_Detection_in_Time-Series>.",
  "License": "GPL-3",
  "URL": "https://github.com/ShotaOchi/scorepeak",
  "BugReports": "https://github.com/ShotaOchi/scorepeak/issues",
  "NeedsCompilation": "yes",
  "LazyData": "true",
  "RoxygenNote": "6.1.1",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "Repository": "https://shotaochi.r-universe.dev",
  "Date/Publication": "2021-03-06 03:46:36 UTC",
  "RemoteUrl": "https://github.com/shotaochi/scorepeak",
  "RemoteRef": "HEAD",
  "RemoteSha": "c0fee536a405086fab1f80f3d5455f5229089b98",
  "Packaged": {
    "Date": "2026-07-04 07:24:02 UTC",
    "User": "root"
  },
  "Author": "Shota Ochi [aut, cre, cph]",
  "_user": "shotaochi",
  "_type": "src",
  "_file": "scorepeak_0.1.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/b2b03cc091710c064112cce835bbc4bb69624a0f9f0b13a83243b1d8cdcf33d4",
  "_filesize": 294240,
  "_sha256": "b2b03cc091710c064112cce835bbc4bb69624a0f9f0b13a83243b1d8cdcf33d4",
  "_expires": "2026-10-12T08:12:43.000Z",
  "_created": "2026-07-04T07:24:02.000Z",
  "_published": "2026-07-04T08:12:44.651Z",
  "_jobs": [
    {
      "job": 85113824069,
      "time": 135,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8079584028"
    },
    {
      "job": 85113824066,
      "time": 168,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8079587797"
    },
    {
      "job": 85113824076,
      "time": 137,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079584437"
    },
    {
      "job": 85113824061,
      "time": 142,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079584824"
    },
    {
      "job": 85113824054,
      "time": 111,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8079922330"
    },
    {
      "job": 85113824029,
      "time": 405,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8079619161"
    },
    {
      "job": 85113824033,
      "time": 100,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079911840"
    },
    {
      "job": 85113824039,
      "time": 167,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079588421"
    },
    {
      "job": 85113630112,
      "time": 180,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079566459"
    },
    {
      "job": 85113824021,
      "time": 141,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8079584394"
    },
    {
      "job": 85113824036,
      "time": 111,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8079580677"
    },
    {
      "job": 85113824023,
      "time": 115,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8079581257"
    },
    {
      "job": 85113824028,
      "time": 112,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079580809"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/shotaochi/actions/runs/28698962926",
  "_status": "success",
  "_upstream": "https://github.com/shotaochi/scorepeak",
  "_commit": {
    "id": "c0fee536a405086fab1f80f3d5455f5229089b98",
    "author": "Shota Ochi <shotaochi1990@gmail.com>",
    "committer": "Shota Ochi <shotaochi1990@gmail.com>",
    "message": "test with valgrind\n",
    "time": 1615002396
  },
  "_maintainer": {
    "name": "Shota Ochi",
    "email": "shotaochi1990@gmail.com",
    "login": "shotaochi",
    "description": "",
    "uuid": 26920335
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "checkmate",
      "version": ">= 1.9.1",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 2.0.0",
      "role": "Suggests"
    },
    {
      "package": "cluster",
      "role": "Suggests"
    }
  ],
  "_owner": "shotaochi",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "peak-detection",
    "univariate",
    "cpp"
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "shotaochi",
      "count": 28,
      "uuid": 26920335
    }
  ],
  "_userbio": {
    "uuid": 26920335,
    "type": "user",
    "name": "Shota Ochi",
    "followers": 8
  },
  "_downloads": {
    "count": 258,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/scorepeak"
  },
  "_devurl": "https://github.com/shotaochi/scorepeak",
  "_searchresults": 7,
  "_rbuild": "4.6.1",
  "_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/scorepeak.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/shotaochi/scorepeak",
  "_realowner": "shotaochi",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.2",
      "date": "2019-08-21"
    }
  ],
  "_exports": [
    "detect_localmaxima",
    "max_neighbors",
    "mean_neighbors",
    "min_neighbors",
    "score_type1",
    "score_type2",
    "score_type3",
    "sd_neighbors"
  ],
  "_datasets": [
    {
      "name": "ecgca102",
      "title": "Time Series Data of Electrocardiogram",
      "object": "ecgca102",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "building_blocks",
      "title": "Building Blocks of Peak Functions",
      "topics": [
        "building_blocks",
        "max_neighbors",
        "mean_neighbors",
        "min_neighbors",
        "sd_neighbors"
      ]
    },
    {
      "page": "detect_localmaxima",
      "title": "detect local maxima in univariate time series data",
      "topics": [
        "detect_localmaxima"
      ]
    },
    {
      "page": "ecgca102",
      "title": "Time Series Data of Electrocardiogram",
      "topics": [
        "ecgca102"
      ]
    },
    {
      "page": "peak_functions",
      "title": "Peak Functions for Peak Detection in Univariate Time Series",
      "topics": [
        "peak_functions",
        "score_type1",
        "score_type2",
        "score_type3"
      ]
    },
    {
      "page": "scorepeak",
      "title": "scorepeak: Peak Functions for Peak Detection in Univariate Time Series",
      "topics": [
        "scorepeak-package",
        "scorepeak"
      ]
    }
  ],
  "_readme": "https://github.com/shotaochi/scorepeak/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "checkmate",
    "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": "intro.Rmd",
      "filename": "intro.html",
      "title": "Introduction to scorepeak",
      "author": "Shota Ochi",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Mathematical Notation",
        "Peak Functions",
        "Type 1",
        "Type 2",
        "Type 3",
        "Example of Use",
        "Boundary Condition",
        "Reflecting Boundary Condition",
        "Periodic Boundary Condition",
        "Discarding Boundary",
        "Building Blocks of Peak Functions",
        "References"
      ],
      "created": "2019-08-03 08:42:24",
      "modified": "2019-08-07 07:10:22",
      "commits": 4
    }
  ],
  "_score": 3.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "scorepeak",
  "_universes": [
    "shotaochi"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-07-04T07:26:26.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "c0fee536a405086fab1f80f3d5455f5229089b98",
      "fileid": "https://r2.ropensci.org/e64828299324d15c35c310774a03d07b8fdfca7598643e000fbec053537c4e5f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shotaochi/actions/runs/28698962926"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-07-04T07:26:50.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "c0fee536a405086fab1f80f3d5455f5229089b98",
      "fileid": "https://r2.ropensci.org/63d20ac165edf7739a9d1ffd3bb9157dc1636617aa08b4818348d6dc60d42b7e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shotaochi/actions/runs/28698962926"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-07-04T07:26:28.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "c0fee536a405086fab1f80f3d5455f5229089b98",
      "fileid": "https://r2.ropensci.org/a535ebdd69a02f25ef836a958deb83a7dd15bf5afa1857875e7438305c96fae0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shotaochi/actions/runs/28698962926"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-07-04T07:26:24.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "c0fee536a405086fab1f80f3d5455f5229089b98",
      "fileid": "https://r2.ropensci.org/e7ddf69a47b446548cc48e0bcafd8f6d2b3f3e9d2157f1c35b8968efc11b1132",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shotaochi/actions/runs/28698962926"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-07-04T08:11:52.000Z",
      "arch": "aarch64",
      "commit": "c0fee536a405086fab1f80f3d5455f5229089b98",
      "fileid": "https://r2.ropensci.org/7bbbce3a12f5d161a7fc94b19cf6f29a87422d7db53e7e5c667f68ec37561451",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shotaochi/actions/runs/28698962926"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-07-04T07:29:26.000Z",
      "arch": "x86_64",
      "commit": "c0fee536a405086fab1f80f3d5455f5229089b98",
      "fileid": "https://r2.ropensci.org/80078547aa1d4994c19c50adbff1a0ca672c1c082aa4d7906ff279770d712be1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shotaochi/actions/runs/28698962926"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-07-04T08:10:29.000Z",
      "arch": "aarch64",
      "commit": "c0fee536a405086fab1f80f3d5455f5229089b98",
      "fileid": "https://r2.ropensci.org/334d0bdc3bc688316638e1e9147cc3c3f7ce15e6da21f12fe22669c1cbfb5fdf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shotaochi/actions/runs/28698962926"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-07-04T07:26:38.000Z",
      "arch": "x86_64",
      "commit": "c0fee536a405086fab1f80f3d5455f5229089b98",
      "fileid": "https://r2.ropensci.org/3ef26a8762732d27630b5c6805f7bf9a59f4a2cd4a63a02e64ba67c9b2d2b202",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shotaochi/actions/runs/28698962926"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-07-04T07:26:39.000Z",
      "arch": "emscripten",
      "commit": "c0fee536a405086fab1f80f3d5455f5229089b98",
      "fileid": "https://r2.ropensci.org/9d48b38dc364531788e05b7ffd32b781d21ab62d27a607991b1b35992bf406cb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/shotaochi/actions/runs/28698962926"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-04T07:25:20.000Z",
      "arch": "x86_64",
      "commit": "c0fee536a405086fab1f80f3d5455f5229089b98",
      "fileid": "https://r2.ropensci.org/75bee1b9838bc9f28d050c226c869abdbf83876b835a0f79800a03f202ab13a5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shotaochi/actions/runs/28698962926"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-04T07:25:30.000Z",
      "arch": "x86_64",
      "commit": "c0fee536a405086fab1f80f3d5455f5229089b98",
      "fileid": "https://r2.ropensci.org/7259d95cc923ad1b3b4a76b1219cc7a0e5dced75fde15206b5eeb14f4d6c8385",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shotaochi/actions/runs/28698962926"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-07-04T07:25:23.000Z",
      "arch": "x86_64",
      "commit": "c0fee536a405086fab1f80f3d5455f5229089b98",
      "fileid": "https://r2.ropensci.org/6f2dfbe9800ec3a82c872ea1f0d395675771fb74adbe746d679cf99356c873b9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shotaochi/actions/runs/28698962926"
    }
  ]
}