mirror of
https://github.com/codex-storage/codex-research.git
synced 2025-01-26 02:20:54 +00:00
1d23b31461
* add block discovery simulator * add analysis document for simpler cases of block discovery
19 lines
401 B
Plaintext
19 lines
401 B
Plaintext
Package: blockdiscoverysim
|
|
Title: Block Discovery Simulator
|
|
Version: 0.0.0.9000
|
|
Description: Simple Simulation for Block Discovery
|
|
Encoding: UTF-8
|
|
Roxygen: list(markdown = TRUE)
|
|
RoxygenNote: 7.2.3
|
|
Depends:
|
|
shiny (>= 1.7.4.1),
|
|
tidyverse (>= 2.0.0),
|
|
purrr (>= 1.0.1),
|
|
VGAM (>= 1.1-8),
|
|
R6 (>= 2.2.2),
|
|
plotly (>= 4.10.2)
|
|
Suggests:
|
|
devtools,
|
|
testthat (>= 3.0.0)
|
|
Config/testthat/edition: 3
|