{
  "_id": "6a4cb56d07c3fd5c3260f8d0",
  "Package": "barn",
  "Title": "Preprocessing and Feature Engineering Steps before Modeling",
  "Version": "0.0.0.9000",
  "Authors@R": "person(\"Jordi\", \"Rosell\", , \"jroselln@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-4349-1458\"))",
  "Description": "The package provides pipeable functions to simplify\npreprocessing of tabular data prior to machine learning\nmodeling. Users can combine multiple datasets, define feature\nengineering steps (such as creating new predictors from nominal\nor numeric columns), and then split the data back into\npreprocessed datasets ready to be used in machine learning\nworkflows.",
  "License": "MIT + file LICENSE",
  "URL": "https://jrosell.github.io/barn",
  "BugReports": "https://github.com/jrosell/barn/issues",
  "Encoding": "UTF-8",
  "Language": "en",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2.9000",
  "Config/pak/sysreqs": "libicu-dev libssl-dev",
  "Repository": "https://jrosell.r-universe.dev",
  "Date/Publication": "2025-09-10 23:00:06 UTC",
  "RemoteUrl": "https://github.com/jrosell/barn",
  "RemoteRef": "HEAD",
  "RemoteSha": "cea7b0d85af4ea960b6be1c170a340bbf0677837",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-07 08:11:33 UTC",
    "User": "root"
  },
  "Author": "Jordi Rosell [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-4349-1458>)",
  "Maintainer": "Jordi Rosell <jroselln@gmail.com>",
  "_user": "jrosell",
  "_type": "src",
  "_file": "barn_0.0.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/dbceafbe64da2100056fd2113c81f13c08e9450f3af9ca6ca7c402f6cecd66b6",
  "_filesize": 107940,
  "_sha256": "dbceafbe64da2100056fd2113c81f13c08e9450f3af9ca6ca7c402f6cecd66b6",
  "_expires": "2026-10-15T08:14:35.000Z",
  "_created": "2026-07-07T08:11:33.000Z",
  "_published": "2026-07-07T08:14:36.951Z",
  "_jobs": [
    {
      "job": 85567977487,
      "time": 146,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8131840797"
    },
    {
      "job": 85567977492,
      "time": 140,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8131838998"
    },
    {
      "job": 85567977486,
      "time": 78,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8131813733"
    },
    {
      "job": 85567977501,
      "time": 117,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8131829644"
    },
    {
      "job": 85567317648,
      "time": 209,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8131778714"
    },
    {
      "job": 85567977491,
      "time": 142,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8131839514"
    },
    {
      "job": 85567977471,
      "time": 136,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8131837883"
    },
    {
      "job": 85567977473,
      "time": 92,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8131820022"
    },
    {
      "job": 85567977495,
      "time": 83,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8131815377"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/jrosell/actions/runs/28851359643",
  "_status": "success",
  "_upstream": "https://github.com/jrosell/barn",
  "_commit": {
    "id": "cea7b0d85af4ea960b6be1c170a340bbf0677837",
    "author": "Jordi Rosell <jroselln@gmail.com>",
    "committer": "Jordi Rosell <jroselln@gmail.com>",
    "message": "summarize + testthat generation\n",
    "time": 1757545206
  },
  "_maintainer": {
    "name": "Jordi Rosell",
    "email": "jroselln@gmail.com",
    "login": "jrosell",
    "description": "\n",
    "uuid": 1544992,
    "orcid": "0000-0002-4349-1458"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.3.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "crayon",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ellmer",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "version": ">= 3.1.0",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "here",
      "role": "Suggests"
    },
    {
      "package": "pak",
      "role": "Suggests"
    },
    {
      "package": "pkgdown",
      "role": "Suggests"
    },
    {
      "package": "purrr",
      "role": "Suggests"
    },
    {
      "package": "rhub",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "usethis",
      "role": "Suggests"
    }
  ],
  "_owner": "jrosell",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-36",
      "n": 8
    },
    {
      "week": "2025-37",
      "n": 6
    }
  ],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "jrosell",
      "count": 14,
      "uuid": 1544992
    }
  ],
  "_userbio": {
    "uuid": 1544992,
    "type": "user",
    "name": "Jordi Rosell",
    "followers": 0
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/barn"
  },
  "_devurl": "https://github.com/jrosell/barn",
  "_pkgdown": "https://jrosell.github.io/barn",
  "_searchresults": 0,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/barn.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "barn",
    "harvest",
    "plant_count_encode",
    "plant_decimals_extract",
    "plant_decimals_round",
    "plant_label_encode",
    "plant_new_nominal_pairs",
    "plant_new_numeric_factors",
    "plant_summarize"
  ],
  "_help": [
    {
      "page": "barn",
      "title": "Combine datasets to preprocess",
      "topics": [
        "barn",
        "print.barn"
      ]
    },
    {
      "page": "harvest",
      "title": "Split the combined dataset",
      "topics": [
        "harvest"
      ]
    },
    {
      "page": "plant_count_encode",
      "title": "Encode categorical columns with counts",
      "topics": [
        "plant_count_encode"
      ]
    },
    {
      "page": "plant_decimals_extract",
      "title": "Extract decimals in numeric features",
      "topics": [
        "plant_decimals_extract"
      ]
    },
    {
      "page": "plant_decimals_round",
      "title": "Round numeric features to specified precisions",
      "topics": [
        "plant_decimals_round"
      ]
    },
    {
      "page": "plant_label_encode",
      "title": "Encode labels in a barn object",
      "topics": [
        "plant_label_encode"
      ]
    },
    {
      "page": "plant_new_nominal_pairs",
      "title": "Create new nominal pairs",
      "topics": [
        "plant_new_nominal_pairs"
      ]
    },
    {
      "page": "plant_new_numeric_factors",
      "title": "New factors from numerical columns",
      "topics": [
        "plant_new_numeric_factors"
      ]
    },
    {
      "page": "plant_summarize",
      "title": "Summarize Barn Object",
      "topics": [
        "plant_summarize"
      ]
    }
  ],
  "_readme": "https://github.com/jrosell/barn/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "coro",
    "cpp11",
    "crayon",
    "curl",
    "dplyr",
    "ellmer",
    "fastmap",
    "generics",
    "glue",
    "httr2",
    "jsonlite",
    "later",
    "lifecycle",
    "magrittr",
    "openssl",
    "otel",
    "pillar",
    "pkgconfig",
    "promises",
    "purrr",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "S7",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 2.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "barn",
  "_universes": [
    "jrosell"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-07-07T08:14:04.000Z",
      "distro": "resolute",
      "commit": "cea7b0d85af4ea960b6be1c170a340bbf0677837",
      "fileid": "https://r2.ropensci.org/3da036949c3d2228b449513ae603acc89cdbb47bbad2c9aba250f59a4b93bdcf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jrosell/actions/runs/28851359643"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-07-07T08:13:55.000Z",
      "distro": "resolute",
      "commit": "cea7b0d85af4ea960b6be1c170a340bbf0677837",
      "fileid": "https://r2.ropensci.org/ffe223ad34dc78ba3fe4be6417a41e4b5e3b62d1c89272c841b5297549f119c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jrosell/actions/runs/28851359643"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-07-07T08:12:57.000Z",
      "commit": "cea7b0d85af4ea960b6be1c170a340bbf0677837",
      "fileid": "https://r2.ropensci.org/ed12b4527675bb36998d451b28c0378a08c2601745c9b7a6f6ea58e7a1b0b16d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jrosell/actions/runs/28851359643"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-07-07T08:13:29.000Z",
      "commit": "cea7b0d85af4ea960b6be1c170a340bbf0677837",
      "fileid": "https://r2.ropensci.org/0a07c563582d52828adb937f5d03d57aaae3c362a517a625c3bb53ae1ce4aec4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jrosell/actions/runs/28851359643"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.0.9000",
      "date": "2026-07-07T08:14:13.000Z",
      "commit": "cea7b0d85af4ea960b6be1c170a340bbf0677837",
      "fileid": "https://r2.ropensci.org/96cbf895d2584b53190d5622acf58ab7969ce01e3b09f89452c33e2c92a3f5d6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jrosell/actions/runs/28851359643"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-07-07T08:13:41.000Z",
      "commit": "cea7b0d85af4ea960b6be1c170a340bbf0677837",
      "fileid": "https://r2.ropensci.org/ee17af65c85ff36e308f40387d821d07858cc641c3ae7a723e01159582fa5c06",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jrosell/actions/runs/28851359643"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-07-07T08:13:02.000Z",
      "commit": "cea7b0d85af4ea960b6be1c170a340bbf0677837",
      "fileid": "https://r2.ropensci.org/4fba02f78e577ea57dc323498b3d41cf3fa6ae81c19f505d6d559c509c15fb1e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jrosell/actions/runs/28851359643"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-07-07T08:12:51.000Z",
      "commit": "cea7b0d85af4ea960b6be1c170a340bbf0677837",
      "fileid": "https://r2.ropensci.org/11016fd692b4456fde4ee79ea7e27431b64230cc01fd1284b7b04fb13d0826ba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jrosell/actions/runs/28851359643"
    }
  ]
}