{
  "_id": "6a5de6c89baadeef8ab55ff5",
  "Package": "maditr",
  "Type": "Package",
  "Title": "Fast Data Aggregation, Modification, and Filtering with Pipes\nand 'data.table'",
  "Version": "0.8.7",
  "Maintainer": "Gregory Demin <gdemin@gmail.com>",
  "Authors@R": "person(\"Gregory\", \"Demin\", email = \"gdemin@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Provides pipe-style interface for 'data.table'. Package\npreserves all 'data.table' features without significant impact\non performance. 'let' and 'take' functions are simplified\ninterfaces for most common data manipulation tasks. For\nexample, you can write 'take(mtcars, mean(mpg), by = am)' for\naggregation or 'let(mtcars, hp_wt = hp/wt, hp_wt_mpg =\nhp_wt/mpg)' for modification. Use 'take_if/let_if' for\nconditional aggregation/modification. Additionally there are\nsome conveniences such as automatic 'data.frame' conversion to\n'data.table'.",
  "License": "GPL-2",
  "URL": "https://github.com/gdemin/maditr",
  "BugReports": "https://github.com/gdemin/maditr/issues",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(markdown = TRUE)",
  "Repository": "https://gdemin.r-universe.dev",
  "Date/Publication": "2026-01-18 23:49:06 UTC",
  "RemoteUrl": "https://github.com/gdemin/maditr",
  "RemoteRef": "HEAD",
  "RemoteSha": "7beced08881654c86df2b9f49084d48f8651ebe5",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-20 09:10:58 UTC",
    "User": "root"
  },
  "Author": "Gregory Demin [aut, cre]",
  "_user": "gdemin",
  "_type": "src",
  "_file": "maditr_0.8.7.tar.gz",
  "_fileid": "https://r2.ropensci.org/d9ed3021252c54e241d511a2a2bba28467bec852fd0a90471f80ec9cecba091a",
  "_filesize": 256304,
  "_sha256": "d9ed3021252c54e241d511a2a2bba28467bec852fd0a90471f80ec9cecba091a",
  "_expires": "2026-10-28T09:13:42.000Z",
  "_created": "2026-07-20T09:10:58.000Z",
  "_published": "2026-07-20T09:13:44.227Z",
  "_jobs": [
    {
      "job": 88313508844,
      "time": 131,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8456100758"
    },
    {
      "job": 88313508834,
      "time": 116,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8456094735"
    },
    {
      "job": 88313508881,
      "time": 118,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8456095338"
    },
    {
      "job": 88313508915,
      "time": 128,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8456099489"
    },
    {
      "job": 88312926336,
      "time": 169,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8456044047"
    },
    {
      "job": 88313508898,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8456095451"
    },
    {
      "job": 88313508914,
      "time": 86,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8456081370"
    },
    {
      "job": 88313508899,
      "time": 83,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8456080683"
    },
    {
      "job": 88313509041,
      "time": 122,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8456097355"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/gdemin/actions/runs/29730272186",
  "_status": "success",
  "_upstream": "https://github.com/gdemin/maditr",
  "_commit": {
    "id": "7beced08881654c86df2b9f49084d48f8651ebe5",
    "author": "Gregory Demin <gdemin@gmail.com>",
    "committer": "Gregory Demin <gdemin@gmail.com>",
    "message": "Update for new version of data.table::fcoalesce\n",
    "time": 1768780146
  },
  "_maintainer": {
    "name": "Gregory Demin",
    "email": "gdemin@gmail.com",
    "login": "gdemin",
    "description": "",
    "uuid": 3617375
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "version": ">= 1.18.0",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "version": ">= 1.5",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    },
    {
      "package": "utils",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "stats",
      "role": "Suggests"
    }
  ],
  "_owner": "gdemin",
  "_selfowned": true,
  "_usedby": 10,
  "_updates": [
    {
      "week": "2025-35",
      "n": 1
    },
    {
      "week": "2025-36",
      "n": 1
    },
    {
      "week": "2026-03",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.8.6",
      "date": "2025-08-30"
    }
  ],
  "_topics": [
    "data-table",
    "magrittr",
    "pipes"
  ],
  "_stars": 61,
  "_contributors": [
    {
      "user": "gdemin",
      "count": 208,
      "uuid": 3617375
    },
    {
      "user": "michaelchirico",
      "count": 2,
      "uuid": 7606389
    },
    {
      "user": "mattdowle",
      "count": 1,
      "uuid": 2779998
    }
  ],
  "_userbio": {
    "uuid": 3617375,
    "type": "user",
    "name": "Gregory Demin",
    "followers": 47
  },
  "_downloads": {
    "count": 5521,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/maditr"
  },
  "_devurl": "https://github.com/gdemin/maditr",
  "_searchresults": 403,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/maditr.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/gdemin/maditr",
  "_realowner": "gdemin",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.5.0",
      "date": "2018-05-05"
    },
    {
      "version": "0.5.1",
      "date": "2018-05-10"
    },
    {
      "version": "0.5.2",
      "date": "2018-07-18"
    },
    {
      "version": "0.6.0",
      "date": "2018-08-12"
    },
    {
      "version": "0.6.1",
      "date": "2019-01-03"
    },
    {
      "version": "0.6.2",
      "date": "2019-06-09"
    },
    {
      "version": "0.6.3",
      "date": "2019-12-03"
    },
    {
      "version": "0.7.1",
      "date": "2020-04-27"
    },
    {
      "version": "0.7.3",
      "date": "2020-07-22"
    },
    {
      "version": "0.7.4",
      "date": "2020-07-29"
    },
    {
      "version": "0.8.1",
      "date": "2021-05-18"
    },
    {
      "version": "0.8.2",
      "date": "2021-05-24"
    },
    {
      "version": "0.8.3",
      "date": "2022-04-02"
    },
    {
      "version": "0.8.4",
      "date": "2024-01-11"
    },
    {
      "version": "0.8.5",
      "date": "2024-11-14"
    },
    {
      "version": "0.8.6",
      "date": "2025-08-30"
    },
    {
      "version": "0.8.7",
      "date": "2026-01-19"
    }
  ],
  "_exports": [
    ":=",
    ".BY",
    ".GRP",
    ".I",
    ".N",
    ".SD",
    "%<>%",
    "%>%",
    "%$%",
    "%between%",
    "%chin%",
    "%inrange%",
    "%like%",
    "%T>%",
    "as.data.table",
    "between",
    "chmatch",
    "coalesce",
    "cols",
    "columns",
    "copy",
    "cube",
    "data.table",
    "dcast",
    "dt_add_count",
    "dt_anti_join",
    "dt_count",
    "dt_filter",
    "dt_full_join",
    "dt_inner_join",
    "dt_left_join",
    "dt_mutate",
    "dt_right_join",
    "dt_select",
    "dt_semi_join",
    "dt_summarise",
    "dt_summarise_all",
    "dt_summarize",
    "dt_summarize_all",
    "dt_top_n",
    "fcase",
    "fcoalesce",
    "fifelse",
    "fintersect",
    "first",
    "foverlaps",
    "frank",
    "frankv",
    "fread",
    "frollapply",
    "frollmean",
    "frollsum",
    "fsetdiff",
    "fsetequal",
    "fsort",
    "funion",
    "fwrite",
    "getDTthreads",
    "groupingsets",
    "guess",
    "inrange",
    "is.data.table",
    "last",
    "let",
    "let_all",
    "let_if",
    "melt",
    "nafill",
    "query",
    "query_if",
    "rbindlist",
    "rleid",
    "rleidv",
    "rollup",
    "rowid",
    "rowidv",
    "rows",
    "set",
    "setcolorder",
    "setDF",
    "setDT",
    "setDTthreads",
    "setindex",
    "setindexv",
    "setkey",
    "setkeyv",
    "setnafill",
    "setnames",
    "setorder",
    "setorderv",
    "shift",
    "shouldPrint",
    "take",
    "take_all",
    "take_if",
    "text_expand",
    "to_df",
    "to_dfc",
    "to_dfr",
    "to_list",
    "to_long",
    "to_vec",
    "to_wide",
    "transpose",
    "tstrsplit",
    "uniqueN",
    "vlookup",
    "xlookup"
  ],
  "_help": [
    {
      "page": "maditr-package",
      "title": "maditr: Pipe-Style Interface for 'data.table'",
      "topics": [
        "maditr-package",
        "maditr"
      ]
    },
    {
      "page": "coalesce",
      "title": "Return first non-missing element",
      "topics": [
        "coalesce"
      ]
    },
    {
      "page": "columns",
      "title": "Selects columns or rows from the data set",
      "topics": [
        "cols",
        "columns",
        "rows"
      ]
    },
    {
      "page": "copy",
      "title": "Copy an entire object",
      "topics": [
        "copy"
      ]
    },
    {
      "page": "dt_count",
      "title": "Additional useful functions",
      "topics": [
        "dt_add_count",
        "dt_count",
        "dt_top_n"
      ]
    },
    {
      "page": "dt_left_join",
      "title": "Join two data.frames by common columns.",
      "topics": [
        "dt_anti_join",
        "dt_full_join",
        "dt_inner_join",
        "dt_left_join",
        "dt_right_join",
        "dt_semi_join"
      ]
    },
    {
      "page": "dt_mutate",
      "title": "'dplyr'-like interface for data.table.",
      "topics": [
        "dt_filter",
        "dt_mutate",
        "dt_select",
        "dt_summarise",
        "dt_summarise_all",
        "dt_summarize",
        "dt_summarize_all"
      ]
    },
    {
      "page": "let_if",
      "title": "Modify, aggregate, select or filter data.frame/data.table",
      "topics": [
        "let",
        "let.data.frame",
        "let.etable",
        "let_all",
        "let_if",
        "take",
        "take_all",
        "take_if"
      ]
    },
    {
      "page": "query_if",
      "title": "One-to-one interface for data.table '[' method",
      "topics": [
        "query",
        "query_if"
      ]
    },
    {
      "page": "text_expand",
      "title": "Evaluate expressions in curly brackets inside strings",
      "topics": [
        "text_expand"
      ]
    },
    {
      "page": "to_list",
      "title": "Apply an expression to each element of a list or vector",
      "topics": [
        "to_df",
        "to_dfc",
        "to_dfr",
        "to_list",
        "to_vec"
      ]
    },
    {
      "page": "to_long",
      "title": "Convert data to long or to wide form",
      "topics": [
        "to_long",
        "to_wide"
      ]
    },
    {
      "page": "vlookup",
      "title": "Look up values in dictionary.",
      "topics": [
        "vlookup",
        "xlookup"
      ]
    }
  ],
  "_rundeps": [
    "data.table",
    "magrittr"
  ],
  "_vignettes": [
    {
      "source": "Introduction.Rmd",
      "filename": "Introduction.html",
      "title": "Introduction",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Links",
        "Overview",
        "vlookup & xlookup",
        "More examples",
        "Variable selection in the expressions",
        "Joins"
      ],
      "created": "2018-05-04 23:39:54",
      "modified": "2024-11-10 14:31:25",
      "commits": 21
    }
  ],
  "_score": 9.38792513339532,
  "_indexed": true,
  "_nocasepkg": "maditr",
  "_universes": [
    "gdemin"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.8.7",
      "date": "2026-07-20T09:13:07.000Z",
      "distro": "resolute",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "https://r2.ropensci.org/ce80de7da72d9c46fae8f10ba9cfdd6504819080fe1dae8d13e3b7e1e0adc77c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gdemin/actions/runs/29730272186"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.8.7",
      "date": "2026-07-20T09:12:53.000Z",
      "distro": "resolute",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "https://r2.ropensci.org/5dc4182ce1511cbec6eb6bd0e1297b839acc5abe7b778e06cf2764cb6d413812",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gdemin/actions/runs/29730272186"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.8.7",
      "date": "2026-07-20T09:12:54.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "https://r2.ropensci.org/99982cb1f20abc9adf0334849b9a1c14cb30b9bbe2d2c73f7b60f781177147e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gdemin/actions/runs/29730272186"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.8.7",
      "date": "2026-07-20T09:13:02.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "https://r2.ropensci.org/4f78f55a6557e88e6c263343f7e81996b32c2510941415e1976c5060f3650c89",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gdemin/actions/runs/29730272186"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.8.7",
      "date": "2026-07-20T09:13:08.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "https://r2.ropensci.org/355b04cb32323f094d2c2ce1bd99bcfd69b67d1a83a0f1842a83f711564ed83c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/gdemin/actions/runs/29730272186"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.8.7",
      "date": "2026-07-20T09:12:15.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "https://r2.ropensci.org/a9471446e60a439914ec5b0f05a5decf9855693c5c8f0fb701a3f18ff073c736",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gdemin/actions/runs/29730272186"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.8.7",
      "date": "2026-07-20T09:12:14.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "https://r2.ropensci.org/11f00f7e346d251d30ded0e4611b2839c4320788cb1de0883f9b4e0f3049f756",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gdemin/actions/runs/29730272186"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.8.7",
      "date": "2026-07-20T09:12:49.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "https://r2.ropensci.org/94f68e5cf13032846807a93d24c6dfa1708c6154dedfa1094e1b7fad0134e63d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gdemin/actions/runs/29730272186"
    }
  ]
}