{
  "_id": "6a2a91d77b7a29ca6004d1b5",
  "Package": "deepImp",
  "Type": "Package",
  "Title": "Imputation with Deep Learning Methods",
  "Version": "1.1.0",
  "Authors@R": "c(\nperson(\"Matthias\", \"Templ\", email = \"matthias.templ@gmail.com\",\nrole = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-8638-5276\")))",
  "Description": "Imputation of mixed-type and compositional data with\nneural networks. The architecture (number and size of hidden\nlayers, dropout, activation, optimiser) is user-configurable.\nSee Templ (2021) <doi:10.1007/978-3-030-71175-7>.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "LazyData": "TRUE",
  "ByteCompile": "TRUE",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-11 10:29:40 UTC",
    "User": "root"
  },
  "Author": "Matthias Templ [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-8638-5276>)",
  "Maintainer": "Matthias Templ <matthias.templ@gmail.com>",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev",
  "Repository": "https://matthias-da.r-universe.dev",
  "Date/Publication": "2026-06-10 08:10:20 UTC",
  "RemoteUrl": "https://github.com/cran/deepImp",
  "RemoteRef": "HEAD",
  "RemoteSha": "1738ec51275681053a1fdc16496d8d619aefe2a1",
  "MD5sum": "e897f78a74eeb3dd663878dcb7569326",
  "_user": "matthias-da",
  "_type": "src",
  "_file": "deepImp_1.1.0.tar.gz",
  "_fileid": "e04e89e29b4950568dc3f22e6b3cfc19d158e12e1022057e99cb08569433944a",
  "_filesize": 248085,
  "_sha256": "e04e89e29b4950568dc3f22e6b3cfc19d158e12e1022057e99cb08569433944a",
  "_created": "2026-06-11T10:29:40.000Z",
  "_published": "2026-06-11T10:45:43.614Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80776247344,
      "time": 224,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7561663356"
    },
    {
      "job": 80776247348,
      "time": 216,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7561660414"
    },
    {
      "job": 80776247370,
      "time": 169,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7561885122"
    },
    {
      "job": 80776247339,
      "time": 193,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7561911826"
    },
    {
      "job": 80775509931,
      "time": 254,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7561584271"
    },
    {
      "job": 80776247353,
      "time": 156,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7561639948"
    },
    {
      "job": 80776247367,
      "time": 173,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7561645727"
    },
    {
      "job": 80776247386,
      "time": 187,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7561650699"
    },
    {
      "job": 80776247372,
      "time": 168,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7561644048"
    }
  ],
  "_buildurl": "https://github.com/r-universe/matthias-da/actions/runs/27340414275",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/deepImp",
  "_commit": {
    "id": "1738ec51275681053a1fdc16496d8d619aefe2a1",
    "author": "Matthias Templ <matthias.templ@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.1.0\n",
    "time": 1781079020
  },
  "_maintainer": {
    "name": "Matthias Templ",
    "email": "matthias.templ@gmail.com",
    "login": "matthias-da",
    "description": "Matthias Templ is a Professor at the University of Applied Sciences Northwestern Switzerland. \nInterest: imputation, anonymization",
    "uuid": 5263685,
    "orcid": "0000-0002-8638-5276"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "torch",
      "role": "Imports"
    },
    {
      "package": "luz",
      "role": "Imports"
    },
    {
      "package": "VIM",
      "role": "Imports"
    },
    {
      "package": "robCompositions",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "keras3",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-24",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.1.0",
      "date": "2026-06-10"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "matthias-da",
      "count": 1,
      "uuid": 5263685
    }
  ],
  "_userbio": {
    "uuid": 5263685,
    "type": "user",
    "name": "Matthias Templ",
    "description": "Matthias Templ is a Professor at the University of Applied Sciences Northwestern Switzerland. \r\nInterest: imputation, anonymization"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/deepImp"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/deepImp.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "matthias-da",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.1.0",
      "date": "2026-06-10"
    }
  ],
  "_exports": [
    "deepimp_arch",
    "deepimp_arch_small",
    "getImputed",
    "guessType",
    "impNNet",
    "impNNetCoDa",
    "new_deepimp"
  ],
  "_datasets": [
    {
      "name": "beer",
      "title": "Beer ageing volatile-compound data",
      "object": "beer",
      "class": [
        "data.frame"
      ],
      "fields": [
        "v3MeBual",
        "v3MeBuon",
        "v2MeBual",
        "vHexanal",
        "v2FurMeol",
        "vHeptanal",
        "v2AcFur",
        "v5Me2Fur",
        "vEssFuEst",
        "v2Ac5MeFu",
        "v2PhEtal",
        "vNicEtEst",
        "v2PhEssEt",
        "vgNonalac",
        "vFurfural",
        "vHMF",
        "vnewold2"
      ],
      "rows": 86,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "beer",
      "title": "Beer ageing volatile-compound data",
      "topics": [
        "beer"
      ]
    },
    {
      "page": "deepimp_arch",
      "title": "Architecture configuration for neural-network imputation",
      "topics": [
        "deepimp_arch",
        "deepimp_arch_small"
      ]
    },
    {
      "page": "getImputed",
      "title": "Extract imputed data from a deepimp object",
      "topics": [
        "getImputed"
      ]
    },
    {
      "page": "guessType",
      "title": "Guess the measurement type of each variable",
      "topics": [
        "guessType"
      ]
    },
    {
      "page": "impNNet",
      "title": "Neural-network imputation for mixed-type data",
      "topics": [
        "impNNet"
      ]
    },
    {
      "page": "impNNetCoDa",
      "title": "Neural-network imputation of rounded zeros in compositional data",
      "topics": [
        "impNNetCoDa"
      ]
    },
    {
      "page": "new_deepimp",
      "title": "Construct a deepimp object",
      "topics": [
        "new_deepimp"
      ]
    }
  ],
  "_readme": "https://github.com/cran/deepImp/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "ash",
    "backports",
    "bbotk",
    "bit",
    "bit64",
    "bitops",
    "boot",
    "broom",
    "callr",
    "car",
    "carData",
    "checkmate",
    "class",
    "cli",
    "cluster",
    "codetools",
    "colorspace",
    "coro",
    "cowplot",
    "cpp11",
    "crayon",
    "cvTools",
    "data.table",
    "DEoptimR",
    "Deriv",
    "desc",
    "deSolve",
    "digest",
    "doBy",
    "dplyr",
    "e1071",
    "evaluate",
    "farver",
    "fda",
    "fds",
    "FNN",
    "forecast",
    "Formula",
    "fracdiff",
    "fs",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gtable",
    "hdrcde",
    "hms",
    "isoband",
    "jsonlite",
    "kernlab",
    "KernSmooth",
    "ks",
    "labeling",
    "laeken",
    "lattice",
    "lgr",
    "lifecycle",
    "listenv",
    "lme4",
    "lmtest",
    "locfit",
    "luz",
    "magrittr",
    "MASS",
    "Matrix",
    "MatrixModels",
    "mclust",
    "mgcv",
    "microbenchmark",
    "minqa",
    "mirai",
    "mlbench",
    "mlr3",
    "mlr3learners",
    "mlr3measures",
    "mlr3misc",
    "mlr3pipelines",
    "mlr3tuning",
    "modelr",
    "multicool",
    "mvtnorm",
    "nanonext",
    "nlme",
    "nloptr",
    "nnet",
    "numDeriv",
    "otel",
    "palmerpenguins",
    "paradox",
    "parallelly",
    "pbkrtest",
    "pcaPP",
    "perry",
    "pillar",
    "pkgconfig",
    "pls",
    "plyr",
    "pracma",
    "prettyunits",
    "processx",
    "progress",
    "proxy",
    "PRROC",
    "ps",
    "purrr",
    "quantreg",
    "R6",
    "rainbow",
    "ranger",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "RCurl",
    "Rdpack",
    "reformulas",
    "reshape2",
    "rlang",
    "robCompositions",
    "robustbase",
    "robustHD",
    "rrcov",
    "rsvd",
    "S7",
    "safetensors",
    "scales",
    "sp",
    "SparseM",
    "sparsepca",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timeDate",
    "torch",
    "truncnorm",
    "urca",
    "utf8",
    "uuid",
    "vcd",
    "vctrs",
    "VIM",
    "viridisLite",
    "withr",
    "xgboost",
    "zCompositions",
    "zeallot",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "deepImp.Rmd",
      "filename": "deepImp.html",
      "title": "Neural-network imputation with deepImp",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Why neural-network imputation?",
        "The architecture: deepimp_arch()",
        "Imputing mixed-type data with impNNet()",
        "Compositional data and rounded zeros with impNNetCoDa()",
        "Choosing a backend",
        "Reproducibility",
        "A note on multiple completions",
        "Reference"
      ],
      "created": "2026-06-10 08:10:20",
      "modified": "2026-06-10 08:10:20",
      "commits": 1
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "deepimp",
  "_universes": [
    "matthias-da"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-06-11T10:32:32.000Z",
      "distro": "noble",
      "commit": "1738ec51275681053a1fdc16496d8d619aefe2a1",
      "fileid": "e6312eb1d984086fc22afaa4bd2484ebe73fddac7b060fdf58bcde75dea2693f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matthias-da/actions/runs/27340414275"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-06-11T10:32:27.000Z",
      "distro": "noble",
      "commit": "1738ec51275681053a1fdc16496d8d619aefe2a1",
      "fileid": "3bf897279adb4a67d319fead489dad1740523f7c55104167368dce0c604f2a2d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matthias-da/actions/runs/27340414275"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-06-11T10:42:52.000Z",
      "commit": "1738ec51275681053a1fdc16496d8d619aefe2a1",
      "fileid": "0bf392a28f370ca73cd2f09e0d0f8d6254b47ca8f56e7b2e1a23b19c00ba3875",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matthias-da/actions/runs/27340414275"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-06-11T10:43:56.000Z",
      "commit": "1738ec51275681053a1fdc16496d8d619aefe2a1",
      "fileid": "d88b6b4bbae4ab1a1a077cf77dc35eee417a0126d44c88bec60f65fdf82d46fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matthias-da/actions/runs/27340414275"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-06-11T10:32:45.000Z",
      "commit": "1738ec51275681053a1fdc16496d8d619aefe2a1",
      "fileid": "60255ebc3a636ab735cd7013ad7f7a9937c9d7077c54f6a3567fb1b13986350b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/matthias-da/actions/runs/27340414275"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-11T10:31:22.000Z",
      "commit": "1738ec51275681053a1fdc16496d8d619aefe2a1",
      "fileid": "701d3dd9d08e5326d2adae7c678ce7a66b2dfa7ad7423f069ef9168598c6258a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matthias-da/actions/runs/27340414275"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-11T10:31:50.000Z",
      "commit": "1738ec51275681053a1fdc16496d8d619aefe2a1",
      "fileid": "1554b25c652924fc810ebc848fdec2c368236a569551592a76fceae19aecfb9b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matthias-da/actions/runs/27340414275"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-11T10:31:21.000Z",
      "commit": "1738ec51275681053a1fdc16496d8d619aefe2a1",
      "fileid": "aa02bf69246a2f87b1fb6276f4cca4a2299ffbac09293b0b10ad27650092f53e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matthias-da/actions/runs/27340414275"
    }
  ]
}