{
  "_id": "6a4e15dce691af43f13e0263",
  "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-07-08 09:15:35 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/ce3cdb0572d2fd1c17b3df7cdecce3ac77e804b4275c6352022dbc96acdad2df",
  "_filesize": 83983,
  "_sha256": "ce3cdb0572d2fd1c17b3df7cdecce3ac77e804b4275c6352022dbc96acdad2df",
  "_expires": "2026-10-16T09:18:18.000Z",
  "_created": "2026-07-08T09:15:35.000Z",
  "_published": "2026-07-08T09:18:20.659Z",
  "_jobs": [
    {
      "job": 85831626350,
      "time": 107,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8163661613"
    },
    {
      "job": 85831626342,
      "time": 120,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8163667143"
    },
    {
      "job": 85831626312,
      "time": 88,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8163653797"
    },
    {
      "job": 85831626259,
      "time": 72,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8163647110"
    },
    {
      "job": 85831027091,
      "time": 178,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8163615673"
    },
    {
      "job": 85831626309,
      "time": 108,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8163661769"
    },
    {
      "job": 85831626315,
      "time": 69,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8163646293"
    },
    {
      "job": 85831626280,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8163648321"
    },
    {
      "job": 85831626404,
      "time": 77,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8163648296"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/28931321450",
  "_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": "resolute",
  "_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",
    "followers": 35,
    "description": "Software for cleaning data"
  },
  "_downloads": {
    "count": 423,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/dcmodify"
  },
  "_devurl": "https://github.com/data-cleaning/dcmodify",
  "_searchresults": 73,
  "_rbuild": "4.6.1",
  "_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-07-08T09:17:28.000Z",
      "distro": "resolute",
      "commit": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
      "fileid": "https://r2.ropensci.org/90323320b139b44f753ce82ff6a7d112e1888d43f8b47138b01a70cd361a78d0",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/28931321450"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.9.0",
      "date": "2026-07-08T09:17:39.000Z",
      "distro": "resolute",
      "commit": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
      "fileid": "https://r2.ropensci.org/17a3d247678ff5a0485f8f5b5bcb5d5886a155c3b6142f8c89d108f91c0006d4",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/28931321450"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.9.0",
      "date": "2026-07-08T09:17:12.000Z",
      "commit": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
      "fileid": "https://r2.ropensci.org/35c9be96b33e0dcc4f02daf6b74ecbf410df7f48a87869ca1dc08b8636755275",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/28931321450"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.9.0",
      "date": "2026-07-08T09:16:56.000Z",
      "commit": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
      "fileid": "https://r2.ropensci.org/3dd2d6b2c0cdc17a8b7dd41c33d6ac5c3cadde4fe237235a49beb9e8cd4bfd86",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/28931321450"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.9.0",
      "date": "2026-07-08T09:17:39.000Z",
      "commit": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
      "fileid": "https://r2.ropensci.org/66bbfb0665f1103443ea0a15b0517ada9a84ab7f1ce35b77caa563f86a4f7157",
      "status": "success",
      "buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/28931321450"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.9.0",
      "date": "2026-07-08T09:16:46.000Z",
      "commit": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
      "fileid": "https://r2.ropensci.org/9693d8edaefdeb42930c115aa579d5c4faf05db3e937095598aa8c6d69b3c8df",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/28931321450"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.9.0",
      "date": "2026-07-08T09:16:51.000Z",
      "commit": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
      "fileid": "https://r2.ropensci.org/60aef440525ae5d83f15ba9abc5668761743bc07e869b01d186893dfedf1ee8b",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/28931321450"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.9.0",
      "date": "2026-07-08T09:16:46.000Z",
      "commit": "2a19e3f199307c0e18fd4f64f021f31e82d70ca4",
      "fileid": "https://r2.ropensci.org/166ac86161187a136ab34c38d3fa4e416be42b44e77cb483b7d6bd7a3b4c860d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/data-cleaning/actions/runs/28931321450"
    }
  ]
}