{
  "_id": "6a10635eacfb0bcc41ca83cf",
  "Package": "unheadr",
  "Type": "Package",
  "Title": "Handle Data with Messy Header Rows and Broken Values",
  "Version": "0.4.0",
  "Authors@R": "person(\"Luis D.\", \"Verde Arregoitia\", email = \"luis@liomys.mx\",\nrole=c(\"aut\",\"cre\"),comment = c(ORCID = \"0000-0001-9520-6543\"))",
  "Description": "Verb-like functions to work with messy data, often derived\nfrom spreadsheets or parsed PDF tables. Includes functions for\nunwrapping values broken up across rows, relocating embedded\ngrouping values, and to annotate meaningful formatting in\nspreadsheet files.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.3.1",
  "Roxygen": "list(markdown = TRUE)",
  "VignetteBuilder": "knitr",
  "URL": "https://github.com/luisDVA/unheadr, https://unheadr.liomys.mx/",
  "BugReports": "https://github.com/luisDVA/unheadr/issues",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://luisdva.r-universe.dev",
  "Date/Publication": "2026-03-09 07:21:24 UTC",
  "RemoteUrl": "https://github.com/luisdva/unheadr",
  "RemoteRef": "HEAD",
  "RemoteSha": "d890056b14fe24141db4b25efca3bc429169da9c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-08 07:20:43 UTC",
    "User": "root"
  },
  "Author": "Luis D. Verde Arregoitia [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-9520-6543>)",
  "Maintainer": "Luis D. Verde Arregoitia <luis@liomys.mx>",
  "MD5sum": "fd0083eb47dd536dd609c6d351dd1ce0",
  "_user": "luisdva",
  "_type": "src",
  "_file": "unheadr_0.4.0.tar.gz",
  "_fileid": "8f2780f46fab1123af90441c022938f150885e5fc5bf456b184db2bcadc327fa",
  "_filesize": 550830,
  "_sha256": "8f2780f46fab1123af90441c022938f150885e5fc5bf456b184db2bcadc327fa",
  "_created": "2026-05-08T07:20:43.000Z",
  "_published": "2026-05-22T14:08:30.164Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77396292558,
      "time": 136,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6874006435"
    },
    {
      "job": 77396292958,
      "time": 131,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6874003283"
    },
    {
      "job": 77396292385,
      "time": 104,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6873996730"
    },
    {
      "job": 77396292369,
      "time": 115,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6873999345"
    },
    {
      "job": 77396291794,
      "time": 193,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6873971279"
    },
    {
      "job": 77396291464,
      "time": 126,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7162519481"
    },
    {
      "job": 77396292474,
      "time": 110,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6873998593"
    },
    {
      "job": 77396292462,
      "time": 78,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6873990507"
    },
    {
      "job": 77396292303,
      "time": 79,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6873990672"
    }
  ],
  "_buildurl": "https://github.com/r-universe/luisdva/actions/runs/25542596044",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/luisdva/unheadr",
  "_commit": {
    "id": "d890056b14fe24141db4b25efca3bc429169da9c",
    "author": "LuisDVA <luisd@ciencias.unam.mx>",
    "committer": "LuisDVA <luisd@ciencias.unam.mx>",
    "message": "sort out logos\n",
    "time": 1773040884
  },
  "_maintainer": {
    "name": "Luis D. Verde Arregoitia",
    "email": "luis@liomys.mx",
    "login": "luisdva",
    "bluesky": "@liomys.mx",
    "linkedin": "in/luis-d-verde-arregoitia-a20339209",
    "orcid": "0000-0001-9520-6543",
    "uuid": 5580938
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "version": ">= 0.8.4",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.2.1",
      "role": "Imports"
    },
    {
      "package": "forcats",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "tidyxl",
      "role": "Imports"
    },
    {
      "package": "readxl",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "luisdva",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-38",
      "n": 1
    },
    {
      "week": "2026-11",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 64,
  "_contributors": [
    {
      "user": "luisdva",
      "count": 197,
      "uuid": 5580938
    }
  ],
  "_userbio": {
    "uuid": 5580938,
    "type": "user",
    "name": "Luis Verde Arregoitia",
    "description": "mammalogist"
  },
  "_downloads": {
    "count": 290,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/unheadr"
  },
  "_devurl": "https://github.com/luisdva/unheadr",
  "_pkgdown": "https://unheadr.liomys.mx/",
  "_searchresults": 53,
  "_rbuild": "4.6.0",
  "_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/unheadr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/luisdva/unheadr",
  "_realowner": "luisdva",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2020-02-09"
    },
    {
      "version": "0.2.1",
      "date": "2020-03-04"
    },
    {
      "version": "0.3.0",
      "date": "2020-10-25"
    },
    {
      "version": "0.3.1",
      "date": "2021-02-07"
    },
    {
      "version": "0.3.2",
      "date": "2021-04-10"
    },
    {
      "version": "0.3.3",
      "date": "2022-08-15"
    },
    {
      "version": "0.4.0",
      "date": "2024-05-13"
    }
  ],
  "_exports": [
    "%>%",
    "annotate_mf",
    "annotate_mf_all",
    "mash_colnames",
    "regex_valign",
    "squish_newlines",
    "unbreak_rows",
    "unbreak_vals",
    "untangle2",
    "unwrap_cols"
  ],
  "_datasets": [
    {
      "name": "AOEunits",
      "title": "Statistics for game units in Age of Empires II: Definitive Edition",
      "object": "AOEunits",
      "class": [
        "spec_tbl_df",
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "unit",
        "building",
        "type",
        "age",
        "cost_wood",
        "cost_food",
        "cost_gold",
        "build_time",
        "rate_of_fire",
        "attack_delay",
        "movement_speed",
        "line_of_sight",
        "hit_points",
        "min_range",
        "range",
        "damage",
        "accuracy",
        "melee_armor",
        "pierce_armor"
      ],
      "rows": 128,
      "table": true,
      "tojson": true
    },
    {
      "name": "AOEunits_raw",
      "title": "Statistics for game units in Age of Empires II: Definitive Edition in a messy presentation",
      "object": "AOEunits_raw",
      "class": [
        "spec_tbl_df",
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "Name",
        "Type",
        "Age",
        "Cost",
        "Build time",
        "Rate_of_Fire",
        "Attack_Delay",
        "Movement_Speed",
        "Line_of_Sight",
        "Hit Points",
        "Min Range",
        "Range",
        "Damage",
        "Accuracy",
        "Armor_(Melee/Pierce)"
      ],
      "rows": 139,
      "table": true,
      "tojson": true
    },
    {
      "name": "primates2017",
      "title": "Comparative data for 54 species of primates",
      "object": "primates2017",
      "class": [
        "spec_tbl_df",
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "scientific_name",
        "common_name",
        "red_list_status",
        "mass_kg"
      ],
      "rows": 69,
      "table": true,
      "tojson": true
    },
    {
      "name": "primates2017_broken",
      "title": "Comparative data for 16 species of primates with some broken values",
      "object": "primates2017_broken",
      "class": [
        "spec_tbl_df",
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "scientific_name",
        "common_name",
        "red_list_status",
        "mass_kg"
      ],
      "rows": 19,
      "table": true,
      "tojson": true
    },
    {
      "name": "primates2017_wrapped",
      "title": "Comparative data for two species of primates",
      "object": "primates2017_wrapped",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "scientific_name",
        "common_name",
        "habitat",
        "red_list_status",
        "mass_kg",
        "country"
      ],
      "rows": 9,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "annotate_mf",
      "title": "Annotate meaningful formatting",
      "topics": [
        "annotate_mf"
      ]
    },
    {
      "page": "annotate_mf_all",
      "title": "Annotate meaningful formatting for all cells",
      "topics": [
        "annotate_mf_all"
      ]
    },
    {
      "page": "AOEunits",
      "title": "Statistics for game units in Age of Empires II: Definitive Edition",
      "topics": [
        "AOEunits"
      ]
    },
    {
      "page": "AOEunits_raw",
      "title": "Statistics for game units in Age of Empires II: Definitive Edition in a messy presentation",
      "topics": [
        "AOEunits_raw"
      ]
    },
    {
      "page": "boutiques.xlsx",
      "title": "boutiques.xlsx spreadsheet",
      "topics": [
        "boutiques.xlsx"
      ]
    },
    {
      "page": "dog_test.xlsx",
      "title": "dog_test.xlsx spreadsheet",
      "topics": [
        "dog_test.xlsx"
      ]
    },
    {
      "page": "mash_colnames",
      "title": "Make many header rows into column names",
      "topics": [
        "mash_colnames"
      ]
    },
    {
      "page": "primates2017",
      "title": "Comparative data for 54 species of primates",
      "topics": [
        "primates2017"
      ]
    },
    {
      "page": "primates2017_broken",
      "title": "Comparative data for 16 species of primates with some broken values",
      "topics": [
        "primates2017_broken"
      ]
    },
    {
      "page": "primates2017_wrapped",
      "title": "Comparative data for two species of primates",
      "topics": [
        "primates2017_wrapped"
      ]
    },
    {
      "page": "regex_valign",
      "title": "Vertical character string alignment through regular expressions",
      "topics": [
        "regex_valign"
      ]
    },
    {
      "page": "squish_newlines",
      "title": "Deduplicate and remove trailing line breaks",
      "topics": [
        "squish_newlines"
      ]
    },
    {
      "page": "unbreak_rows",
      "title": "Merge rows up",
      "topics": [
        "unbreak_rows"
      ]
    },
    {
      "page": "unbreak_vals",
      "title": "Unbreak values using regex to match the lagging half of the broken value",
      "topics": [
        "unbreak_vals"
      ]
    },
    {
      "page": "untangle2",
      "title": "Rectangling embedded subheaders",
      "topics": [
        "untangle2"
      ]
    },
    {
      "page": "unwrap_cols",
      "title": "Unwrap values and clean up NAs used as padding",
      "topics": [
        "unwrap_cols"
      ]
    }
  ],
  "_pkglogo": "https://github.com/luisdva/unheadr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/luisdva/unheadr/raw/HEAD/README.md",
  "_rundeps": [
    "cellranger",
    "cli",
    "cpp11",
    "crayon",
    "dplyr",
    "forcats",
    "generics",
    "glue",
    "hms",
    "lifecycle",
    "magrittr",
    "pillar",
    "piton",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "Rcpp",
    "readxl",
    "rematch",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "tidyxl",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "unheadr-vignette.Rmd",
      "filename": "unheadr-vignette.html",
      "title": "Introduction to unheadr",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Package functions",
        "Data frames and tibbles",
        "Spreadsheets",
        "Supported formatting:",
        "Character vectors",
        "Further reading"
      ],
      "created": "2018-07-04 13:23:44",
      "modified": "2024-05-09 18:48:39",
      "commits": 13
    }
  ],
  "_score": 6.530455843584676,
  "_indexed": true,
  "_nocasepkg": "unheadr",
  "_universes": [
    "luisdva"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-05-08T07:23:05.000Z",
      "distro": "noble",
      "commit": "d890056b14fe24141db4b25efca3bc429169da9c",
      "fileid": "ff31e36575c7bd0eaca4428d5ad56850791bc723799bc9f086e2287b87c00e87",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/luisdva/actions/runs/25542596044"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-05-08T07:22:56.000Z",
      "distro": "noble",
      "commit": "d890056b14fe24141db4b25efca3bc429169da9c",
      "fileid": "6c4468e771cfe3076324cb72ec7ace9596858e6bf160c03c7f11f1ad5bc045c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/luisdva/actions/runs/25542596044"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-05-08T07:22:30.000Z",
      "commit": "d890056b14fe24141db4b25efca3bc429169da9c",
      "fileid": "9c60d431c0e92bb7db57cd5b9a779fe3072c3f7c9836a3ad146a5806cad85e84",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/luisdva/actions/runs/25542596044"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-05-08T07:22:39.000Z",
      "commit": "d890056b14fe24141db4b25efca3bc429169da9c",
      "fileid": "5076df4d30924f0a019b3e8e673c5ac1730b2aba77e40ee11956b689fa98dbb3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/luisdva/actions/runs/25542596044"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-08T07:22:29.000Z",
      "commit": "d890056b14fe24141db4b25efca3bc429169da9c",
      "fileid": "613b5ce4d371676852c9cb7c2b2c637eb5ad5c27a532569515b8511b83899d54",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/luisdva/actions/runs/25542596044"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-08T07:21:56.000Z",
      "commit": "d890056b14fe24141db4b25efca3bc429169da9c",
      "fileid": "7273a26d24f10382287f4db851845d5e2ce0fbb89db4df1225606b6bb3b85276",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/luisdva/actions/runs/25542596044"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-08T07:21:59.000Z",
      "commit": "d890056b14fe24141db4b25efca3bc429169da9c",
      "fileid": "cb7a7f8bc8a6528366a1ff79c12fe75a118cdadbbd6949ca9a8b2665ac674a88",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/luisdva/actions/runs/25542596044"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0",
      "date": "2026-05-22T14:08:13.000Z",
      "commit": "d890056b14fe24141db4b25efca3bc429169da9c",
      "fileid": "726d90fb58fdde3e9ee8b5e4bee50dbd8b30eee07891e4d3b63a2d59b49f04fe",
      "status": "success",
      "buildurl": "https://github.com/r-universe/luisdva/actions/runs/25542596044"
    }
  ]
}