Package: torchvisionlib Title: Additional Operators for Image Models Version: 0.8.0.9000 Authors@R: c( person("Daniel", "Falbel", , "daniel@rstudio.com", role = "aut"), person("Tomasz", "Kalinowski", , "tomasz@posit.co", role = c("ctb", "cre")), person(family = "RStudio", role = "cph") ) Description: Implements additional operators for computer vision models, including operators necessary for image segmentation and object detection deep learning models. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Depends: R (>= 3.6) LinkingTo: Rcpp, torch Imports: Rcpp, torch (>= 0.17.0), rlang, glue, withr Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://github.com/mlverse/torchvisionlib BugReports: https://github.com/mlverse/torchvisionlib/issues Repository: https://mlverse.r-universe.dev Date/Publication: 2026-04-15 11:08:23 UTC RemoteUrl: https://github.com/mlverse/torchvisionlib RemoteRef: HEAD RemoteSha: 49902bc35dfe30bc2e70a0e70e99eb307d6b802c NeedsCompilation: yes Packaged: 2026-06-24 02:24:08 UTC; root Author: Daniel Falbel [aut], Tomasz Kalinowski [ctb, cre], RStudio [cph] Maintainer: Tomasz Kalinowski