{
  "_id": "6a49d89e2c82cd3614823186",
  "Type": "Package",
  "Package": "tatoo",
  "Title": "Combine and Export Data Frames",
  "Version": "1.1.3",
  "Authors@R": "person(\"Stefan\", \"Fleck\", , \"stefan.b.fleck@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Maintainer": "Stefan Fleck <stefan.b.fleck@gmail.com>",
  "Description": "Functions to combine data.frames in ways that require\nadditional effort in base R, and to add metadata (id, title,\n...) that can be used for printing and xlsx export. The\n'Tatoo_report' class is provided as a convenient helper to\nwrite several such tables to a workbook, one table per\nworksheet. Tatoo is built on top of 'openxlsx', but intimate\nknowledge of that package is not required to use tatoo.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/statistikat/tatoo",
  "BugReports": "https://github.com/statistikat/tatoo/issues",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://statistikat.r-universe.dev",
  "Date/Publication": "2025-07-23 11:36:38 UTC",
  "RemoteUrl": "https://github.com/statistikat/tatoo",
  "RemoteRef": "HEAD",
  "RemoteSha": "a0fea86cc3cc04e082a9daa4fd1073e1b0a572e7",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-15 08:23:44 UTC",
    "User": "root"
  },
  "Author": "Stefan Fleck [aut, cre]",
  "_user": "statistikat",
  "_type": "src",
  "_file": "tatoo_1.1.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/938fd5304ea3842cee55bfc522c3d4a2a15d1cc2fdbd24a54f66d8cee3df6af9",
  "_filesize": 294701,
  "_sha256": "938fd5304ea3842cee55bfc522c3d4a2a15d1cc2fdbd24a54f66d8cee3df6af9",
  "_expires": "2026-10-13T04:07:56.000Z",
  "_created": "2026-06-15T08:23:44.000Z",
  "_published": "2026-07-05T04:07:58.476Z",
  "_jobs": [
    {
      "job": 85191449251,
      "time": 139,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7632718908"
    },
    {
      "job": 85191449126,
      "time": 139,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7632719208"
    },
    {
      "job": 85191449204,
      "time": 106,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7632707366"
    },
    {
      "job": 85191449241,
      "time": 98,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7632703856"
    },
    {
      "job": 85191449085,
      "time": 191,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7632666484"
    },
    {
      "job": 85191449193,
      "time": 112,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7632711013"
    },
    {
      "job": 85191449239,
      "time": 93,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7632705169"
    },
    {
      "job": 85191449238,
      "time": 86,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7632699292"
    },
    {
      "job": 85191449248,
      "time": 78,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7632696507"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/statistikat/actions/runs/27533360188",
  "_status": "success",
  "_upstream": "https://github.com/statistikat/tatoo",
  "_commit": {
    "id": "a0fea86cc3cc04e082a9daa4fd1073e1b0a572e7",
    "author": "stefan-fleck <stefan.fleck@wikifolio.com>",
    "committer": "stefan-fleck <stefan.fleck@wikifolio.com>",
    "message": "Update link targets for new cran guidelines\n",
    "time": 1753270598
  },
  "_maintainer": {
    "name": "Stefan Fleck",
    "email": "stefan.b.fleck@gmail.com",
    "login": "s-fleck",
    "description": "",
    "uuid": 9320338
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "assertthat",
      "role": "Imports"
    },
    {
      "package": "colt",
      "role": "Imports"
    },
    {
      "package": "crayon",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "openxlsx",
      "version": ">= 4.0.0",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "role": "Imports"
    },
    {
      "package": "withr",
      "role": "Imports"
    },
    {
      "package": "kableExtra",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "rprojroot",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "statistikat",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-30",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.1.3",
      "date": "2025-07-23"
    }
  ],
  "_stars": 7,
  "_contributors": [
    {
      "user": "s-fleck",
      "count": 188,
      "uuid": 9320338
    },
    {
      "user": "gregordecillia",
      "count": 1,
      "uuid": 9311130
    },
    {
      "user": "mattdowle",
      "count": 1,
      "uuid": 2779998
    }
  ],
  "_userbio": {
    "uuid": 18658295,
    "type": "organization",
    "name": "Unofficial Organization for Open Source Projects  of Statistics Austria",
    "followers": 33
  },
  "_downloads": {
    "count": 224,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tatoo"
  },
  "_devurl": "https://github.com/statistikat/tatoo",
  "_searchresults": 28,
  "_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/tatoo.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/statistikat/tatoo",
  "_realowner": "statistikat",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.5",
      "date": "2017-05-03"
    },
    {
      "version": "1.0.6",
      "date": "2017-06-05"
    },
    {
      "version": "1.0.7",
      "date": "2017-07-22"
    },
    {
      "version": "1.0.8",
      "date": "2017-10-10"
    },
    {
      "version": "1.0.9",
      "date": "2018-01-16"
    },
    {
      "version": "1.0.10",
      "date": "2018-01-24"
    },
    {
      "version": "1.1.0",
      "date": "2018-02-12"
    },
    {
      "version": "1.1.1",
      "date": "2019-04-08"
    },
    {
      "version": "1.1.2",
      "date": "2023-03-26"
    },
    {
      "version": "1.1.3",
      "date": "2025-07-23"
    }
  ],
  "_exports": [
    "as_Composite_table",
    "as_latex",
    "as_lines",
    "as_Mashed_table",
    "as_multinames",
    "as_workbook",
    "cmash",
    "comp_table",
    "comp_table_list",
    "compile_report",
    "compile_report_list",
    "default_kable_options",
    "flip_names",
    "footer<-",
    "id_vars<-",
    "insert_blank_row<-",
    "is_Composite_table",
    "is_Mashed_table",
    "is_Stacked_table",
    "is_Tagged_table",
    "is_Tatoo_report",
    "is_Tatoo_table",
    "longtitle<-",
    "mash_method<-",
    "mash_table",
    "mash_table_list",
    "meta",
    "meta<-",
    "multinames",
    "multinames_to_colspans",
    "multinames<-",
    "open_file",
    "regions",
    "rmash",
    "sanitize_excel_sheet_names",
    "save_pdf",
    "save_xlsx",
    "sep_height<-",
    "spacing<-",
    "stack_table",
    "stack_table_list",
    "subtitle<-",
    "table_id",
    "table_id<-",
    "tag_table",
    "title<-",
    "tt_meta",
    "view_pdf",
    "view_xlsx",
    "walk_regions",
    "write_worksheet"
  ],
  "_help": [],
  "_readme": "https://github.com/statistikat/tatoo/raw/HEAD/README.md",
  "_rundeps": [
    "assertthat",
    "cli",
    "colt",
    "crayon",
    "data.table",
    "magrittr",
    "openxlsx",
    "Rcpp",
    "stringi",
    "withr",
    "zip"
  ],
  "_vignettes": [
    {
      "source": "named_regions.Rmd",
      "filename": "named_regions.html",
      "title": "Formatting Reports with Named Regions",
      "author": "Stefan Fleck",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Example",
        "Named region names",
        "Formatting parts of tables with walk_regions"
      ],
      "created": "2018-01-30 14:28:52",
      "modified": "2018-02-23 19:43:29",
      "commits": 6
    },
    {
      "source": "tatoo.Rmd",
      "filename": "tatoo.html",
      "title": "tatoo package vignette",
      "author": "Stefan Fleck",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Tagged tables",
        "Mashed tables",
        "Convenience functions",
        "rmash",
        "cmash",
        "Composite tables",
        "Stacked tables",
        "Tatoo Report",
        "Excel export"
      ],
      "created": "2017-03-11 11:32:47",
      "modified": "2023-03-26 08:12:21",
      "commits": 25
    }
  ],
  "_score": 5.593286067020458,
  "_indexed": true,
  "_nocasepkg": "tatoo",
  "_universes": [
    "statistikat",
    "s-fleck"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.3",
      "date": "2026-06-15T08:26:00.000Z",
      "distro": "noble",
      "commit": "a0fea86cc3cc04e082a9daa4fd1073e1b0a572e7",
      "fileid": "https://r2.ropensci.org/07fd24e5159ed59a2d52af59ced07fe25d42583d0ef0497472ce3b360dcc81f8",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/statistikat/actions/runs/27533360188"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.3",
      "date": "2026-06-15T08:25:59.000Z",
      "distro": "noble",
      "commit": "a0fea86cc3cc04e082a9daa4fd1073e1b0a572e7",
      "fileid": "https://r2.ropensci.org/932dc6032931b4e4cebf039d50864b099377ab2af19237a76476d516a165aa0d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/statistikat/actions/runs/27533360188"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.3",
      "date": "2026-06-15T08:25:32.000Z",
      "commit": "a0fea86cc3cc04e082a9daa4fd1073e1b0a572e7",
      "fileid": "https://r2.ropensci.org/1fd82595552762048e0c32931df18e635bdae1ec30f5a3a2d05534d3d8c87ff7",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/statistikat/actions/runs/27533360188"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.3",
      "date": "2026-06-15T08:25:24.000Z",
      "commit": "a0fea86cc3cc04e082a9daa4fd1073e1b0a572e7",
      "fileid": "https://r2.ropensci.org/57993cc5f122939a125f6ea9cd257d9146bd1cfb03d0979218c1cd367ee47307",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/statistikat/actions/runs/27533360188"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.3",
      "date": "2026-06-15T08:25:59.000Z",
      "commit": "a0fea86cc3cc04e082a9daa4fd1073e1b0a572e7",
      "fileid": "https://r2.ropensci.org/4f57c440a61a36a2fa515a4fe8b7565df9e59d51fbce702fefec8afd964a0ae1",
      "status": "success",
      "buildurl": "https://github.com/r-universe/statistikat/actions/runs/27533360188"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.3",
      "date": "2026-06-15T08:25:10.000Z",
      "commit": "a0fea86cc3cc04e082a9daa4fd1073e1b0a572e7",
      "fileid": "https://r2.ropensci.org/bfe7886a0d0e6b4b3602278f1d951f5db3640d944b719cd0d40c2695fafbe6a7",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/statistikat/actions/runs/27533360188"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.3",
      "date": "2026-06-15T08:25:08.000Z",
      "commit": "a0fea86cc3cc04e082a9daa4fd1073e1b0a572e7",
      "fileid": "https://r2.ropensci.org/389c4cb2a117663b399047fed0f396780b9dd6c5e9b20f36311f9715886ce018",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/statistikat/actions/runs/27533360188"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.3",
      "date": "2026-06-15T08:24:53.000Z",
      "commit": "a0fea86cc3cc04e082a9daa4fd1073e1b0a572e7",
      "fileid": "https://r2.ropensci.org/4bedb6c28e1374a000fd04941188a87f37163ebb4906f43a339460d57153db7d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/statistikat/actions/runs/27533360188"
    }
  ]
}