{
  "_id": "6a1f27b2b401979e73422b83",
  "Package": "PhysioECG",
  "Title": "ECG Analysis Functions for PhysioExperiment Objects",
  "Version": "0.2.0",
  "Authors@R": "person(given = \"Yusuke\",\nfamily = \"Matsui\",\nrole = c(\"aut\", \"cre\"),\nemail = \"you@example.com\")",
  "Author": "Yusuke Matsui",
  "Maintainer": "Yusuke Matsui <you@example.com>",
  "Description": "Provides electrocardiography (ECG) analysis functions for\nPhysioExperiment objects. Includes R-peak detection (adaptive\nPan-Tompkins), RR interval computation, HRV time-domain metrics\n(SDNN, RMSSD, pNN50), HRV frequency-domain analysis (VLF, LF,\nHF power), nonlinear HRV (Poincare, Sample Entropy, DFA), ECG\nmorphology analysis (QRS boundaries, QT/QTc intervals), and\nsignal quality assessment with ectopic beat correction.",
  "VignetteBuilder": "knitr",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "Collate": "'ecg-data.R' 'ecg-peaks.R' 'ecg-morphology.R' 'ecg-hrv-time.R'\n'ecg-hrv-freq.R' 'ecg-hrv-nonlinear.R' 'ecg-quality.R' 'zzz.R'",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "zlib1g-dev",
  "Repository": "https://x-biosignal.r-universe.dev",
  "Date/Publication": "2026-03-16 11:31:23 UTC",
  "RemoteUrl": "https://github.com/x-biosignal/PhysioECG",
  "RemoteRef": "HEAD",
  "RemoteSha": "a0d2ef8bc8571b0a69a797654b9fa342c81150a4",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-16 05:30:03 UTC",
    "User": "root"
  },
  "MD5sum": "6b521c348875ba9505184645b372a545",
  "_user": "x-biosignal",
  "_type": "src",
  "_file": "PhysioECG_0.2.0.tar.gz",
  "_fileid": "bc4b0ca46bbe7709f020fcb17a4438aa2107094b8c2bac004cc385d3c6521c1a",
  "_filesize": 200366,
  "_sha256": "bc4b0ca46bbe7709f020fcb17a4438aa2107094b8c2bac004cc385d3c6521c1a",
  "_created": "2026-05-16T05:30:03.000Z",
  "_published": "2026-06-02T18:57:54.947Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79148870090,
      "time": 233,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7030851719"
    },
    {
      "job": 79148870169,
      "time": 201,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7030848241"
    },
    {
      "job": 79148870478,
      "time": 169,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7030844451"
    },
    {
      "job": 79148869645,
      "time": 189,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7030846789"
    },
    {
      "job": 79148869158,
      "time": 237,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030822780"
    },
    {
      "job": 79148869078,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367099170"
    },
    {
      "job": 79148870219,
      "time": 176,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7030845206"
    },
    {
      "job": 79148869997,
      "time": 157,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7030843161"
    },
    {
      "job": 79148870031,
      "time": 183,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7030846260"
    }
  ],
  "_buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953840826",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/x-biosignal/PhysioECG",
  "_commit": {
    "id": "a0d2ef8bc8571b0a69a797654b9fa342c81150a4",
    "author": "Yusuke Matsui <mail.to.matsui@gmail.com>",
    "committer": "Yusuke Matsui <mail.to.matsui@gmail.com>",
    "message": "docs: Add comprehensive README\n",
    "time": 1773660683
  },
  "_maintainer": {
    "name": "Yusuke Matsui",
    "email": "you@example.com",
    "login": "invalid-email-address",
    "uuid": 148100
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2",
      "role": "Depends"
    },
    {
      "package": "PhysioCore",
      "role": "Depends"
    },
    {
      "package": "SummarizedExperiment",
      "role": "Imports"
    },
    {
      "package": "S4Vectors",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "signal",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.2.0",
      "role": "Suggests"
    }
  ],
  "_owner": "x-biosignal",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-12",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "ymatts",
      "count": 2,
      "uuid": 5744286
    }
  ],
  "_userbio": {
    "uuid": 268545536,
    "type": "organization",
    "name": "x-biosignal"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/PhysioECG"
  },
  "_devurl": "https://github.com/x-biosignal/physioecg",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/PhysioECG.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "ecgBaselineCorrect",
    "ecgDelineate",
    "ecgDetectRpeaks",
    "ecgDFA",
    "ecgHRVfreq",
    "ecgHRVnonlinear",
    "ecgHRVpoincare",
    "ecgHRVtime",
    "ecgIntervals",
    "ecgQualityCheck",
    "ecgRRcorrect",
    "ecgRRintervals",
    "ecgSampleEntropy",
    "ecgSignalQuality",
    "make_ecg",
    "make_ecg_irregular",
    "make_ecg_noisy",
    "make_ecg_pqrst"
  ],
  "_help": [
    {
      "page": "ecgBaselineCorrect",
      "title": "Correct Baseline Wander in ECG Signals",
      "topics": [
        "ecgBaselineCorrect"
      ]
    },
    {
      "page": "ecgDelineate",
      "title": "Delineate ECG Waveform Morphology",
      "topics": [
        "ecgDelineate"
      ]
    },
    {
      "page": "ecgDetectRpeaks",
      "title": "Detect R-Peaks in ECG Signal Using Pan-Tompkins Algorithm",
      "topics": [
        "ecgDetectRpeaks"
      ]
    },
    {
      "page": "ecgDFA",
      "title": "Detrended Fluctuation Analysis of RR Intervals",
      "topics": [
        "ecgDFA"
      ]
    },
    {
      "page": "ecgHRVfreq",
      "title": "HRV Frequency-Domain Analysis",
      "topics": [
        "ecgHRVfreq"
      ]
    },
    {
      "page": "ecgHRVnonlinear",
      "title": "Nonlinear HRV Analysis (Convenience Wrapper)",
      "topics": [
        "ecgHRVnonlinear"
      ]
    },
    {
      "page": "ecgHRVpoincare",
      "title": "Poincare Plot Descriptors for HRV Analysis",
      "topics": [
        "ecgHRVpoincare"
      ]
    },
    {
      "page": "ecgHRVtime",
      "title": "HRV Time-Domain Metrics",
      "topics": [
        "ecgHRVtime"
      ]
    },
    {
      "page": "ecgIntervals",
      "title": "Compute ECG Intervals from Delineation",
      "topics": [
        "ecgIntervals"
      ]
    },
    {
      "page": "ecgQualityCheck",
      "title": "Detect Ectopic Beats in RR Interval Data",
      "topics": [
        "ecgQualityCheck"
      ]
    },
    {
      "page": "ecgRRcorrect",
      "title": "Correct Ectopic Beats in RR Interval Data",
      "topics": [
        "ecgRRcorrect"
      ]
    },
    {
      "page": "ecgRRintervals",
      "title": "Compute RR Intervals from Detected R-Peaks",
      "topics": [
        "ecgRRintervals"
      ]
    },
    {
      "page": "ecgSampleEntropy",
      "title": "Sample Entropy of RR Intervals",
      "topics": [
        "ecgSampleEntropy"
      ]
    },
    {
      "page": "ecgSignalQuality",
      "title": "Assess ECG Signal Quality Per Channel",
      "topics": [
        "ecgSignalQuality"
      ]
    },
    {
      "page": "make_ecg",
      "title": "Create Simulated ECG PhysioExperiment",
      "topics": [
        "make_ecg"
      ]
    },
    {
      "page": "make_ecg_irregular",
      "title": "Create Simulated ECG with Irregular R-R Intervals",
      "topics": [
        "make_ecg_irregular"
      ]
    },
    {
      "page": "make_ecg_noisy",
      "title": "Create Simulated ECG with Noise Artifacts",
      "topics": [
        "make_ecg_noisy"
      ]
    },
    {
      "page": "make_ecg_pqrst",
      "title": "Create Simulated ECG with PQRST Morphology",
      "topics": [
        "make_ecg_pqrst"
      ]
    }
  ],
  "_readme": "https://github.com/x-biosignal/PhysioECG/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "Biobase",
    "BiocGenerics",
    "DelayedArray",
    "generics",
    "GenomicRanges",
    "IRanges",
    "lattice",
    "Matrix",
    "MatrixGenerics",
    "matrixStats",
    "PhysioCore",
    "S4Arrays",
    "S4Vectors",
    "Seqinfo",
    "SparseArray",
    "SummarizedExperiment",
    "XVector"
  ],
  "_vignettes": [
    {
      "source": "ecg-analysis.Rmd",
      "filename": "ecg-analysis.html",
      "title": "ECG Analysis: R-Peak Detection and HRV Pipeline",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Setup",
        "Simulating ECG Data",
        "Signal Quality Assessment",
        "Baseline Correction",
        "R-Peak Detection",
        "Adjusting Detection Parameters",
        "RR Interval Computation",
        "Ectopic Beat Detection and Correction",
        "HRV Time-Domain Analysis",
        "HRV Frequency-Domain Analysis",
        "HRV Nonlinear Analysis",
        "Individual Functions",
        "Convenience Wrapper",
        "Complete Analysis Pipeline",
        "References",
        "Session Info"
      ],
      "created": "2026-03-16 08:33:01",
      "modified": "2026-03-16 08:33:01",
      "commits": 1
    },
    {
      "source": "ecg-morphology.Rmd",
      "filename": "ecg-morphology.html",
      "title": "ECG Morphology: PQRST Segmentation and Interval Analysis",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Setup",
        "Simulating ECG with PQRST Morphology",
        "R-Peak Detection",
        "PQRST Waveform Delineation",
        "Understanding Delineation Output",
        "Validating Against Known Fiducials",
        "Computing Clinical ECG Intervals",
        "QRS Duration Analysis",
        "PR Interval Analysis",
        "QT Interval and Bazett Correction",
        "Beat-to-Beat Variability",
        "Complete Morphology Analysis Pipeline",
        "Handling Multi-Channel ECG",
        "References",
        "Session Info"
      ],
      "created": "2026-03-16 08:33:01",
      "modified": "2026-03-16 08:33:01",
      "commits": 1
    }
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "physioecg",
  "_universes": [
    "x-biosignal",
    "invalid-email-address"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-16T05:32:34.000Z",
      "distro": "noble",
      "commit": "a0d2ef8bc8571b0a69a797654b9fa342c81150a4",
      "fileid": "2b85cb4eb0769f615a31dff843bde63e0ac25d47c5d817e998ec7f8fd9c7fbce",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953840826"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-16T05:32:18.000Z",
      "distro": "noble",
      "commit": "a0d2ef8bc8571b0a69a797654b9fa342c81150a4",
      "fileid": "a2ac1f8691c6a0932af57df31dd1428280bb430adeec3b6a41edcbef582f0d57",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953840826"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-16T05:32:08.000Z",
      "commit": "a0d2ef8bc8571b0a69a797654b9fa342c81150a4",
      "fileid": "2a075f1368429f6bb4227f339bcc378daecdba2b3ad3ba5bdd150d553e14fd01",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953840826"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-16T05:32:10.000Z",
      "commit": "a0d2ef8bc8571b0a69a797654b9fa342c81150a4",
      "fileid": "4f182d2b997e06fc47e8f30d750e14501d548baf00eb2ad780f1a2a66396e7d8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953840826"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-16T05:31:44.000Z",
      "commit": "a0d2ef8bc8571b0a69a797654b9fa342c81150a4",
      "fileid": "2e705b9d7fdf367dd64055b848f61526a30d506b9a58dcb4a7c8595552a2c8f6",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953840826"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-16T05:31:30.000Z",
      "commit": "a0d2ef8bc8571b0a69a797654b9fa342c81150a4",
      "fileid": "4cdade494873dd32120568622f94cd025340c0c41dc74dbb4713b61d4f395d44",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953840826"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-16T05:31:45.000Z",
      "commit": "a0d2ef8bc8571b0a69a797654b9fa342c81150a4",
      "fileid": "9a5c0bc530aa00efaef3eaa5e718ff020b5378e4115e1746b2287f0c4c27524a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953840826"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-02T18:57:30.000Z",
      "commit": "a0d2ef8bc8571b0a69a797654b9fa342c81150a4",
      "fileid": "9852bb4a0b4a455b5d05ab99ab8c99898d342a38957c37b284612144e8f33284",
      "status": "success",
      "buildurl": "https://github.com/r-universe/x-biosignal/actions/runs/25953840826"
    }
  ]
}