{
  "_id": "6a200bddb401979e7344788c",
  "Package": "dplyover",
  "Title": "Create columns by applying functions to vectors and/or columns\nin 'dplyr'",
  "Version": "0.0.8.9002",
  "Authors@R": "person(given = \"Tim\",\nfamily = \"Tiefenbach\",\nrole = c(\"aut\", \"cre\"),\nemail = \"mailme@tim-tiefenbach.de\",\ncomment = c(ORCID = \"0000-0001-9443-2434\"))",
  "Description": "Extension of 'dplyr’s functionality that builds a family\nof functions around dplyr::across().",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.1.1",
  "URL": "https://github.com/TimTeaFan/dplyover",
  "BugReports": "https://github.com/TimTeaFan/dplyover/issues",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Repository": "https://timteafan.r-universe.dev",
  "Date/Publication": "2021-09-23 21:36:34 UTC",
  "RemoteUrl": "https://github.com/timteafan/dplyover",
  "RemoteRef": "HEAD",
  "RemoteSha": "f0cd984586bafdc0dc78fc4ead2d76ba50d9370e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 11:08:27 UTC",
    "User": "root"
  },
  "Author": "Tim Tiefenbach [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-9443-2434>)",
  "Maintainer": "Tim Tiefenbach <mailme@tim-tiefenbach.de>",
  "MD5sum": "b60814d9ec7ade0e60e287dc3a46c98e",
  "_user": "timteafan",
  "_type": "src",
  "_file": "dplyover_0.0.8.9002.tar.gz",
  "_fileid": "4157482c98f93c48e58e3bd90074d2eb435492f62733386ab58a30a58d9f6b14",
  "_filesize": 1081447,
  "_sha256": "4157482c98f93c48e58e3bd90074d2eb435492f62733386ab58a30a58d9f6b14",
  "_created": "2026-06-03T11:08:27.000Z",
  "_published": "2026-06-03T11:11:25.352Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79280187917,
      "time": 142,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7382926519"
    },
    {
      "job": 79280187971,
      "time": 144,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7382926862"
    },
    {
      "job": 79280187907,
      "time": 94,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7382909688"
    },
    {
      "job": 79280187905,
      "time": 101,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7382912765"
    },
    {
      "job": 79279703917,
      "time": 176,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382877304"
    },
    {
      "job": 79280187963,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382914402"
    },
    {
      "job": 79280187984,
      "time": 99,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7382911866"
    },
    {
      "job": 79280187933,
      "time": 82,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7382906009"
    },
    {
      "job": 79280188053,
      "time": 94,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7382910075"
    }
  ],
  "_buildurl": "https://github.com/r-universe/timteafan/actions/runs/26880689716",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/timteafan/dplyover",
  "_commit": {
    "id": "f0cd984586bafdc0dc78fc4ead2d76ba50d9370e",
    "author": "TimTeaFan <44933030+TimTeaFan@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #19 from TimTeaFan/fix_traceback\n\nFix `inspect_call` to work with dev version of rlang::trace_back()",
    "time": 1632432994
  },
  "_maintainer": {
    "name": "Tim Tiefenbach",
    "email": "mailme@tim-tiefenbach.de",
    "orcid": "0000-0001-9443-2434"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.4.7",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "version": ">= 0.3.3",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "glue",
      "version": ">= 1.3.2",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "version": ">= 2.1.3",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "lifecycle",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "stringr",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "bench",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    }
  ],
  "_owner": "timteafan",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "dplyr"
  ],
  "_stars": 59,
  "_contributors": [
    {
      "user": "timteafan",
      "count": 290,
      "uuid": 44933030
    }
  ],
  "_userbio": {
    "uuid": 44933030,
    "type": "user",
    "name": "Tim Tiefenbach",
    "description": "I’m a Senior Data Scientist working in insurance with a focus on customer experience data."
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/dplyover"
  },
  "_devurl": "https://github.com/timteafan/dplyover",
  "_searchresults": 10,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/dplyover.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    ".",
    "across2",
    "across2x",
    "crossover",
    "cut_names",
    "dist_values",
    "extract_names",
    "over",
    "over2",
    "over2x",
    "seq_range",
    "show_prefix",
    "show_suffix"
  ],
  "_datasets": [
    {
      "name": "csat",
      "title": "Customer Satisfaction Survey (recoded data)",
      "object": "csat",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "cust_id",
        "type",
        "product",
        "csat",
        "csat_open",
        "postal_contact",
        "postal_rating",
        "phone_contact",
        "phone_rating",
        "email_contact",
        "email_rating",
        "website_contact",
        "website_rating",
        "shop_contact",
        "shop_rating"
      ],
      "rows": 150,
      "table": true,
      "tojson": true
    },
    {
      "name": "csatraw",
      "title": "Customer Satisfaction Survey (raw data)",
      "object": "csatraw",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "cust_id",
        "type",
        "product",
        "item1",
        "item1_open",
        "item2a",
        "item2b",
        "item3a",
        "item3b",
        "item4a",
        "item4b",
        "item5a",
        "item5b",
        "item6a",
        "item6b"
      ],
      "rows": 150,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "dplyover-package",
      "title": "dplyover: Create columns by applying functions to vectors and/or columns in 'dplyr'",
      "topics": [
        "dplyover-package",
        "dplyover"
      ]
    },
    {
      "page": "across2",
      "title": "Apply functions to two sets of columns simultaniously in 'dplyr'",
      "topics": [
        "across2",
        "across2x"
      ]
    },
    {
      "page": "crossover",
      "title": "Apply functions to a set of columns and a vector simultaniously in 'dplyr'",
      "topics": [
        "crossover"
      ]
    },
    {
      "page": "csat",
      "title": "Customer Satisfaction Survey (recoded data)",
      "topics": [
        "csat"
      ]
    },
    {
      "page": "csatraw",
      "title": "Customer Satisfaction Survey (raw data)",
      "topics": [
        "csatraw"
      ]
    },
    {
      "page": "over",
      "title": "Apply functions to a list or vector in 'dplyr'",
      "topics": [
        "over"
      ]
    },
    {
      "page": "over_across_family",
      "title": "The over-across function family",
      "topics": [
        "over_across_family"
      ]
    },
    {
      "page": "over2",
      "title": "Apply functions to two vectors simultaniously in 'dplyr'",
      "topics": [
        "over2",
        "over2x"
      ]
    },
    {
      "page": "select_values",
      "title": "Select values from variables",
      "topics": [
        "dist_values",
        "select_values",
        "seq_range"
      ]
    },
    {
      "page": "select_vars",
      "title": "Select string parts or patterns of column names",
      "topics": [
        "cut_names",
        "extract_names",
        "select_vars"
      ]
    },
    {
      "page": "selection_helpers",
      "title": "Selection helpers",
      "topics": [
        "over_selection_helpers",
        "selection_helpers"
      ]
    },
    {
      "page": "show_affix",
      "title": "Show affixes for variable pairs of two sets of columns",
      "topics": [
        "show_affix",
        "show_prefix",
        "show_suffix"
      ]
    },
    {
      "page": "string_eval",
      "title": "Evaluate an interpolated string as symbol",
      "topics": [
        ".",
        "string_eval"
      ]
    }
  ],
  "_pkglogo": "https://github.com/timteafan/dplyover/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/timteafan/dplyover/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "performance.Rmd",
      "filename": "performance.html",
      "title": "Performance and Compability",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Compability",
        "Only partial support of mutate()'s .keep argument",
        "Differences in the glue syntax<br>",
        "Context dependent expressions: cur_column()<br>",
        "Performance",
        "Internal setup",
        "The performance of an actual operation",
        "Conclusion"
      ],
      "created": "2021-01-28 22:38:28",
      "modified": "2021-09-23 21:36:34",
      "commits": 9
    },
    {
      "source": "why_dplyover.Rmd",
      "filename": "why_dplyover.html",
      "title": "Why dplyover?",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Use cases and workarounds",
        "Create columns derived from a comma separated character vector",
        "Creating several lagged variables for a set of columns",
        "Applying functions to a set of variable pairs",
        "Conclusion"
      ],
      "created": "2021-02-11 08:41:58",
      "modified": "2021-03-20 13:04:37",
      "commits": 5
    }
  ],
  "_score": 4.770852011642145,
  "_indexed": true,
  "_nocasepkg": "dplyover",
  "_universes": [
    "timteafan"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.8.9002",
      "date": "2026-06-03T11:10:37.000Z",
      "distro": "noble",
      "commit": "f0cd984586bafdc0dc78fc4ead2d76ba50d9370e",
      "fileid": "c688eebe8107d3c2443d2312cac895cf16575a5e3140d804c6bf98e3365c7219",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/timteafan/actions/runs/26880689716"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.8.9002",
      "date": "2026-06-03T11:10:38.000Z",
      "distro": "noble",
      "commit": "f0cd984586bafdc0dc78fc4ead2d76ba50d9370e",
      "fileid": "dd2f6ffb5ec99592af936411224645f1a142f169625b68e9932eb64ddbb38096",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/timteafan/actions/runs/26880689716"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.8.9002",
      "date": "2026-06-03T11:09:59.000Z",
      "commit": "f0cd984586bafdc0dc78fc4ead2d76ba50d9370e",
      "fileid": "8ac595b03a7e5a0d70d9b33e9e30dcf45bacc109af6a5b8e89f3491720e40231",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/timteafan/actions/runs/26880689716"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.8.9002",
      "date": "2026-06-03T11:10:08.000Z",
      "commit": "f0cd984586bafdc0dc78fc4ead2d76ba50d9370e",
      "fileid": "e6b72d77f8eb9bd5c1c4af512bd5d733b3db13512f73342180bfb300610973f6",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/timteafan/actions/runs/26880689716"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.8.9002",
      "date": "2026-06-03T11:10:31.000Z",
      "commit": "f0cd984586bafdc0dc78fc4ead2d76ba50d9370e",
      "fileid": "04d31329aacce2727f7e1d64e09f2de7c7c8623e5ef35c0289b9723cdecd81ac",
      "status": "success",
      "buildurl": "https://github.com/r-universe/timteafan/actions/runs/26880689716"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.8.9002",
      "date": "2026-06-03T11:09:47.000Z",
      "commit": "f0cd984586bafdc0dc78fc4ead2d76ba50d9370e",
      "fileid": "5f9db22cc97ff20e5ae7003c325d85ccc393b1826b4d2be024bb97ff57958ba3",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/timteafan/actions/runs/26880689716"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.8.9002",
      "date": "2026-06-03T11:09:34.000Z",
      "commit": "f0cd984586bafdc0dc78fc4ead2d76ba50d9370e",
      "fileid": "394f87b3f432e83723c8db89fd02ccffcf6366b094a6d1133158bc7bd7df934d",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/timteafan/actions/runs/26880689716"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.8.9002",
      "date": "2026-06-03T11:09:44.000Z",
      "commit": "f0cd984586bafdc0dc78fc4ead2d76ba50d9370e",
      "fileid": "3299637c8e382884f7864a69708c95e578d67cc207d776c0499ceb31dd246425",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/timteafan/actions/runs/26880689716"
    }
  ]
}