{
  "_id": "6a48c4cbe06c18f0a654add5",
  "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)",
  "Config/pak/sysreqs": "zlib1g-dev",
  "Repository": "https://fastverse.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-04 07:43:53 UTC",
    "User": "root"
  },
  "Author": "Gregory Demin [aut, cre]",
  "_user": "fastverse",
  "_type": "src",
  "_file": "maditr_0.8.7.tar.gz",
  "_fileid": "https://r2.ropensci.org/cfdd3a2f4eadc9a8e7941d13120aa524d55c32f930ddfb21cdc08c56ff12801a",
  "_filesize": 257969,
  "_sha256": "cfdd3a2f4eadc9a8e7941d13120aa524d55c32f930ddfb21cdc08c56ff12801a",
  "_expires": "2026-10-12T08:31:06.000Z",
  "_created": "2026-07-04T07:43:53.000Z",
  "_published": "2026-07-04T08:31:07.473Z",
  "_jobs": [
    {
      "job": 85115056950,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8079736878"
    },
    {
      "job": 85115056925,
      "time": 119,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079736009"
    },
    {
      "job": 85115056924,
      "time": 83,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8080051167"
    },
    {
      "job": 85115056923,
      "time": 80,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8080050031"
    },
    {
      "job": 85114890510,
      "time": 169,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079719839"
    },
    {
      "job": 85115056929,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8079733664"
    },
    {
      "job": 85115056939,
      "time": 69,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8079729240"
    },
    {
      "job": 85115056942,
      "time": 68,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8079729087"
    },
    {
      "job": 85115056952,
      "time": 72,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8079729635"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/fastverse/actions/runs/28699434533",
  "_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": false,
  "_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": 105517888,
    "type": "organization",
    "name": "fastverse",
    "followers": 28,
    "description": "An Extensible Suite of High-Performance and Low-Dependency Packages for Statistical Computing and Data Manipulation in R"
  },
  "_downloads": {
    "count": 6435,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/maditr"
  },
  "_devurl": "https://github.com/gdemin/maditr",
  "_searchresults": 312,
  "_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.343305485372923,
  "_indexed": false,
  "_nocasepkg": "maditr",
  "_universes": [
    "fastverse"
  ],
  "_indexurl": "https://gdemin.r-universe.dev/maditr",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.8.7",
      "date": "2026-07-04T07:45:57.000Z",
      "distro": "resolute",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "https://r2.ropensci.org/d0a81aabcda4f5b9f51df384eba4d26f95d5411630a2182d011ca15ae965a305",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28699434533"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.8.7",
      "date": "2026-07-04T07:45:52.000Z",
      "distro": "resolute",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "https://r2.ropensci.org/abbabd8b0f4b171e4f9f7fe999744b67aebeeca7bd52726a54491ca73e450f06",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28699434533"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.8.7",
      "date": "2026-07-04T08:30:40.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "https://r2.ropensci.org/6ead589155afcf27a2115e33cd61048c3b04b98763c0b78058a949959a65c3d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28699434533"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.8.7",
      "date": "2026-07-04T08:30:29.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "https://r2.ropensci.org/f132c793c3d4d10afb8389bf784e7fb58e98b74656ccb9078d6b385d2aef7fc0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28699434533"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.8.7",
      "date": "2026-07-04T07:45:49.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "https://r2.ropensci.org/2effdf3de3c95470477b591374be5c682f3d2e986502ced7d52b71ea5be42f1f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28699434533"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.8.7",
      "date": "2026-07-04T07:44:55.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "https://r2.ropensci.org/845c46e7563b1439b34da53030f0d20342f8e38be7642c7ec02c5628b1a2a15a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28699434533"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.8.7",
      "date": "2026-07-04T07:44:55.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "https://r2.ropensci.org/195c19656cbe610ec1d11e38c4a1e78488050167c0ba244347bbedae0d3ac0c5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28699434533"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.8.7",
      "date": "2026-07-04T07:44:56.000Z",
      "commit": "7beced08881654c86df2b9f49084d48f8651ebe5",
      "fileid": "https://r2.ropensci.org/7676ec39815f06bed8b5db49474ec1851baefb916c37208e7ad29478e99010f1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28699434533"
    }
  ]
}