mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-03 21:43:09 +00:00
23 lines
487 B
Plaintext
23 lines
487 B
Plaintext
Package: final.analysis
|
|
Type: Package
|
|
Title: Analysis for Codex/Deluge Benchmarks
|
|
Version: 0.1.0
|
|
Authors@R: c(
|
|
person(
|
|
"Giuliano", "Mega",
|
|
email = "giuliano.mega@gmail.com",
|
|
role = c("aut", "cre")
|
|
)
|
|
)
|
|
Description: Analysis for parsed logs output from benchmarking experiments.
|
|
Depends:
|
|
devtools (>= 2.4.5),
|
|
tidyverse (>= 2.0.0),
|
|
bookdown (>= 0.42),
|
|
jsonlite (>= 1.8.9),
|
|
bit64 (>= 4.6.0-1),
|
|
DT (>= 0.33)
|
|
License: MIT
|
|
Encoding: UTF-8
|
|
LazyData: true
|