{
  "_id": "6a4a2d4f3fcf58d53bc188d2",
  "Package": "dcmodify",
  "Maintainer": "Mark van der Loo <mark.vanderloo@gmail.com>",
  "License": "GPL-3",
  "Title": "Modify Data Using Externally Defined Modification Rules",
  "Type": "Package",
  "LazyLoad": "yes",
  "Authors@R": "c(person(\"Mark\", \"van der Loo\"\n, role   = c(\"cre\",\"aut\")\n, email  = \"mark.vanderloo@gmail.com\"\n, comment= c(ORCID=\"0000-0002-9807-4686\"))\n, person(\"Edwin\", \"de Jonge\"\n, role = \"aut\"\n, comment=c(ORCID=\"0000-0002-6580-4718\"))\n, person(\"Sjabbo\",\"Schaveling\",  role = \"ctb\")\n, person(\"Floris\", \"Ruijter\", role = \"ctb\") )",
  "Description": "Data cleaning scripts typically contain a lot of 'if this\nchange that' type of statements. Such statements are typically\ncondensed expert knowledge. With this package, such 'data\nmodifying rules' are taken out of the code and become in stead\nparameters to the work flow. This allows one to maintain,\ndocument, and reason about data modification rules as separate\nentities.",
  "Version": "0.9.0",
  "URL": "https://github.com/data-cleaning/dcmodify",
  "BugReports": "https://github.com/data-cleaning/dcmodify/issues",
  "Encoding": "UTF-8",
  "VignetteBuilder": "simplermarkdown",
  "Collate": "'dplyr_verbs.R' 'guard.R' 'modifier.R' 'modify.R' 'validate.R'",
  "RoxygenNote": "7.3.1",
  "Repository": "https://data-cleaning.r-universe.dev",
  "Date/Publication": "2024-06-14 09:05:25 UTC",
  "RemoteUrl": "https://github.com/data-cleaning/dcmodify",
  "RemoteRef": "HEAD",
  "RemoteSha": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
  "RemoteSubdir": "pkg",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-08 07:20:56 UTC",
    "User": "root"
  },
  "Author": "Mark van der Loo [cre, aut] (ORCID:\n<https://orcid.org/0000-0002-9807-4686>),\nEdwin de Jonge [aut] (ORCID: <https://orcid.org/0000-0002-6580-4718>),\nSjabbo Schaveling [ctb],\nFloris Ruijter [ctb]",
  "_user": "data-cleaning",
  "_type": "src",
  "_file": "dcmodify_0.9.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/ed7a19f591d25eacaf6c8cb60e273f73fcf391a2fb7eab483f23b94c07bf5cd7",
  "_filesize": 83344,
  "_sha256": "ed7a19f591d25eacaf6c8cb60e273f73fcf391a2fb7eab483f23b94c07bf5cd7",
  "_expires": "2026-10-13T10:09:17.000Z",
  "_created": "2026-06-08T07:20:56.000Z",
  "_published": "2026-07-05T10:09:19.518Z",
  "_jobs": [
    {
      "job": 85213517863,
      "time": 99,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7473826506"
    },
    {
      "job": 85213517857,
      "time": 108,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7473829025"
    },
    {
      "job": 85213517844,
      "time": 104,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7473827644"
    },
    {
      "job": 85213517819,
      "time": 72,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7499583206"
    },
    {
      "job": 85213517582,
      "time": 222,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7473798714"
    },
    {
      "job": 85213517766,
      "time": 88,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7473823466"
    },
    {
      "job": 85213517907,
      "time": 86,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7473822516"
    },
    {
      "job": 85213517835,
      "time": 67,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7473817289"
    },
    {
      "job": 85213517814,
      "time": 69,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7473817705"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/27122061177",
  "_status": "success",
  "_upstream": "https://github.com/data-cleaning/dcmodify",
  "_commit": {
    "id": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
    "author": "Mark van der Loo <mark.vanderloo@gmail.com>",
    "committer": "Mark van der Loo <mark.vanderloo@gmail.com>",
    "message": "badge\n",
    "time": 1718355925
  },
  "_maintainer": {
    "name": "Mark van der Loo",
    "email": "mark.vanderloo@gmail.com",
    "login": "markvanderloo",
    "description": "math, programming, data",
    "uuid": 1927426,
    "orcid": "0000-0002-9807-4686"
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "yaml",
      "role": "Imports"
    },
    {
      "package": "validate",
      "version": ">= 1.1.3",
      "role": "Imports"
    },
    {
      "package": "lumberjack",
      "version": ">= 1.3.1",
      "role": "Imports"
    },
    {
      "package": "settings",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "simplermarkdown",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "data-cleaning",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 11,
  "_contributors": [
    {
      "user": "markvanderloo",
      "count": 74,
      "uuid": 1927426
    },
    {
      "user": "edwindj",
      "count": 17,
      "uuid": 542492
    },
    {
      "user": "undefined-landmark",
      "count": 1,
      "uuid": 74454337
    },
    {
      "user": "jordivandooren",
      "count": 1,
      "uuid": 17458447
    }
  ],
  "_userbio": {
    "uuid": 10775432,
    "type": "organization",
    "name": "Data cleaning for statistical purpose",
    "description": "Software for cleaning data"
  },
  "_downloads": {
    "count": 274,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/dcmodify"
  },
  "_devurl": "https://github.com/data-cleaning/dcmodify",
  "_searchresults": 73,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/dcmodify.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/data-cleaning/dcmodify",
  "_realowner": "data-cleaning",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2017-10-06"
    },
    {
      "version": "0.1.2",
      "date": "2018-07-30"
    },
    {
      "version": "0.1.5",
      "date": "2021-04-29"
    },
    {
      "version": "0.1.9",
      "date": "2021-09-24"
    },
    {
      "version": "0.8.0",
      "date": "2023-04-07"
    },
    {
      "version": "0.9.0",
      "date": "2024-03-28"
    }
  ],
  "_exports": [
    "as_yaml",
    "description",
    "description<-",
    "do_by",
    "export_yaml",
    "label",
    "label<-",
    "max_by",
    "mean_by",
    "min_by",
    "modifier",
    "modify",
    "modify_so",
    "origin",
    "origin<-",
    "sum_by",
    "variables"
  ],
  "_help": [],
  "_readme": "https://github.com/data-cleaning/dcmodify/raw/HEAD/README.md",
  "_rundeps": [
    "lumberjack",
    "R6",
    "settings",
    "validate",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "introduction.md",
      "filename": "introduction.html",
      "title": "Introduction to dcmodify",
      "engine": "simplermarkdown::mdweave_to_html",
      "headings": [
        "title: Introduction to dcmodifyauthor: Mark P.J. van der Loo and Edwin de Jongecss: \"style.css\"",
        "Introduction",
        "Example",
        "What's the idea",
        "Exercises",
        "Import/export of rules and rule metadata",
        "Exercise",
        "Using reference data",
        "Supported rules",
        "Tracking changes",
        "References"
      ],
      "created": "2023-03-15 20:50:19",
      "modified": "2024-03-27 15:07:23",
      "commits": 4
    }
  ],
  "_score": 6.080806804334362,
  "_indexed": true,
  "_nocasepkg": "dcmodify",
  "_universes": [
    "data-cleaning",
    "markvanderloo"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.9.0",
      "date": "2026-06-08T07:23:47.000Z",
      "distro": "noble",
      "commit": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
      "fileid": "https://r2.ropensci.org/d3a714e8bdb59c85afa65c4b93ebc012c6bfbe831ab6ac783d8cfff0c6a6540e",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/27122061177"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.9.0",
      "date": "2026-06-08T07:23:54.000Z",
      "distro": "noble",
      "commit": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
      "fileid": "https://r2.ropensci.org/3784c3ff297e7e2fa985fff3da4a9f72c7bd8b9f03cd16c9fe2ea3d6170de939",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/27122061177"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.9.0",
      "date": "2026-06-08T07:23:51.000Z",
      "commit": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
      "fileid": "https://r2.ropensci.org/d8ef8a12047d6ef424f485a218ad998be990fabe1e61cc86a1df16d181f90ca7",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/27122061177"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.9.0",
      "date": "2026-06-09T05:55:03.000Z",
      "commit": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
      "fileid": "https://r2.ropensci.org/207bceb72e36487b3e8418e984fc7e74d7b6157ec874dfe46614e67a82a09288",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/27122061177"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.9.0",
      "date": "2026-06-08T07:23:47.000Z",
      "commit": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
      "fileid": "https://r2.ropensci.org/dfe4edf6340df54e26cd5734d62fde260530a0f078da213b894bd13921e0d755",
      "status": "success",
      "buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/27122061177"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.9.0",
      "date": "2026-06-08T07:23:27.000Z",
      "commit": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
      "fileid": "https://r2.ropensci.org/2cc94129ebcce7d11409e37d70987b582637078d187fe0bf6dd632e15e931824",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/27122061177"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.9.0",
      "date": "2026-06-08T07:23:09.000Z",
      "commit": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
      "fileid": "https://r2.ropensci.org/a079181d599c62cc229a31412063f3650367861616a041a9ca0dfc5936ca395b",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/27122061177"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.9.0",
      "date": "2026-06-08T07:23:10.000Z",
      "commit": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
      "fileid": "https://r2.ropensci.org/084677676b3f4b1f574aba1995d53d7d01fd8b72434c3f58363738fb07148d31",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/27122061177"
    }
  ]
}