{
  "_id": "6a49c2f2fbe299ac63d6bef7",
  "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-06-17 08:38:27 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/6ec4a1ed22352fdbafbcf1aede49c99ad496174d09a00c6fb97477bc309bc993",
  "_filesize": 145092,
  "_sha256": "6ec4a1ed22352fdbafbcf1aede49c99ad496174d09a00c6fb97477bc309bc993",
  "_expires": "2026-10-13T02:35:28.000Z",
  "_created": "2026-06-17T08:38:27.000Z",
  "_published": "2026-07-05T02:35:30.803Z",
  "_jobs": [
    {
      "job": 85186263770,
      "time": 120,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7690218738"
    },
    {
      "job": 85186263809,
      "time": 117,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7690219749"
    },
    {
      "job": 85186263761,
      "time": 73,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7690200995"
    },
    {
      "job": 85186263825,
      "time": 85,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7690205603"
    },
    {
      "job": 85186263514,
      "time": 192,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7690172723"
    },
    {
      "job": 85186263808,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7690219948"
    },
    {
      "job": 85186263738,
      "time": 78,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7690202819"
    },
    {
      "job": 85186263872,
      "time": 64,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7690198171"
    },
    {
      "job": 85186263819,
      "time": 70,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7690200515"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/kapsner/actions/runs/27676402366",
  "_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": "noble",
  "_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": 56,
    "description": "Medical Data Scientist."
  },
  "_downloads": {
    "count": 224,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/kdry"
  },
  "_devurl": "https://github.com/kapsner/kdry",
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_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-06-17T08:40:28.000Z",
      "distro": "noble",
      "commit": "498c97a2f9426876654b554dee788e58625a6105",
      "fileid": "https://r2.ropensci.org/2fb521fbc084179885d76c3815fbfef691c35329400f1f5b04eae179d5fcf17c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/27676402366"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.3",
      "date": "2026-06-17T08:40:28.000Z",
      "distro": "noble",
      "commit": "498c97a2f9426876654b554dee788e58625a6105",
      "fileid": "https://r2.ropensci.org/cc405ac39fa0d9e5235eacb6bc503a9a74695ea6b7fff5fbc7df344e98dc6670",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/27676402366"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.3",
      "date": "2026-06-17T08:39:44.000Z",
      "commit": "498c97a2f9426876654b554dee788e58625a6105",
      "fileid": "https://r2.ropensci.org/8457b3f84df1e9e9e4e0de5de2bfc091e14eb2b8d9b7ed61299748a98e0a3432",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/27676402366"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.3",
      "date": "2026-06-17T08:39:57.000Z",
      "commit": "498c97a2f9426876654b554dee788e58625a6105",
      "fileid": "https://r2.ropensci.org/d1f9528bd9f2bf831444fa87d4842465218978f3c55edc8be452dcbd2681020c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/27676402366"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.3",
      "date": "2026-06-17T08:40:44.000Z",
      "commit": "498c97a2f9426876654b554dee788e58625a6105",
      "fileid": "https://r2.ropensci.org/feeffcb696b9a14f33a293b3f5cc65f52b41fdbf5ede988586df7b256d6062eb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/27676402366"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-06-17T08:39:39.000Z",
      "commit": "498c97a2f9426876654b554dee788e58625a6105",
      "fileid": "https://r2.ropensci.org/8990f289fc51a85db5f89010575404746b134cf9af5cb297a392cf62720569f9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/27676402366"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-06-17T08:39:29.000Z",
      "commit": "498c97a2f9426876654b554dee788e58625a6105",
      "fileid": "https://r2.ropensci.org/7d64c33075324c0eaa1d86ec87ed371647ff12faecdf96a1a15470a93b8f14d4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/27676402366"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-06-17T08:39:36.000Z",
      "commit": "498c97a2f9426876654b554dee788e58625a6105",
      "fileid": "https://r2.ropensci.org/abcee5622cb396866a329c64dd8cbda7f22cfbb003dc7c01af876f9286292263",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/27676402366"
    }
  ]
}