{
  "_id": "6a1e85781d7bb097a0a6703b",
  "Type": "Package",
  "Package": "babyTimeR",
  "Title": "Parse Output from 'BabyTime' Application",
  "Version": "0.1.0",
  "Authors@R": "person(\"Dann\", \"Hekman\", , \"dannhek@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Author": "Dann Hekman [aut, cre]",
  "Maintainer": "Dann Hekman <dannhek@gmail.com>",
  "Description": "'BabyTime' is an application for tracking infant and\ntoddler care activities like sleeping, eating, etc. This\npackage will take the outputted .zip files and parse it into a\nusable list object with cleaned data. It handles malformed and\nincomplete data gracefully and is designed to parse one\ndirectory at a time.",
  "License": "MIT + file LICENSE",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "LazyData": "true",
  "RoxygenNote": "7.3.2",
  "Config/pak/sysreqs": "libicu-dev libx11-dev",
  "Repository": "https://dannhek.r-universe.dev",
  "Date/Publication": "2025-01-15 01:23:01 UTC",
  "RemoteUrl": "https://github.com/dannhek/babytimer",
  "RemoteRef": "HEAD",
  "RemoteSha": "aecc50e90e3657d90925ae11ebc0a0efa9109921",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 07:21:56 UTC",
    "User": "root"
  },
  "MD5sum": "ce693a972805b32cd3646b0bc9c056b3",
  "_user": "dannhek",
  "_type": "src",
  "_file": "babyTimeR_0.1.0.tar.gz",
  "_fileid": "8a0c57e334cdcc1aeb4d46f03fa9b599c4ec15c1700e495acbc11914dd4b0094",
  "_filesize": 104352,
  "_sha256": "8a0c57e334cdcc1aeb4d46f03fa9b599c4ec15c1700e495acbc11914dd4b0094",
  "_created": "2026-06-02T07:21:56.000Z",
  "_published": "2026-06-02T07:25:44.641Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79019785814,
      "time": 161,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7351436433"
    },
    {
      "job": 79019785744,
      "time": 145,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351431638"
    },
    {
      "job": 79019785763,
      "time": 150,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7351427508"
    },
    {
      "job": 79019785786,
      "time": 192,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351434766"
    },
    {
      "job": 79019349099,
      "time": 179,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351388255"
    },
    {
      "job": 79019785766,
      "time": 108,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351420633"
    },
    {
      "job": 79019785750,
      "time": 72,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7351410452"
    },
    {
      "job": 79019785771,
      "time": 114,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7351422252"
    },
    {
      "job": 79019785775,
      "time": 77,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351411668"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dannhek/actions/runs/26804723048",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/dannhek/babytimer",
  "_commit": {
    "id": "aecc50e90e3657d90925ae11ebc0a0efa9109921",
    "author": "Dann Hekman <dannhek@gmail.com>",
    "committer": "Dann Hekman <dannhek@gmail.com>",
    "message": "cran commit\n",
    "time": 1736904181
  },
  "_maintainer": {
    "name": "Dann Hekman",
    "email": "dannhek@gmail.com",
    "login": "dannhek",
    "description": "Population Health and Epidemiology graduate student working in healthcare IT.",
    "uuid": 7197521
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "dplyr",
      "version": ">= 1.1.4",
      "role": "Depends"
    },
    {
      "package": "glue",
      "version": ">= 1.8.0",
      "role": "Depends"
    },
    {
      "package": "janitor",
      "version": ">= 2.2.0",
      "role": "Depends"
    },
    {
      "package": "lubridate",
      "version": ">= 1.9.3",
      "role": "Depends"
    },
    {
      "package": "methods",
      "version": ">= 4.4.1",
      "role": "Depends"
    },
    {
      "package": "R",
      "version": ">= 4.4.0",
      "role": "Depends"
    },
    {
      "package": "readr",
      "version": ">= 2.1.5",
      "role": "Depends"
    },
    {
      "package": "snakecase",
      "version": ">= 0.11.1",
      "role": "Depends"
    },
    {
      "package": "stringr",
      "version": ">= 1.5.1",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "dannhek",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "dannhek",
      "count": 38,
      "uuid": 7197521
    }
  ],
  "_userbio": {
    "uuid": 7197521,
    "type": "user",
    "name": "Dann Hekman",
    "description": "Population Health and Epidemiology graduate student working in healthcare IT."
  },
  "_downloads": {
    "count": 166,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/babyTimeR"
  },
  "_devurl": "https://github.com/dannhek/babytimer",
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/babyTimeR.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/dannhek/babytimer",
  "_realowner": "dannhek",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-01-17"
    }
  ],
  "_exports": [
    "clean_bt_list_db",
    "combine_clean_bt_list_dbs",
    "process_one_directory",
    "read_one_bt_activity_file"
  ],
  "_datasets": [
    {
      "name": "bt_list_db",
      "title": "Sample 'BabyTime' Data List Database",
      "object": "bt_list_db",
      "class": [
        "Clean BT List DB"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "bt_list_db",
      "title": "Sample 'BabyTime' Data List Database",
      "topics": [
        "bt_list_db"
      ]
    },
    {
      "page": "clean_bt_list_db",
      "title": "Clean BabyTime List DB File",
      "topics": [
        "clean_bt_list_db"
      ]
    },
    {
      "page": "combine_clean_bt_list_dbs",
      "title": "Combine two 'BabyTime' List Databases (DBs)",
      "topics": [
        "combine_clean_bt_list_dbs"
      ]
    },
    {
      "page": "process_one_directory",
      "title": "Process One Directory of 'BabyTime' Activity Files",
      "topics": [
        "process_one_directory"
      ]
    },
    {
      "page": "read_one_bt_activity_file",
      "title": "Read One 'BabyTime' Activity File",
      "topics": [
        "read_one_bt_activity_file"
      ]
    }
  ],
  "_readme": "https://github.com/dannhek/babytimer/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "dplyr",
    "generics",
    "glue",
    "hms",
    "janitor",
    "lifecycle",
    "lubridate",
    "magrittr",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "readr",
    "rlang",
    "snakecase",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr"
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "babytimer",
  "_universes": [
    "dannhek"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-02T07:24:29.000Z",
      "distro": "noble",
      "commit": "aecc50e90e3657d90925ae11ebc0a0efa9109921",
      "fileid": "8c4b883a66a5fae283e417ae0f9f3643d1b640637ae6232fc702f2342b5af4b6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dannhek/actions/runs/26804723048"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-02T07:24:11.000Z",
      "distro": "noble",
      "commit": "aecc50e90e3657d90925ae11ebc0a0efa9109921",
      "fileid": "3c94270271263113cf079ad58c43b8ce96e8d635d12ea56fed920efb0174fbba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dannhek/actions/runs/26804723048"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-02T07:24:09.000Z",
      "commit": "aecc50e90e3657d90925ae11ebc0a0efa9109921",
      "fileid": "2e8d7ae8ec4eb925788cd8ad3b98b99a87f1bf1042b6484593aa18a459f5dda7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dannhek/actions/runs/26804723048"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-02T07:24:22.000Z",
      "commit": "aecc50e90e3657d90925ae11ebc0a0efa9109921",
      "fileid": "30ae618233db029492f9884a0511f7a08f4cdcb5093a0dac33d5b7e9d23db0e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dannhek/actions/runs/26804723048"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T07:23:59.000Z",
      "commit": "aecc50e90e3657d90925ae11ebc0a0efa9109921",
      "fileid": "7abe67002d42c2351867b373c0ac1101137e5c85c85c11e6224922fd111fc6dd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dannhek/actions/runs/26804723048"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-02T07:23:00.000Z",
      "commit": "aecc50e90e3657d90925ae11ebc0a0efa9109921",
      "fileid": "b6696dd5415ae2e9b6fa73073a706344668e67ae86bbd412c1acc09b3bb4ba80",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dannhek/actions/runs/26804723048"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-02T07:23:31.000Z",
      "commit": "aecc50e90e3657d90925ae11ebc0a0efa9109921",
      "fileid": "7ba585b36494b94aa546496d29f6b4a29a9d3c4c160eff31ad5fd388ccd1b995",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dannhek/actions/runs/26804723048"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-02T07:23:03.000Z",
      "commit": "aecc50e90e3657d90925ae11ebc0a0efa9109921",
      "fileid": "01b34dbb2c5b441b8f477e0ce1ec42c9ade1ac9f3d69ea9e52befb11c64aa9c1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dannhek/actions/runs/26804723048"
    }
  ]
}