Package: fiorefactor Title: Rust Powered Toy Package Version: 0.0.0.9005 Authors@R: c( person( given = "Alberson", family = "da Silva Miranda", email = "albersonmiranda@hotmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-9252-4175") ) ) Description: This is a toy package to test creating an Extendr-powered R package from only Rust code (i.e. not using a R function to wrap and document rust code), including documentation. URL: https://github.com/albersonmiranda/fiorefactor BugReports: https://github.com/albersonmiranda/fiorefactor/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE, r6 = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 4.2) SystemRequirements: Cargo (Rust's package manager), rustc >= 1.78, xz Imports: cli, fs, rlang License: MIT + file LICENSE Config/rextendr/version: 0.4.1.9000 Suggests: knitr, rmarkdown, spelling, writexl, callr, testthat (>= 3.0.0) VignetteBuilder: knitr Language: en-US Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libuv1-dev xz-utils libclang-dev Repository: https://albersonmiranda.r-universe.dev Date/Publication: 2025-08-19 13:06:29 UTC RemoteUrl: https://github.com/albersonmiranda/fiorefactor RemoteRef: main RemoteSha: c9361667493104eb55b1f96f1cb3ff8089a21a2a NeedsCompilation: yes Packaged: 2026-06-23 06:50:21 UTC; root Author: Alberson da Silva Miranda [aut, cre, cph] (ORCID: ) Maintainer: Alberson da Silva Miranda