Package: huggingfaceR Type: Package Title: Access 'Hugging Face' Models and Datasets Version: 2.1.0 Authors@R: c( person("Alex", "Farach", email = "alexfarach@gmail.com", role = c("aut", "cre", "cph")), person("Sam", "Terfa", email = "samterfa@gmail.com", role = c("aut", "cph")), person("Jack", "Penzer", email = "jack.penzer@sharecreative.com", role = c("aut", "cph")) ) Author: Alex Farach [aut, cre, cph], Sam Terfa [aut, cph], Jack Penzer [aut, cph] Maintainer: Alex Farach Description: Access models and datasets hosted on the 'Hugging Face' Hub through its Inference Application Programming Interface (API). Run text classification, embeddings, chat, translation, image, audio, and other tasks from tidy 'R' workflows without installing 'Python' by default. Results are returned as data frames or simple 'R' objects so they can be composed with 'dplyr', 'tidyr', and related tooling. Helpers also support Hub search, file download, provider discovery, and guarded uploads for authenticated workflows. License: MIT + file LICENSE URL: https://farach.github.io/huggingfaceR/, https://github.com/farach/huggingfaceR BugReports: https://github.com/farach/huggingfaceR/issues Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Imports: cli, dplyr, glue, httr2 (>= 1.0.0), jsonlite, magrittr, purrr, rlang, stringr, tibble, tidyr Suggests: arrow, generics, knitr, lsa, recipes, reticulate, rmarkdown, testthat (>= 3.0.0), tidymodels, tidytext, uwot Config/testthat/edition: 3 Depends: R (>= 4.1.0) Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://farach.r-universe.dev Date/Publication: 2026-07-01 14:54:00 UTC RemoteUrl: https://github.com/farach/huggingfacer RemoteRef: HEAD RemoteSha: 56b2c416ff81b445821877d5028aa690b90fbc14 NeedsCompilation: no Packaged: 2026-07-01 15:47:09 UTC; root