Stop pkgdown deployments on release events
MicrobiomeStat is an R package for statistical analysis and visualization of microbiome and multi-omics data.
R/
man/
tests/testthat/
vignettes/
data/
inst/
dev/
docs/
../datasets/
../scratch/
The Hackathon benchmark harness lives in dev/hackathon/. Those scripts resolve paths relative to themselves and expect the following workspace layout:
dev/hackathon/
MicrobiomeStat/ ├── repo/ └── datasets/ └── benchmark_data/ ├── Hackathon/ └── results/
See dev/README.md and dev/hackathon/README.md for the developer-facing workflow.
dev/README.md
dev/hackathon/README.md
用于微生物组数据的统计分析和可视化
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
MicrobiomeStat
MicrobiomeStat is an R package for statistical analysis and visualization of microbiome and multi-omics data.
Repository Layout
R/: package implementation.man/: generated Rd documentation.tests/testthat/: regression and unit tests.vignettes/: end-user long-form documentation.data/: packaged example datasets.inst/: installed assets, templates, external example files, and pkgdown source assets.dev/: developer-only scripts and benchmarks that are tracked in Git but excluded from package builds.docs/: generated pkgdown site committed for GitHub Pages.Organizing Principles
dev/.../datasets/.../scratch/.Benchmarks
The Hackathon benchmark harness lives in
dev/hackathon/. Those scripts resolve paths relative to themselves and expect the following workspace layout:See
dev/README.mdanddev/hackathon/README.mdfor the developer-facing workflow.