{
  "_id": "6a1e902d1d7bb097a0a69f57",
  "Package": "FITfileR",
  "Version": "0.1.11",
  "Title": "Read FIT files using only native R code",
  "Authors@R": "c(person(\n\"Mike\", \"Smith\",\nrole = c(\"aut\", \"cre\"),\nemail = \"grimbough@gmail.com\",\ncomment = c(ORCID = \"0000-0002-7800-3848\")\n)\n)",
  "Description": "The 'FIT' (Flexible and Interoperable Data Transfer)\nprotocol is designed specifically for sharing data from fitness\nand health devices.  This package allows reading 'FIT' files in\npure R without any dependence on external software or SDKs.",
  "URL": "https://github.com/grimbough/FITfileR",
  "VignetteBuilder": "knitr",
  "License": "Artistic-2.0",
  "LazyLoad": "yes",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Encoding": "UTF-8",
  "Collate": "'FITfileR.R' 'class_validity.R' 'allClasses.R' 'allGenerics.R'\n'allMethods.R' 'dataFormatting.R' 'file_type_checks.R'\n'methods_FitFile_accessors.R' 'methods_FitFile_dim.R'\n'methods_Messages_accessors.R' 'read_headers.R'\n'read_messages.R' 'reader.R' 'utilities.R' 'write_headers.R'\n'write_messages.R' 'writer.R'",
  "Repository": "https://grimbough.r-universe.dev",
  "Date/Publication": "2025-01-29 23:28:41 UTC",
  "RemoteUrl": "https://github.com/grimbough/FITfileR",
  "RemoteRef": "HEAD",
  "RemoteSha": "060d5286767b7e62cd2bb871c9d131d43ccea100",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 08:08:14 UTC",
    "User": "root"
  },
  "Author": "Mike Smith [aut, cre] (ORCID: <https://orcid.org/0000-0002-7800-3848>)",
  "Maintainer": "Mike Smith <grimbough@gmail.com>",
  "MD5sum": "5d3750e1377c3ee1e61fd430100aee3d",
  "_user": "grimbough",
  "_type": "src",
  "_file": "FITfileR_0.1.11.tar.gz",
  "_fileid": "2897763e5e9f2381f8528936e1fc24c27ae29b72e979284d5cdc6cfe36181573",
  "_filesize": 1146692,
  "_sha256": "2897763e5e9f2381f8528936e1fc24c27ae29b72e979284d5cdc6cfe36181573",
  "_created": "2026-06-02T08:08:14.000Z",
  "_published": "2026-06-02T08:11:24.977Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79027005983,
      "time": 157,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7352348844"
    },
    {
      "job": 79027006098,
      "time": 146,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7352345240"
    },
    {
      "job": 79027006091,
      "time": 122,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7352337176"
    },
    {
      "job": 79027006013,
      "time": 143,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7352343728"
    },
    {
      "job": 79026456751,
      "time": 200,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352294329"
    },
    {
      "job": 79027006007,
      "time": 122,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352337142"
    },
    {
      "job": 79027006144,
      "time": 101,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7352330281"
    },
    {
      "job": 79027005942,
      "time": 94,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7352327267"
    },
    {
      "job": 79027005977,
      "time": 108,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7352332465"
    }
  ],
  "_buildurl": "https://github.com/r-universe/grimbough/actions/runs/26806842278",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/grimbough/FITfileR",
  "_commit": {
    "id": "060d5286767b7e62cd2bb871c9d131d43ccea100",
    "author": "Render action <render-action@github.com>",
    "committer": "Render action <render-action@github.com>",
    "message": "Re-build README.md\n",
    "time": 1738193321
  },
  "_maintainer": {
    "name": "Mike Smith",
    "email": "grimbough@gmail.com",
    "login": "grimbough",
    "orcid": "0000-0002-7800-3848",
    "description": "Data Engineer at Boehringer-Ingelheim",
    "uuid": 971237
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "bit64",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "leaflet",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    },
    {
      "package": "zoo",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "ggforce",
      "role": "Suggests"
    }
  ],
  "_owner": "grimbough",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "fit",
    "fitfile",
    "garmin"
  ],
  "_stars": 70,
  "_contributors": [
    {
      "user": "grimbough",
      "count": 180,
      "uuid": 971237
    },
    {
      "user": "dblodgett-cycling",
      "count": 3,
      "uuid": 77087398
    }
  ],
  "_userbio": {
    "uuid": 971237,
    "type": "user",
    "name": "Mike Smith",
    "description": "Data Engineer at Boehringer-Ingelheim"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/FITfileR"
  },
  "_devurl": "https://github.com/grimbough/fitfiler",
  "_searchresults": 57,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/FITfileR.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "events",
    "file_id",
    "getMessagesByType",
    "hrv",
    "laps",
    "listMessageTypes",
    "monitoring",
    "readFitFile",
    "readFitFileType",
    "records"
  ],
  "_help": [
    {
      "page": "FitFile-accessors",
      "title": "Extracting messages from FIT Files",
      "topics": [
        "events",
        "events,FitFile-method",
        "file_id",
        "file_id,FitFile-method",
        "FitFile-accessors",
        "getMessagesByType",
        "getMessagesByType,FitFile,character-method",
        "getMessagesByType,FitFile,integer-method",
        "hrv",
        "hrv,FitFile-method",
        "laps",
        "laps,FitFile-method",
        "listMessageTypes",
        "listMessageTypes,FitFile-method",
        "messages,FitFile-method",
        "monitoring",
        "monitoring,FitFile-method",
        "records",
        "records,FitFile-method"
      ]
    },
    {
      "page": "FitFile-class",
      "title": "An S4 class representing a FIT file",
      "topics": [
        "FitFile-class",
        "length,FitFile-method"
      ]
    },
    {
      "page": "FITfileR",
      "title": "FITfileR: A package reading FIT files using native R code.",
      "topics": [
        "FITfileR-package",
        "FITfileR"
      ]
    },
    {
      "page": "FitMessageHeader-class",
      "title": "The 'FitMessageHeader' class represents the single-byte header that precedes all FIT messages.  It forms a part of all 'FitDefinitionMessage' and 'FitDataMessage' instances.",
      "topics": [
        "FitMessageHeader-class"
      ]
    },
    {
      "page": "FitMessages",
      "title": "S4 classes representing various aspects of FIT messages.",
      "topics": [
        "FitDataMessage-class",
        "FitDataMessageWithDevData-class",
        "FitDefinitionMessage-class",
        "FitMessages"
      ]
    },
    {
      "page": "readFitFile",
      "title": "Read a FIT file",
      "topics": [
        "readFitFile"
      ]
    },
    {
      "page": "readFitFileType",
      "title": "Extract the type of FIT file",
      "topics": [
        "readFitFileType"
      ]
    }
  ],
  "_readme": "https://github.com/grimbough/FITfileR/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "cli",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "R6",
    "rlang",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "FITfileR.Rmd",
      "filename": "FITfileR.html",
      "title": "Reading FIT files",
      "author": "Mike L. Smith",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Installing and loading the library",
        "Example fit files",
        "Reading files",
        "Working with the data",
        "Records - GPS, speed, altitude, etc",
        "Extracting common data types",
        "Accessing any data type",
        "Example use cases",
        "Plotting a route",
        "Comparing heart rate measurments between devices",
        "More details",
        "Data types and units",
        "Session Info"
      ],
      "created": "2020-09-04 12:00:59",
      "modified": "2023-09-26 12:45:31",
      "commits": 13
    }
  ],
  "_score": 5.299942900022767,
  "_indexed": true,
  "_nocasepkg": "fitfiler",
  "_universes": [
    "grimbough"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.11",
      "date": "2026-06-02T08:10:31.000Z",
      "distro": "noble",
      "commit": "060d5286767b7e62cd2bb871c9d131d43ccea100",
      "fileid": "7c9cf8be821a679269288a3ffdc68e3a3b06eaffe2de04f560e33a033ba531db",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/grimbough/actions/runs/26806842278"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.11",
      "date": "2026-06-02T08:10:26.000Z",
      "distro": "noble",
      "commit": "060d5286767b7e62cd2bb871c9d131d43ccea100",
      "fileid": "2fb980048a527be4e59c06775f27189da9c94a319e01dfa1f06ea0ded50cdefa",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/grimbough/actions/runs/26806842278"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.11",
      "date": "2026-06-02T08:10:05.000Z",
      "commit": "060d5286767b7e62cd2bb871c9d131d43ccea100",
      "fileid": "9e432e21b64563a9e2c4ee515347596c52b225d4ba5c2fb9e2e867b846128460",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/grimbough/actions/runs/26806842278"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.11",
      "date": "2026-06-02T08:10:17.000Z",
      "commit": "060d5286767b7e62cd2bb871c9d131d43ccea100",
      "fileid": "92cad59e84760485223ea1361e50695005097e32f8e6b7e1954496d7e4be258d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/grimbough/actions/runs/26806842278"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.11",
      "date": "2026-06-02T08:10:31.000Z",
      "commit": "060d5286767b7e62cd2bb871c9d131d43ccea100",
      "fileid": "d505bfab800363739146538746fd454f99c6ccfaa8044b32de994509d4c6691e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/grimbough/actions/runs/26806842278"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.11",
      "date": "2026-06-02T08:09:34.000Z",
      "commit": "060d5286767b7e62cd2bb871c9d131d43ccea100",
      "fileid": "c78ea294f214c4d6eb7f045c2ccd6456cdbf0c833a4fe6db3387a67c051fe925",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/grimbough/actions/runs/26806842278"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.11",
      "date": "2026-06-02T08:09:26.000Z",
      "commit": "060d5286767b7e62cd2bb871c9d131d43ccea100",
      "fileid": "2af933a75afa7b366a6299adecd73f8078b678f9cc649d7ff089820a4a285b7e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/grimbough/actions/runs/26806842278"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.11",
      "date": "2026-06-02T08:09:39.000Z",
      "commit": "060d5286767b7e62cd2bb871c9d131d43ccea100",
      "fileid": "d759b232c9e3f0c5974eeae9564a99e486c93147e3e4e3ec18c271c925d2326c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/grimbough/actions/runs/26806842278"
    }
  ]
}