Package: torchdatasets Title: Ready to Use Extra Datasets for Torch Version: 0.3.2.9000 Authors@R: c( person("Tomasz", "Kalinowski", role = c("ctb", "cre"), email = "tomasz@posit.co"), person("Daniel", "Falbel", role = c("aut", "cph"), email = "dfalbel@gmail.com"), person(family = "RStudio", role = c("cph")) ) Description: Provides datasets in a format that can be easily consumed by torch 'dataloaders'. Handles data downloading from multiple sources, caching and pre-processing so users can focus only on their model implementations. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: torch (>= 0.5.0), fs, zip, pins, torchvision, stringr, withr, utils Suggests: testthat, readr, coro, tokenizers, R.matlab URL: https://mlverse.github.io/torchdatasets/, https://github.com/mlverse/torchdatasets BugReports: https://github.com/mlverse/torchdatasets/issues Config/pak/sysreqs: cmake make libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libssl-dev Repository: https://mlverse.r-universe.dev Date/Publication: 2026-04-30 17:20:14 UTC RemoteUrl: https://github.com/mlverse/torchdatasets RemoteRef: HEAD RemoteSha: 3c7c23159585f45f7d47ae01b00c3c80eaf7f7c4 NeedsCompilation: no Packaged: 2026-06-03 07:50:57 UTC; root Author: Tomasz Kalinowski [ctb, cre], Daniel Falbel [aut, cph], RStudio [cph] Maintainer: Tomasz Kalinowski