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

Switch to unified view

a b/README.Rmd
1
---
2
output:
3
  github_document:
4
    html_preview: false
5
---
6
7
<!-- README.md is generated from README.Rmd. Please edit that file -->
8
9
```{r, include = FALSE}
10
knitr::opts_chunk$set(
11
  collapse = TRUE,
12
  comment = "#>",
13
  fig.path = "man/figures/README-",
14
  out.width = "100%"
15
)
16
devtools::load_all("~/Documents/R/MetaNet/MetaNet/")
17
library(badger)
18
```
19
20
```{r include=FALSE,eval=FALSE}
21
library(hexSticker)
22
showtext::showtext_auto()
23
24
sticker("~/Documents/R/test/icons/网络.png",
25
  package = "MetaNet",
26
  p_size = 30, p_color = "black", p_y = 1.4,
27
  p_fontface = "bold.italic", p_family = "Comic Sans MS",
28
  s_x = 1, s_y = .75, s_width = 0.4, s_height = 0.4,
29
  h_fill = "#D8E2DC", h_color = "#83A98C",
30
  filename = "man/figures/MetaNet.png", dpi = 300
31
)
32
```
33
34
# MetaNet <img src="man/figures/MetaNet.png" align="right" width="120" />
35
36
<!-- badges: start -->
37
[![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)
38
`r badge_custom("blog", "@asa", "blue", "https://asa-blog.netlify.app/")`
39
`r badge_cran_download("MetaNet", type = "grand-total")`
40
`r badge_cran_download("MetaNet", type = "last-month")`
41
`r badge_cran_release("MetaNet","green")`
42
`r badge_devel("Asa12138/MetaNet", color = "green")`
43
<!-- badges: end -->
44
45
MetaNet: Network analysis for multi-omics
46
47
The HTML documentation of the latest version is available at [Github page](https://asa12138.github.io/MetaNet/).
48
49
## Tutorial📖
50
51
Please go to **<https://bookdown.org/Asa12138/metanet_book/>** for the full vignette.
52
53
## Installation
54
55
You can install the released version of `MetaNet` from [CRAN](https://CRAN.R-project.org) with:
56
57
``` r
58
install.packages("MetaNet")
59
```
60
61
You can install the development version of `MetaNet` from [GitHub](https://github.com/) with:
62
63
``` r
64
# install.packages("devtools")
65
devtools::install_github("Asa12138/MetaNet")
66
```
67
68
## Citation
69
70
Please cite:
71
72
Chen Peng (2025). MetaNet: Network Analysis for Omics Data. _R package_, <https://github.com/Asa12138/MetaNet>.
73
74
## Need helps?
75
76
If you have questions/issues, please visit [MetaNet homepage](https://github.com/Asa12138/MetaNet) first. Your problems are mostly documented.
77
78
If you think you found a bug, please post on [github issue](https://github.com/Asa12138/MetaNet/issues).