{
  "_id": "6a16ce57acfb0bcc41d8a498",
  "Package": "basecamb",
  "Type": "Package",
  "Title": "Utilities for Streamlined Data Import, Imputation and Modelling",
  "Version": "1.1.5",
  "Authors@R": "c(person(given = \"J. Peter\",\nfamily = \"Marquardt\",\nrole = c(\"aut\", \"cre\"),\nemail = \"peter@kmarquardt.de\",\ncomment = c(ORCID = \"0000-0002-5596-1357\")),\nperson(given = \"Till D.\",\nfamily = \"Best\",\nrole = c(\"aut\"),\nemail = \"till-best@gmx.de\",\ncomment = c(ORCID = \"0000-0001-7323-827X\")))",
  "Description": "Provides functions streamlining the data analysis\nworkflow: Outsourcing data import, renaming and type casting to\na *.csv. Manipulating imputed datasets and fitting models on\nthem. Summarizing models.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Roxygen": "list(markdown = TRUE)",
  "Config/testthat/edition": "3",
  "URL": "https://CRAN.R-project.org/package=basecamb,\nhttps://github.com/codeblue-team/basecamb",
  "BugReports": "https://github.com/codeblue-team/basecamb/issues",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev libx11-dev\nzlib1g-dev",
  "Repository": "https://codeblue-team.r-universe.dev",
  "Date/Publication": "2024-04-21 23:11:20 UTC",
  "RemoteUrl": "https://github.com/codeblue-team/basecamb",
  "RemoteRef": "HEAD",
  "RemoteSha": "41360a34abb3eee7f728824d28d63c58b12a5839",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-27 10:54:48 UTC",
    "User": "root"
  },
  "Author": "J. Peter Marquardt [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-5596-1357>),\nTill D. Best [aut] (ORCID: <https://orcid.org/0000-0001-7323-827X>)",
  "Maintainer": "J. Peter Marquardt <peter@kmarquardt.de>",
  "MD5sum": "1fba7570c0d011dc8eb57d9433ea1fe0",
  "_user": "codeblue-team",
  "_type": "src",
  "_file": "basecamb_1.1.5.tar.gz",
  "_fileid": "9de12948ea2a96e07752cacfef67091b7f5330d6e355df6321220038e4d2ecb7",
  "_filesize": 154087,
  "_sha256": "9de12948ea2a96e07752cacfef67091b7f5330d6e355df6321220038e4d2ecb7",
  "_created": "2026-05-27T10:54:48.000Z",
  "_published": "2026-05-27T10:58:31.512Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78061549692,
      "time": 182,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7238601965"
    },
    {
      "job": 78061549630,
      "time": 177,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7238600009"
    },
    {
      "job": 78061549625,
      "time": 116,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7238580384"
    },
    {
      "job": 78061549632,
      "time": 127,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7238584004"
    },
    {
      "job": 78061013371,
      "time": 201,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7238542803"
    },
    {
      "job": 78061549613,
      "time": 149,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7238590942"
    },
    {
      "job": 78061549683,
      "time": 129,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7238584544"
    },
    {
      "job": 78061549639,
      "time": 116,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7238580345"
    },
    {
      "job": 78061549642,
      "time": 135,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7238586451"
    }
  ],
  "_buildurl": "https://github.com/r-universe/codeblue-team/actions/runs/26506742996",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/codeblue-team/basecamb",
  "_commit": {
    "id": "41360a34abb3eee7f728824d28d63c58b12a5839",
    "author": "Peter Marquardt <45435379+p-mq@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Dev add box cox (#31)\n\n* Added function for stratified Box-Cox transformation\r\n\r\n* Added unit tests for stratified_boxcox\r\n\r\n* Updated package documentation\r\n\r\n* Removing assertive.types dependencies\r\n\r\n* Removing comments from example",
    "time": 1713741080
  },
  "_maintainer": {
    "name": "J. Peter Marquardt",
    "email": "peter@kmarquardt.de",
    "orcid": "0000-0002-5596-1357"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "assertthat",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "mice",
      "role": "Imports"
    },
    {
      "package": "Hmisc",
      "role": "Imports"
    },
    {
      "package": "survival",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "sae",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "rms",
      "role": "Suggests"
    }
  ],
  "_owner": "codeblue-team",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "besttd",
      "count": 72,
      "uuid": 33519930
    },
    {
      "user": "p-mq",
      "count": 59,
      "uuid": 45435379
    }
  ],
  "_userbio": {
    "uuid": 81857435,
    "type": "organization",
    "name": "Code Blue",
    "description": "Code Blue encourages interdisciplinary collaboration between people in medicine, biostatistics and computer science."
  },
  "_downloads": {
    "count": 729,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/basecamb"
  },
  "_devurl": "https://github.com/codeblue-team/basecamb",
  "_searchresults": 12,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/basecamb.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/codeblue-team/basecamb",
  "_realowner": "codeblue-team",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.9.0",
      "date": "2021-04-10"
    },
    {
      "version": "1.0.1",
      "date": "2021-04-20"
    },
    {
      "version": "1.0.4",
      "date": "2021-05-12"
    },
    {
      "version": "1.1.0",
      "date": "2022-02-06"
    },
    {
      "version": "1.1.1",
      "date": "2023-01-22"
    },
    {
      "version": "1.1.2",
      "date": "2023-03-11"
    },
    {
      "version": "1.1.5",
      "date": "2024-04-22"
    }
  ],
  "_exports": [
    "apply_data_dictionary",
    "apply_function_to_imputed_data",
    "assign_factorial_levels",
    "assign_types_names",
    "build_model_formula",
    "cox.zph.mids",
    "deconstruct_formula",
    "filter_nth_entry",
    "fit_mult_impute_obs_outcome",
    "or_model_summary",
    "parse_date_columns",
    "quantile_group",
    "remove_duplicates",
    "remove_missing_from_mids",
    "scale_continuous_predictors",
    "setduplicates",
    "stratified_boxcox"
  ],
  "_help": [
    {
      "page": "dot-scale_variable",
      "title": "Scaling a variable",
      "topics": [
        ".scale_variable"
      ]
    },
    {
      "page": "apply_data_dictionary",
      "title": "Clean column names, types and levels",
      "topics": [
        "apply_data_dictionary"
      ]
    },
    {
      "page": "apply_function_to_imputed_data",
      "title": "Apply function to dataframes in a mice object",
      "topics": [
        "apply_function_to_imputed_data"
      ]
    },
    {
      "page": "assign_factorial_levels",
      "title": "Assign custom values for key levels in factorial columns",
      "topics": [
        "assign_factorial_levels"
      ]
    },
    {
      "page": "Assign_types_names",
      "title": "Assign tidy types and names to a data.frame",
      "topics": [
        "assign_types_names"
      ]
    },
    {
      "page": "build_model_formula",
      "title": "Build formula for statistical models",
      "topics": [
        "build_model_formula"
      ]
    },
    {
      "page": "cox.zph.mids",
      "title": "Test cox proportional odds assumption on models using multiple imputation.",
      "topics": [
        "cox.zph.mids"
      ]
    },
    {
      "page": "deconstruct_formula",
      "title": "Deconstruct formula",
      "topics": [
        "deconstruct_formula"
      ]
    },
    {
      "page": "filter_nth_entry",
      "title": "Filter dataframe for nth entry",
      "topics": [
        "filter_nth_entry"
      ]
    },
    {
      "page": "fit_mult_impute_obs_outcome",
      "title": "Fit a model on multiply imputed data using only observations with non-missing outcome(s)",
      "topics": [
        "fit_mult_impute_obs_outcome"
      ]
    },
    {
      "page": "or_model_summary",
      "title": "Summarise a logistic regression model on the odds ratio scale",
      "topics": [
        "or_model_summary"
      ]
    },
    {
      "page": "parse_date_columns",
      "title": "Parse values in date columns as Dates",
      "topics": [
        "parse_date_columns"
      ]
    },
    {
      "page": "quantile_group",
      "title": "Stratify a numeric vector into quantile groups",
      "topics": [
        "quantile_group"
      ]
    },
    {
      "page": "remove_duplicates",
      "title": "Remove duplicate rows from data.frame",
      "topics": [
        "remove_duplicates"
      ]
    },
    {
      "page": "remove_missing_from_mids",
      "title": "Remove missing cases from a mids object",
      "topics": [
        "remove_missing_from_mids"
      ]
    },
    {
      "page": "scale_continuous_predictors",
      "title": "Scale continuous predictors",
      "topics": [
        "scale_continuous_predictors"
      ]
    },
    {
      "page": "setduplicates",
      "title": "Identify duplicate values in a vector representing a set",
      "topics": [
        "setduplicates"
      ]
    },
    {
      "page": "stratified_boxcox",
      "title": "Box-Cox transformation for stratified data",
      "topics": [
        "stratified_boxcox"
      ]
    }
  ],
  "_readme": "https://github.com/codeblue-team/basecamb/raw/HEAD/README.md",
  "_rundeps": [
    "assertthat",
    "backports",
    "base64enc",
    "bit",
    "bit64",
    "boot",
    "broom",
    "bslib",
    "cachem",
    "checkmate",
    "cli",
    "clipr",
    "cluster",
    "codetools",
    "colorspace",
    "cpp11",
    "crayon",
    "data.table",
    "digest",
    "dplyr",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "forcats",
    "foreach",
    "foreign",
    "Formula",
    "fs",
    "generics",
    "ggplot2",
    "glmnet",
    "glue",
    "gridExtra",
    "gtable",
    "haven",
    "highr",
    "Hmisc",
    "hms",
    "htmlTable",
    "htmltools",
    "htmlwidgets",
    "isoband",
    "iterators",
    "jomo",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "lattice",
    "lifecycle",
    "lme4",
    "magrittr",
    "MASS",
    "Matrix",
    "memoise",
    "mice",
    "mime",
    "minqa",
    "mitml",
    "nlme",
    "nloptr",
    "nnet",
    "numDeriv",
    "ordinal",
    "pan",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "rappdirs",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "Rdpack",
    "readr",
    "reformulas",
    "rlang",
    "rmarkdown",
    "rpart",
    "rstudioapi",
    "S7",
    "sae",
    "sass",
    "scales",
    "shape",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "tzdb",
    "ucminf",
    "utf8",
    "vctrs",
    "viridisLite",
    "vroom",
    "withr",
    "xfun",
    "yaml"
  ],
  "_score": 3.732393759822968,
  "_indexed": true,
  "_nocasepkg": "basecamb",
  "_universes": [
    "codeblue-team"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.5",
      "date": "2026-05-27T10:57:25.000Z",
      "distro": "noble",
      "commit": "41360a34abb3eee7f728824d28d63c58b12a5839",
      "fileid": "3698a96ad8b178c71ebf61e547b698026bf9e84ebf046eb96d35e80e5adb3fb5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/codeblue-team/actions/runs/26506742996"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.5",
      "date": "2026-05-27T10:57:21.000Z",
      "distro": "noble",
      "commit": "41360a34abb3eee7f728824d28d63c58b12a5839",
      "fileid": "79c825fa146f910165cb8e18760570fa6fbb1e25151d7ad7acf21c20c36cabb0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/codeblue-team/actions/runs/26506742996"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.5",
      "date": "2026-05-27T10:56:37.000Z",
      "commit": "41360a34abb3eee7f728824d28d63c58b12a5839",
      "fileid": "7acca7af238cd4ab264044ef3e559261e924770558c6b4b829a007a7a68df493",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/codeblue-team/actions/runs/26506742996"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.5",
      "date": "2026-05-27T10:56:39.000Z",
      "commit": "41360a34abb3eee7f728824d28d63c58b12a5839",
      "fileid": "f8c23764aa21398693d7d1797c6427a14fe71b5e3492ba7412cc57ea733b0d29",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/codeblue-team/actions/runs/26506742996"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.5",
      "date": "2026-05-27T10:57:43.000Z",
      "commit": "41360a34abb3eee7f728824d28d63c58b12a5839",
      "fileid": "578b6567998025b7a57153ea0e2c26324ee04cc34c3c434c3bd59ec70ae06796",
      "status": "success",
      "buildurl": "https://github.com/r-universe/codeblue-team/actions/runs/26506742996"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.5",
      "date": "2026-05-27T10:56:22.000Z",
      "commit": "41360a34abb3eee7f728824d28d63c58b12a5839",
      "fileid": "d0438cf7b30ab432a4b50ec001d5ca4cd67de07a4d3be89cb6156c0ec9659d49",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/codeblue-team/actions/runs/26506742996"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.5",
      "date": "2026-05-27T10:56:13.000Z",
      "commit": "41360a34abb3eee7f728824d28d63c58b12a5839",
      "fileid": "4044179fd71dab2bf61ec02e3076c0204625036f7ee0d9922efd8f641912fe3a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/codeblue-team/actions/runs/26506742996"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.5",
      "date": "2026-05-27T10:56:27.000Z",
      "commit": "41360a34abb3eee7f728824d28d63c58b12a5839",
      "fileid": "15d6e9155f3f296268a1045834ce2ad60e067861fcd7f55c9c658f44b89f96a5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/codeblue-team/actions/runs/26506742996"
    }
  ]
}