Diff of /README.md [000000] .. [13df9a]

Switch to side-by-side view

--- a
+++ b/README.md
@@ -0,0 +1,57 @@
+
+<!-- README.md is generated from README.Rmd. Please edit that file -->
+
+# MetaNet <img src="man/figures/MetaNet.png" align="right" width="120" />
+
+<!-- badges: start -->
+
+[![R-CMD-check](https://github.com/Asa12138/MetaNet/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Asa12138/MetaNet/actions/workflows/R-CMD-check.yaml)
+[![](https://img.shields.io/badge/blog-@asa-blue.svg)](https://asa-blog.netlify.app/)
+[![](http://cranlogs.r-pkg.org/badges/grand-total/MetaNet)](https://cran.r-project.org/package=MetaNet)
+[![](http://cranlogs.r-pkg.org/badges/last-month/MetaNet)](https://cran.r-project.org/package=MetaNet)
+[![](https://www.r-pkg.org/badges/version/MetaNet?color=green)](https://cran.r-project.org/package=MetaNet)
+[![](https://img.shields.io/badge/devel%20version-0.2.5-green.svg)](https://github.com/Asa12138/MetaNet)
+<!-- badges: end -->
+
+MetaNet: Network analysis for multi-omics
+
+The HTML documentation of the latest version is available at [Github
+page](https://asa12138.github.io/MetaNet/).
+
+## Tutorial📖
+
+Please go to **<https://bookdown.org/Asa12138/metanet_book/>** for the
+full vignette.
+
+## Installation
+
+You can install the released version of `MetaNet` from
+[CRAN](https://CRAN.R-project.org) with:
+
+``` r
+install.packages("MetaNet")
+```
+
+You can install the development version of `MetaNet` from
+[GitHub](https://github.com/) with:
+
+``` r
+# install.packages("devtools")
+devtools::install_github("Asa12138/MetaNet")
+```
+
+## Citation
+
+Please cite:
+
+Chen Peng (2025). MetaNet: Network Analysis for Omics Data. *R package*,
+<https://github.com/Asa12138/MetaNet>.
+
+## Need helps?
+
+If you have questions/issues, please visit [MetaNet
+homepage](https://github.com/Asa12138/MetaNet) first. Your problems are
+mostly documented.
+
+If you think you found a bug, please post on [github
+issue](https://github.com/Asa12138/MetaNet/issues).