{
  "_id": "6a1016eaacfb0bcc41c84c24",
  "Package": "fabR",
  "Type": "Package",
  "Title": "Wrapper Functions Collection Used in Data Pipelines",
  "Version": "2.1.1",
  "Authors@R": "c(\nperson(\"Guillaume\", \"Fabre\",\nrole = c(\"aut\", \"cre\"),\nemail = \"guijoseph.fabre@gmail.com\"),\nperson(\"Maelstrom-Research\", role = c(\"fnd\")))",
  "Description": "The goal of this package is to provide wrapper functions\nin the data cleaning and cleansing processes. These function\nhelps in messages and interaction with the user, keep track of\ninformation in pipelines, help in the wrangling, munging,\nassessment and visualization of data frame-like material.",
  "License": "GPL-3",
  "URL": "https://github.com/GuiFabre/fabR",
  "BugReports": "https://github.com/GuiFabre/fabR/issues",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "Language": "en-US",
  "Config/pak/sysreqs": "cmake git make libgit2-dev libicu-dev libuv1-dev\nlibssl-dev libx11-dev zlib1g-dev",
  "Repository": "https://guifabre.r-universe.dev",
  "Date/Publication": "2025-07-18 16:03:01 UTC",
  "RemoteUrl": "https://github.com/guifabre/fabr",
  "RemoteRef": "HEAD",
  "RemoteSha": "e12a7c783001695aa9627f3590b32995430ca996",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 07:16:47 UTC",
    "User": "root"
  },
  "Author": "Guillaume Fabre [aut, cre],\nMaelstrom-Research [fnd]",
  "Maintainer": "Guillaume Fabre <guijoseph.fabre@gmail.com>",
  "MD5sum": "4dde494162f915af8266cd21df33f946",
  "_user": "guifabre",
  "_type": "src",
  "_file": "fabR_2.1.1.tar.gz",
  "_fileid": "afe920b582b905beb12a0988bd83b137af92e71b316357821318a430c5ae457a",
  "_filesize": 192571,
  "_sha256": "afe920b582b905beb12a0988bd83b137af92e71b316357821318a430c5ae457a",
  "_created": "2026-05-14T07:16:47.000Z",
  "_published": "2026-05-22T08:42:18.763Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77345738458,
      "time": 149,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6989271070"
    },
    {
      "job": 77345738411,
      "time": 145,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6989270336"
    },
    {
      "job": 77345738132,
      "time": 146,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7010855583"
    },
    {
      "job": 77345738543,
      "time": 148,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7010854602"
    },
    {
      "job": 77345737737,
      "time": 190,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6989232857"
    },
    {
      "job": 77345737652,
      "time": 120,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156398913"
    },
    {
      "job": 77345737921,
      "time": 92,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6989257034"
    },
    {
      "job": 77345738270,
      "time": 103,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6989259846"
    },
    {
      "job": 77345738046,
      "time": 90,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6989256640"
    }
  ],
  "_buildurl": "https://github.com/r-universe/guifabre/actions/runs/25847198567",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/guifabre/fabr",
  "_commit": {
    "id": "e12a7c783001695aa9627f3590b32995430ca996",
    "author": "GuiFabre <51246435+GuiFabre@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #24 from GuiFabre/testing-2\n\nTesting 2",
    "time": 1752854581
  },
  "_maintainer": {
    "name": "Guillaume Fabre",
    "email": "guijoseph.fabre@gmail.com",
    "login": "guifabre",
    "uuid": 51246435
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "usethis",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "janitor",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "readxl",
      "role": "Imports"
    },
    {
      "package": "writexl",
      "role": "Imports"
    },
    {
      "package": "haven",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "bookdown",
      "role": "Imports"
    },
    {
      "package": "xfun",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "stats",
      "role": "Suggests"
    },
    {
      "package": "Matrix",
      "role": "Suggests"
    }
  ],
  "_owner": "guifabre",
  "_selfowned": true,
  "_usedby": 5,
  "_updates": [
    {
      "week": "2025-29",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v2.1.1",
      "date": "2025-06-25"
    }
  ],
  "_stars": 3,
  "_contributors": [
    {
      "user": "guifabre",
      "count": 190,
      "uuid": 51246435
    }
  ],
  "_userbio": {
    "uuid": 51246435,
    "type": "user",
    "name": "GuiFabre"
  },
  "_downloads": {
    "count": 331,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fabR"
  },
  "_devurl": "https://github.com/guifabre/fabr",
  "_searchresults": 39,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fabR.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/guifabre/fabr",
  "_realowner": "guifabre",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.1.0.1003",
      "date": "2023-03-09"
    },
    {
      "version": "1.1.1",
      "date": "2023-04-15"
    },
    {
      "version": "2.0.0",
      "date": "2023-09-28"
    },
    {
      "version": "2.0.1",
      "date": "2023-11-03"
    },
    {
      "version": "2.1.0",
      "date": "2024-04-19"
    },
    {
      "version": "2.1.1",
      "date": "2025-06-25"
    }
  ],
  "_exports": [
    "add_index",
    "as_any_boolean",
    "as_any_date",
    "as_any_integer",
    "as_any_symbol",
    "bookdown_open",
    "bookdown_render",
    "bookdown_template",
    "collect_roxygen",
    "fabR_help",
    "fabR_website",
    "file_index_create",
    "file_index_read",
    "file_index_search",
    "get_all_na_cols",
    "get_all_na_rows",
    "get_duplicated_cols",
    "get_duplicated_rows",
    "get_path_list",
    "get_unique_value_cols",
    "guess_date_format",
    "make_name_list",
    "message_on_prompt",
    "parceval",
    "read_csv_any_formats",
    "read_excel_allsheets",
    "silently_run",
    "template_visual_report",
    "which_any_date",
    "write_excel_allsheets"
  ],
  "_help": [
    {
      "page": "add_index",
      "title": "Add an index column at the first place of a tibble",
      "topics": [
        "add_index"
      ]
    },
    {
      "page": "as_any_boolean",
      "title": "Create objects of type \"logical\".",
      "topics": [
        "as_any_boolean"
      ]
    },
    {
      "page": "as_any_date",
      "title": "Create objects of class \"Date\"",
      "topics": [
        "as_any_date"
      ]
    },
    {
      "page": "as_any_integer",
      "title": "Create objects of type \"integer\".",
      "topics": [
        "as_any_integer"
      ]
    },
    {
      "page": "as_any_symbol",
      "title": "Create objects of type \"symbol\"",
      "topics": [
        "as_any_symbol"
      ]
    },
    {
      "page": "bookdown_open",
      "title": "Open a a web-based bookdown folder in a browser",
      "topics": [
        "bookdown_open"
      ]
    },
    {
      "page": "bookdown_render",
      "title": "Render a bookdown into a bookdown site",
      "topics": [
        "bookdown_render"
      ]
    },
    {
      "page": "bookdown_template",
      "title": "Create a bookdown template.",
      "topics": [
        "bookdown_template"
      ]
    },
    {
      "page": "collect_roxygen",
      "title": "Collects and Generates documentation of a package in a tibble format.",
      "topics": [
        "collect_roxygen"
      ]
    },
    {
      "page": "fabR_website",
      "title": "Call to online documentation",
      "topics": [
        "fabR_website"
      ]
    },
    {
      "page": "file_index_create",
      "title": "Create an index of files in a folder",
      "topics": [
        "file_index_create"
      ]
    },
    {
      "page": "file_index_read",
      "title": "Read, source and open objects from an index of files",
      "topics": [
        "file_index_read"
      ]
    },
    {
      "page": "file_index_search",
      "title": "Search an index of files",
      "topics": [
        "file_index_search"
      ]
    },
    {
      "page": "get_all_na_cols",
      "title": "Extract columns that are all 'NA' from a tibble",
      "topics": [
        "get_all_na_cols"
      ]
    },
    {
      "page": "get_all_na_rows",
      "title": "Extract observations (rows) that have all NA values in a tibble",
      "topics": [
        "get_all_na_rows"
      ]
    },
    {
      "page": "get_duplicated_cols",
      "title": "Extract columns that have same values in a tibble",
      "topics": [
        "get_duplicated_cols"
      ]
    },
    {
      "page": "get_duplicated_rows",
      "title": "Extract observations (rows) that have same values in a tibble",
      "topics": [
        "get_duplicated_rows"
      ]
    },
    {
      "page": "get_path_list",
      "title": "Get the paths of branches in a list",
      "topics": [
        "get_path_list"
      ]
    },
    {
      "page": "get_unique_value_cols",
      "title": "Extract columns that have unique values in a tibble",
      "topics": [
        "get_unique_value_cols"
      ]
    },
    {
      "page": "guess_date_format",
      "title": "Evaluate and gives the best match to any date format using lubridate library",
      "topics": [
        "guess_date_format"
      ]
    },
    {
      "page": "make_name_list",
      "title": "Shortcut to create beautiful names in a list",
      "topics": [
        "make_name_list"
      ]
    },
    {
      "page": "message_on_prompt",
      "title": "Shortcut to display a message and acceptation on prompt",
      "topics": [
        "message_on_prompt"
      ]
    },
    {
      "page": "parceval",
      "title": "Shortcut to turn String character into R code",
      "topics": [
        "parceval"
      ]
    },
    {
      "page": "read_csv_any_formats",
      "title": "Read a csv file using read_csv and avoid errors",
      "topics": [
        "read_csv_any_formats"
      ]
    },
    {
      "page": "read_excel_allsheets",
      "title": "Read all Excel sheets using 'readxl::read_excel()' recursively",
      "topics": [
        "read_excel_allsheets"
      ]
    },
    {
      "page": "silently_run",
      "title": "Shortcut to silently run a code chunk avoiding error, messages and warnings",
      "topics": [
        "silently_run"
      ]
    },
    {
      "page": "which_any_date",
      "title": "Evaluates and gives the possible format(s) for an object to be evaluated",
      "topics": [
        "which_any_date"
      ]
    },
    {
      "page": "write_excel_allsheets",
      "title": "Write all Excel sheets using 'writexl::write_xlsx()' recursively",
      "topics": [
        "write_excel_allsheets"
      ]
    }
  ],
  "_readme": "https://github.com/guifabre/fabr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "bit",
    "bit64",
    "bookdown",
    "bslib",
    "cachem",
    "cellranger",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "credentials",
    "curl",
    "desc",
    "digest",
    "dplyr",
    "evaluate",
    "fastmap",
    "fontawesome",
    "forcats",
    "fs",
    "generics",
    "gert",
    "gh",
    "gitcreds",
    "glue",
    "haven",
    "highr",
    "hms",
    "htmltools",
    "httr2",
    "ini",
    "janitor",
    "jquerylib",
    "jsonlite",
    "knitr",
    "lifecycle",
    "lubridate",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "rappdirs",
    "readr",
    "readxl",
    "rematch",
    "rlang",
    "rmarkdown",
    "rprojroot",
    "rstudioapi",
    "sass",
    "snakecase",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "tinytex",
    "tzdb",
    "usethis",
    "utf8",
    "vctrs",
    "vroom",
    "whisker",
    "withr",
    "writexl",
    "xfun",
    "yaml",
    "zip"
  ],
  "_vignettes": [
    {
      "source": "fabR-vignette.Rmd",
      "filename": "fabR-vignette.html",
      "title": "fabR-vignette",
      "engine": "knitr::rmarkdown",
      "headings": [
        "fabR",
        "Installation"
      ],
      "created": "2023-03-06 17:36:03",
      "modified": "2024-04-22 17:55:58",
      "commits": 7
    }
  ],
  "_score": 5.943247125137862,
  "_indexed": true,
  "_nocasepkg": "fabr",
  "_universes": [
    "guifabre"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.1.1",
      "date": "2026-05-14T07:19:03.000Z",
      "distro": "noble",
      "commit": "e12a7c783001695aa9627f3590b32995430ca996",
      "fileid": "666f5c0f379dd0c40251434bee3fee94e83a0cad3719753d62fafa22b571eb39",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/guifabre/actions/runs/25847198567"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.1.1",
      "date": "2026-05-14T07:19:02.000Z",
      "distro": "noble",
      "commit": "e12a7c783001695aa9627f3590b32995430ca996",
      "fileid": "3edbddf729a57ef2dbe18181118fd363e7b442cc19e4195dd2c0877bc143df3f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/guifabre/actions/runs/25847198567"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.1.1",
      "date": "2026-05-15T05:42:51.000Z",
      "commit": "e12a7c783001695aa9627f3590b32995430ca996",
      "fileid": "f459b4071e49e519ea0980e535e1255e76b83682d48fc44fa7dc24a6652d6f27",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/guifabre/actions/runs/25847198567"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.1.1",
      "date": "2026-05-15T05:42:45.000Z",
      "commit": "e12a7c783001695aa9627f3590b32995430ca996",
      "fileid": "00e5a95072344d6ea1f34c4bd01edade7de8f7cea010e369f8c60786556a54be",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/guifabre/actions/runs/25847198567"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.1.1",
      "date": "2026-05-14T07:18:04.000Z",
      "commit": "e12a7c783001695aa9627f3590b32995430ca996",
      "fileid": "c9d8ff365e2c4930c5e886f3b6e2e04321c43ead8ab681719d72813dc8373e7a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/guifabre/actions/runs/25847198567"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.1.1",
      "date": "2026-05-14T07:18:13.000Z",
      "commit": "e12a7c783001695aa9627f3590b32995430ca996",
      "fileid": "a3d0c0211f20612018ff14cf2f7c12e0f9e7bca562c26c08f8133ec4bb5b3da8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/guifabre/actions/runs/25847198567"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.1.1",
      "date": "2026-05-14T07:18:03.000Z",
      "commit": "e12a7c783001695aa9627f3590b32995430ca996",
      "fileid": "68c27f85c7998c90ebeabcd326d3e858caaf433dba1946eacb18560859ed6f9b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/guifabre/actions/runs/25847198567"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.1.1",
      "date": "2026-05-22T08:42:03.000Z",
      "commit": "e12a7c783001695aa9627f3590b32995430ca996",
      "fileid": "7076e1797ffa2b3f7bd1475875a6b036184def21d0211016b2ef56dc8161f376",
      "status": "success",
      "buildurl": "https://github.com/r-universe/guifabre/actions/runs/25847198567"
    }
  ]
}