Package: torchtransformers Title: Transformer Models in Torch Version: 0.0.0.9600 Authors@R: c( person(given = "Jonathan", family = "Bratt", role = c("aut", "cre"), email = "jonathan.bratt@macmillan.com", comment = c(ORCID = "0000-0003-2859-0076")), person(given = "Jon", family = "Harmon", role = c("aut"), email = "jonthegeek@gmail.com", comment = c(ORCID = "0000-0003-4781-4346")), person(given = "Bedford Freeman & Worth Pub Grp LLC DBA Macmillan Learning", role = c("cph")) ) Description: Work with transformer models in R using torch. Encoding: UTF-8 URL: https://github.com/macmillancontentscience/torchtransformers BugReports: https://github.com/macmillancontentscience/torchtransformers/issues Depends: R (>= 3.5.1) License: Apache License (>= 2) Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.1 Imports: cli, dlr (>= 1.0.0), fastmatch, glue, purrr, rlang, stringr (>= 1.4.0), torch (>= 0.8.0), wordpiece (>= 2.1.3), wordpiece.data (>= 2.0.0) Suggests: dplyr, luz, tibble, testthat (>= 3.0.0), knitr, rmarkdown, roxygen2 Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://jonthegeek.r-universe.dev Date/Publication: 2023-07-31 19:09:42 UTC RemoteUrl: https://github.com/macmillancontentscience/torchtransformers RemoteRef: HEAD RemoteSha: 513d9b51c1bf61d723055632a78ace17a6163954 NeedsCompilation: no Packaged: 2026-07-04 04:39:34 UTC; root Author: Jonathan Bratt [aut, cre] (ORCID: ), Jon Harmon [aut] (ORCID: ), Bedford Freeman & Worth Pub Grp LLC DBA Macmillan Learning [cph] Maintainer: Jonathan Bratt