Package: fio Title: Friendly Input-Output Analysis Version: 1.1.0.9000 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") ), person( given = "Celso", family = "Bissoli Sessa", email = "celso.sessa@ufes.br", role = c("dtc"), comment = c(ORCID = "0000-0001-7616-0244") ) ) Description: Simplifies the process of economic input-output analysis by combining user-friendly interfaces with high-performance computation. It provides tools for analyzing both single-region and multi-regional economic systems through a hybrid architecture that pairs R's accessibility with Rust's computational efficiency. URL: https://albersonmiranda.github.io/fio/, https://github.com/albersonmiranda/fio BugReports: https://github.com/albersonmiranda/fio/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE, r6 = TRUE) Depends: R (>= 4.2) SystemRequirements: Cargo (Rust's package manager), rustc >= 1.84, xz Imports: cli, clipr, emoji, fs, miniUI, readxl, rlang, shiny, Rdpack (> 2.3.1), R6 License: MIT + file LICENSE Config/rextendr/version: 0.4.2.9000 Suggests: knitr, rmarkdown, spelling, bench, leontief, ggplot2, writexl, callr, testthat (>= 3.0.0), fiodata VignetteBuilder: knitr Language: en-US Config/testthat/edition: 3 RdMacros: Rdpack Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libx11-dev xz-utils zlib1g-dev libclang-dev Repository: https://albersonmiranda.r-universe.dev Date/Publication: 2026-06-07 23:57:31 UTC RemoteUrl: https://github.com/albersonmiranda/fio RemoteRef: main RemoteSha: 644836b1822064e12422b58825f5d31e72643eeb NeedsCompilation: yes Packaged: 2026-07-08 05:43:12 UTC; root Author: Alberson da Silva Miranda [aut, cre, cph] (ORCID: ), Celso Bissoli Sessa [dtc] (ORCID: ) Maintainer: Alberson da Silva Miranda