-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from renaissance-benchmarks/topic/plotting
Support for website image generation
- Loading branch information
Showing
69 changed files
with
1,511 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: rren | ||
Title: Renaissance Benchmark Data Processing Package | ||
Version: 0.0.7 | ||
Version: 0.0.8 | ||
Authors@R: | ||
person ("Petr", "Tuma", email = "[email protected]", role = c ("aut", "cre"), comment = c (ORCID = "0000-0002-7035-2322")) | ||
Description: A utility package for processing the data produced by the Renaissance benchmark suite (https://renaissance.dev). | ||
|
@@ -19,11 +19,14 @@ Imports: | |
cli (>= 3.6.1), | ||
digest (>= 0.6.33), | ||
dplyr (>= 1.1.3), | ||
forcats (>= 1.0.0), | ||
fs (>= 1.6.3), | ||
ggplot2 (>= 3.4.4), | ||
glue (>= 1.6.2), | ||
jsonlite (>= 1.8.7), | ||
logger (>= 0.2.2), | ||
prettyunits (>= 1.2.0), | ||
readr (>= 2.1.4), | ||
rlang (>= 1.1.1), | ||
stringr (>= 1.5.0), | ||
tibble (>= 3.2.1), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.