-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
60 lines (60 loc) · 1.54 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: fio
Title: Friendly Input-Output Analysis
Version: 0.1.2.9002
Authors@R: c(
person(
given = "Alberson",
family = "da Silva Miranda",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-9252-4175")
),
person(
given = "Celso",
family = "Bissoli Sessa",
email = "[email protected]",
role = c("dtc"),
comment = c(ORCID = "0000-0001-7616-0244")
)
)
Description: Simplifies the process of importing and managing input-output
matrices from 'Microsoft Excel' into R, and provides a suite of functions for
analysis. It leverages the 'R6' class for clean, memory-efficient
object-oriented programming. Furthermore, all linear algebra computations are
implemented in 'Rust' to achieve highly optimized performance.
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)
RoxygenNote: 7.3.2
Depends:
R (>= 4.0)
SystemRequirements: Cargo (Rust's package manager), rustc >= 1.67.1, xz
LazyData: true
Imports:
cli,
clipr,
emoji,
fs,
miniUI,
readxl,
rlang,
shiny,
Rdpack (> 2.3.1),
R6
License: MIT + file LICENSE
Config/rextendr/version: 0.3.1.9000
Suggests:
knitr,
rmarkdown,
spelling,
microbenchmark,
leontief,
ggplot2,
writexl,
callr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Language: en-US
Config/testthat/edition: 3
RdMacros: Rdpack