{
  "_id": "6a3666393efcd9bda44070da",
  "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-06-20 10:04:09 UTC",
    "User": "root"
  },
  "Author": "Gregory Demin [aut, cre]",
  "MD5sum": "efaa895d750d3d7593612e6b3c74f5a3",
  "_user": "gdemin",
  "_type": "src",
  "_file": "maditr_0.8.7.tar.gz",
  "_fileid": "c03d2464966c34fe80a786a2f2ef2e62f68efc17656e13b41025d2ccb24d1f46",
  "_filesize": 257362,
  "_sha256": "c03d2464966c34fe80a786a2f2ef2e62f68efc17656e13b41025d2ccb24d1f46",
  "_created": "2026-06-20T10:04:09.000Z",
  "_published": "2026-06-20T10:06:49.236Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82474783361,
      "time": 113,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7764368201"
    },
    {
      "job": 82474783380,
      "time": 105,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7764366948"
    },
    {
      "job": 82474783388,
      "time": 74,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7764363061"
    },
    {
      "job": 82474783371,
      "time": 85,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7764364455"
    },
    {
      "job": 82474612847,
      "time": 159,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7764353569"
    },
    {
      "job": 82474783367,
      "time": 94,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7764365759"
    },
    {
      "job": 82474783365,
      "time": 130,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7764370054"
    },
    {
      "job": 82474783397,
      "time": 68,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7764362463"
    },
    {
      "job": 82474783369,
      "time": 95,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7764365820"
    }
  ],
  "_buildurl": "https://github.com/r-universe/gdemin/actions/runs/27867774931",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_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": 9,
  "_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": 7765,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/maditr"
  },
  "_devurl": "https://github.com/gdemin/maditr",
  "_searchresults": 398,
  "_rbuild": "4.6.0",
  "_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.484869381691663,
  "_indexed": true,
  "_nocasepkg": "maditr",
  "_universes": [
    "gdemin"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.8.7",
      "date": "2026-06-20T10:06:02.000Z",
      "distro": "noble",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "27c49646e900c0430685b29210da3cbe18a1f59a738a1092053c9dcef2ef1073",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gdemin/actions/runs/27867774931"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.8.7",
      "date": "2026-06-20T10:05:53.000Z",
      "distro": "noble",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "bc54c7cb2c3f16ebfe12290efbdf0f31c695dfa7279754652f589f3fd6766aa0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gdemin/actions/runs/27867774931"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.8.7",
      "date": "2026-06-20T10:05:29.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "73e4ab0662f8cae15961e8752f078984c00f7351ce377bb3b1e4b1ecce406f1c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gdemin/actions/runs/27867774931"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.8.7",
      "date": "2026-06-20T10:05:37.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "0e31efd0f8c84ff185149fb03a90d5e29c2a1a0c87802a7e8007b72cd90cd1b5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gdemin/actions/runs/27867774931"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.8.7",
      "date": "2026-06-20T10:05:59.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "2cc5cb8c47f5aab29b91eb9d035b590e93871dc01037f72e25e0ef0edf1c2d99",
      "status": "success",
      "buildurl": "https://github.com/r-universe/gdemin/actions/runs/27867774931"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.8.7",
      "date": "2026-06-20T10:06:10.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "6d9b49f25caaeb85a20c7e119d9486c392abfd91312530b564f3e737f5dc4475",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gdemin/actions/runs/27867774931"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.8.7",
      "date": "2026-06-20T10:05:12.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "94561a762fce6dd29be20058cae15e4140fa66b1b8b6e50bc9122905db1f144e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gdemin/actions/runs/27867774931"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.8.7",
      "date": "2026-06-20T10:05:40.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "5b2cd19e13f7b826d11bb8f9759a5d292ffb6c1e502b656e129db7e7fa4f3e2b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gdemin/actions/runs/27867774931"
    }
  ]
}