chore: add proper lockfile and deps

This commit is contained in:
gmega 2025-01-23 10:30:55 -03:00
parent 33026681c5
commit 901d1f14e4
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18
2 changed files with 2146 additions and 10 deletions

View File

@ -1,16 +1,20 @@
Package: final.analysis
Type: Package
Title: What the Package Does (Title Case)
Title: Analysis for Codex/Deluge Benchmarks
Version: 0.1.0
Authors@R: c(
person(
"Jane", "Doe",
email = "jane@example.com",
"Giuliano", "Mega",
email = "giuliano.mega@gmail.com",
role = c("aut", "cre")
)
)
Description: More about what it does (maybe more than one line).
Continuation lines should be indented.
License: What license is it under?
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)
License: MIT
Encoding: UTF-8
LazyData: true

File diff suppressed because it is too large Load Diff