Package: torchvision
Title: Models, Datasets and Transformations for Images
Version: 0.7.0
Authors@R: c(
    person(given = "Daniel",
           family = "Falbel",
           role = c("aut", "cre"),
           email = "daniel@posit.co"
           ),
    person(given = "Christophe",
           family = "Regouby",
           role = c("ctb"),
           email = "christophe.regouby@free.fr"
           ),
    person(given = "Akanksha", 
           family = "Koshti", 
           role = c("ctb")),
    person(given = "Derrick",
           family = "Richard",
           role = c("ctb"),
           email = "derrickrds@gmail.com"
           ),
    person(family = "RStudio", role = c("cph"))
    )
Description: Provides access to datasets, models and preprocessing
    facilities for deep learning with images. Integrates seamlessly
    with the 'torch' package and it's 'API' borrows heavily from
    'PyTorch' vision package.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://torchvision.mlverse.org,
        https://github.com/mlverse/torchvision
RoxygenNote: 7.3.2
Imports: torch (>= 0.5.0), fs, rlang, rappdirs, utils, jpeg, tiff,
        magrittr, png, abind, jsonlite, withr, cli, glue, zeallot
Suggests: magick, testthat, coro, R.matlab
BugReports: https://github.com/mlverse/torchvision/issues
NeedsCompilation: no
Packaged: 2025-07-18 14:43:09 UTC; dfalbel
Author: Daniel Falbel [aut, cre],
  Christophe Regouby [ctb],
  Akanksha Koshti [ctb],
  Derrick Richard [ctb],
  RStudio [cph]
Maintainer: Daniel Falbel <daniel@posit.co>
Repository: CRAN
Date/Publication: 2025-07-18 16:20:02 UTC
Built: R 4.4.3; ; 2025-11-01 03:18:28 UTC; windows
