{
  "_id": "6a59cbf209eb0996dd68df47",
  "Package": "kdry",
  "Title": "K's \"Don't Repeat Yourself\"-Collection",
  "Version": "0.0.3",
  "Authors@R": "person(\"Lorenz A.\", \"Kapsner\", , \"lorenz.kapsner@gmail.com\", role = c(\"cre\", \"aut\", \"cph\"),\ncomment = c(ORCID = \"0000-0003-1866-860X\"))",
  "Description": "A collection of personal helper functions to avoid\nredundancy in the spirit of the \"Don't repeat yourself\"\nprinciple of software development\n(<https://en.wikipedia.org/wiki/Don%27t_repeat_yourself>).",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/kapsner/kdry",
  "BugReports": "https://github.com/kapsner/kdry/issues",
  "Config/testthat/edition": "3",
  "Config/testthat/parallel": "false",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev",
  "Repository": "https://kapsner.r-universe.dev",
  "Date/Publication": "2026-01-18 08:04:53 UTC",
  "RemoteUrl": "https://github.com/kapsner/kdry",
  "RemoteRef": "HEAD",
  "RemoteSha": "498c97a2f9426876654b554dee788e58625a6105",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-17 06:27:04 UTC",
    "User": "root"
  },
  "Author": "Lorenz A. Kapsner [cre, aut, cph] (ORCID:\n<https://orcid.org/0000-0003-1866-860X>)",
  "Maintainer": "Lorenz A. Kapsner <lorenz.kapsner@gmail.com>",
  "_user": "kapsner",
  "_type": "src",
  "_file": "kdry_0.0.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/92a0eecb8cc4a2a372f151b4bf378f2b9de62c0f038885bb032ba9ec3b75ccfa",
  "_filesize": 144958,
  "_sha256": "92a0eecb8cc4a2a372f151b4bf378f2b9de62c0f038885bb032ba9ec3b75ccfa",
  "_expires": "2026-10-25T06:30:08.000Z",
  "_created": "2026-07-17T06:27:04.000Z",
  "_published": "2026-07-17T06:30:09.941Z",
  "_jobs": [
    {
      "job": 87820453351,
      "time": 131,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8398932689"
    },
    {
      "job": 87820453327,
      "time": 148,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8398937308"
    },
    {
      "job": 87820453369,
      "time": 83,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8398919118"
    },
    {
      "job": 87820453391,
      "time": 88,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8398920458"
    },
    {
      "job": 87819984444,
      "time": 199,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8398895352"
    },
    {
      "job": 87820453316,
      "time": 124,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8398930274"
    },
    {
      "job": 87820453420,
      "time": 71,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8398915446"
    },
    {
      "job": 87820453388,
      "time": 95,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8398922848"
    },
    {
      "job": 87820453375,
      "time": 98,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8398923074"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559901578",
  "_status": "success",
  "_upstream": "https://github.com/kapsner/kdry",
  "_commit": {
    "id": "498c97a2f9426876654b554dee788e58625a6105",
    "author": "kapsner <lorenz.kapsner@gmail.com>",
    "committer": "kapsner <lorenz.kapsner@gmail.com>",
    "message": "chore: updated description\n",
    "time": 1768723493
  },
  "_maintainer": {
    "name": "Lorenz A. Kapsner",
    "email": "lorenz.kapsner@gmail.com",
    "login": "kapsner",
    "orcid": "0000-0003-1866-860X",
    "description": "Medical Data Scientist.",
    "uuid": 44973495
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "Hmisc",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "lintr",
      "role": "Suggests"
    },
    {
      "package": "survival",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.1",
      "role": "Suggests"
    }
  ],
  "_owner": "kapsner",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [
    {
      "week": "2026-03",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.0.3",
      "date": "2026-01-18"
    }
  ],
  "_topics": [
    "dry",
    "helper-functions",
    "tools"
  ],
  "_stars": 3,
  "_contributors": [
    {
      "user": "kapsner",
      "count": 65,
      "uuid": 44973495
    }
  ],
  "_userbio": {
    "uuid": 44973495,
    "type": "user",
    "name": "kapsner",
    "followers": 57,
    "description": "Medical Data Scientist."
  },
  "_downloads": {
    "count": 245,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/kdry"
  },
  "_devurl": "https://github.com/kapsner/kdry",
  "_searchresults": 1,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/kdry.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/kapsner/kdry",
  "_realowner": "kapsner",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2023-04-18"
    },
    {
      "version": "0.0.2",
      "date": "2024-03-08"
    },
    {
      "version": "0.0.3",
      "date": "2026-01-18"
    }
  ],
  "_exports": [
    "dtr_matrix2df",
    "icolnames",
    "list.append",
    "list.update",
    "misc_argument_catcher",
    "misc_duplicated_by_names",
    "misc_recursive_copy",
    "misc_subset_options",
    "mlh_outsample_row_indices",
    "mlh_reshape",
    "mlh_subset",
    "pch_check_available_cores",
    "pch_clean_up",
    "pch_register_parallel",
    "plt_parallel_coordinates",
    "rep_frac_pct",
    "rep_mean_sd",
    "rep_median_ci",
    "rep_median_iqr",
    "rep_pval",
    "rep_sum_pct",
    "sts_normalize"
  ],
  "_help": [
    {
      "page": "dtr_matrix2df",
      "title": "dtr_matrix2df",
      "topics": [
        "dtr_matrix2df"
      ]
    },
    {
      "page": "icolnames",
      "title": "icolnames",
      "topics": [
        "icolnames"
      ]
    },
    {
      "page": "list.append",
      "title": "list.append",
      "topics": [
        "list.append"
      ]
    },
    {
      "page": "list.update",
      "title": "list.update",
      "topics": [
        "list.update"
      ]
    },
    {
      "page": "misc_argument_catcher",
      "title": "misc_argument_catcher",
      "topics": [
        "misc_argument_catcher"
      ]
    },
    {
      "page": "misc_duplicated_by_names",
      "title": "misc_duplicated_by_names",
      "topics": [
        "misc_duplicated_by_names"
      ]
    },
    {
      "page": "misc_recursive_copy",
      "title": "misc_recursive_copy",
      "topics": [
        "misc_recursive_copy"
      ]
    },
    {
      "page": "misc_subset_options",
      "title": "misc_subset_options",
      "topics": [
        "misc_subset_options"
      ]
    },
    {
      "page": "mlh_outsample_row_indices",
      "title": "mlh_outsample_row_indices",
      "topics": [
        "mlh_outsample_row_indices"
      ]
    },
    {
      "page": "mlh_reshape",
      "title": "mlh_reshape",
      "topics": [
        "mlh_reshape"
      ]
    },
    {
      "page": "mlh_subset",
      "title": "mlh_subset",
      "topics": [
        "mlh_subset"
      ]
    },
    {
      "page": "pch_check_available_cores",
      "title": "pch_check_available_cores",
      "topics": [
        "pch_check_available_cores"
      ]
    },
    {
      "page": "pch_clean_up",
      "title": "pch_clean_up",
      "topics": [
        "pch_clean_up"
      ]
    },
    {
      "page": "pch_register_parallel",
      "title": "pch_register_parallel",
      "topics": [
        "pch_register_parallel"
      ]
    },
    {
      "page": "plt_parallel_coordinates",
      "title": "plt_parallel_coordinates",
      "topics": [
        "plt_parallel_coordinates"
      ]
    },
    {
      "page": "rep_frac_pct",
      "title": "rep_frac_pct",
      "topics": [
        "rep_frac_pct"
      ]
    },
    {
      "page": "rep_mean_sd",
      "title": "rep_mean_sd",
      "topics": [
        "rep_mean_sd"
      ]
    },
    {
      "page": "rep_median_ci",
      "title": "rep_median_ci",
      "topics": [
        "rep_median_ci"
      ]
    },
    {
      "page": "rep_median_iqr",
      "title": "rep_median_iqr",
      "topics": [
        "rep_median_iqr"
      ]
    },
    {
      "page": "rep_pval",
      "title": "rep_pval",
      "topics": [
        "rep_pval"
      ]
    },
    {
      "page": "rep_sum_pct",
      "title": "rep_sum_pct",
      "topics": [
        "rep_sum_pct"
      ]
    },
    {
      "page": "sts_normalize",
      "title": "sts_normalize",
      "topics": [
        "sts_normalize"
      ]
    }
  ],
  "_readme": "https://github.com/kapsner/kdry/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "base64enc",
    "bslib",
    "cachem",
    "checkmate",
    "cli",
    "cluster",
    "codetools",
    "colorspace",
    "cpp11",
    "data.table",
    "digest",
    "doParallel",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "foreach",
    "foreign",
    "Formula",
    "fs",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "highr",
    "Hmisc",
    "htmlTable",
    "htmltools",
    "htmlwidgets",
    "isoband",
    "iterators",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "nnet",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "rlang",
    "rmarkdown",
    "rpart",
    "rstudioapi",
    "S7",
    "sass",
    "scales",
    "stringi",
    "stringr",
    "tinytex",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "yaml"
  ],
  "_score": 4.1303337684950066,
  "_indexed": true,
  "_nocasepkg": "kdry",
  "_universes": [
    "kapsner"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.3",
      "date": "2026-07-17T06:29:15.000Z",
      "distro": "resolute",
      "commit": "498c97a2f9426876654b554dee788e58625a6105",
      "fileid": "https://r2.ropensci.org/4c8881e8a3527c292bf250b988d01378016cd8482a7962edb8fa39892224f599",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559901578"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.3",
      "date": "2026-07-17T06:29:31.000Z",
      "distro": "resolute",
      "commit": "498c97a2f9426876654b554dee788e58625a6105",
      "fileid": "https://r2.ropensci.org/f8dbabdc098402fc51832979f894080fabcb5c860c4e29e7da3632785acfad99",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559901578"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.3",
      "date": "2026-07-17T06:28:30.000Z",
      "commit": "498c97a2f9426876654b554dee788e58625a6105",
      "fileid": "https://r2.ropensci.org/b164a5a9df054d8f1eda139b125685f0a5b681c7cdb172cd7fc4b65e919ae31e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559901578"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.3",
      "date": "2026-07-17T06:28:34.000Z",
      "commit": "498c97a2f9426876654b554dee788e58625a6105",
      "fileid": "https://r2.ropensci.org/693306268424fea5ad70b9d27f6ae2f1faaf1c75d8a5e5f87ee632d99afe373e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559901578"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.3",
      "date": "2026-07-17T06:29:22.000Z",
      "commit": "498c97a2f9426876654b554dee788e58625a6105",
      "fileid": "https://r2.ropensci.org/2334452d189690327a9b43841dd317ad92ef8fcfe5559859dc0db0786a047645",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559901578"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-07-17T06:28:10.000Z",
      "commit": "498c97a2f9426876654b554dee788e58625a6105",
      "fileid": "https://r2.ropensci.org/54d07c83673c064657d185cbe5e6a7869ff8781dec4b8bd1a4165cf18052b7d3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559901578"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-07-17T06:28:34.000Z",
      "commit": "498c97a2f9426876654b554dee788e58625a6105",
      "fileid": "https://r2.ropensci.org/28a25e50671e129b55cf0848eea3c81f6b10b9be486eb33dad3b7dbd38043c01",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559901578"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-07-17T06:28:35.000Z",
      "commit": "498c97a2f9426876654b554dee788e58625a6105",
      "fileid": "https://r2.ropensci.org/b0571b18e6674892dc7ea0e42757cd1811dde4c17d01a1480774d43f7fa23d6d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559901578"
    }
  ]
}