Skip to content

Commit 3019667

Browse files
committed
0.0.2
1 parent 7089af7 commit 3019667

File tree

4 files changed

+37
-8
lines changed

4 files changed

+37
-8
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: scplotter
22
Title: Publication Quality Plots for Single Cell Data Analysis
3-
Version: 0.0.1
3+
Version: 0.0.2
44
Authors@R:
55
person("Panwen", "Wang", , "pwwang@pwwang.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-4614-8970"))

_pkgdown.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ reference:
1111
- ClustreePlot
1212
- EnrichmentPlot
1313
- FeatureStatPlot
14+
- title: data
15+
desc: Built-in data sets
16+
contents:
17+
- ifnb_sub
18+
- pancreas_sub
1419
- title: Re-exports
1520
desc: Functions that are re-exported from plotthis
1621
contents:
1722
- PrepareEnrichrResult
1823
- GSEASummaryPlot
1924
- GSEAPlot
2025
- VolcanoPlot
21-
- title: data
22-
desc: Built-in data sets
23-
contents:
24-
- ifnb_sub
25-
- pancreas_sub

conda/meta.yaml

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package:
22
name: r-scplotter
3-
version: 0.0.1
3+
version: 0.0.2
44

55
source:
66
git_url: https://github.com/pwwang/scplotter
7-
git_rev: 3a79339f013ce0e9f4d67d09fc10e7b0470f315a # on 10/01/2024
7+
git_rev: 0.0.2 # on 10/01/2024
88

99
build:
1010
number: 1
@@ -17,11 +17,37 @@ requirements:
1717
- r-base
1818
- r-seurat
1919
- pwwang::r-plotthis
20+
- bioconda::bioconductor-complexheatmap
21+
- r-clustree
22+
- r-ggwordcloud
23+
- r-ggalluvial
24+
- r-ggvenndiagram
25+
- r-ggupset
26+
- r-ggpubr
27+
- r-ggforce
28+
- r-ggraph
29+
- r-ggridges
30+
- r-hexbin
31+
- r-igraph
32+
- r-scattermore
2033

2134
run:
2235
- r-base
2336
- r-seurat
2437
- pwwang::r-plotthis
38+
- bioconda::bioconductor-complexheatmap
39+
- r-clustree
40+
- r-ggwordcloud
41+
- r-ggalluvial
42+
- r-ggvenndiagram
43+
- r-ggupset
44+
- r-ggpubr
45+
- r-ggforce
46+
- r-ggraph
47+
- r-ggridges
48+
- r-hexbin
49+
- r-igraph
50+
- r-scattermore
2551

2652
test:
2753
commands:

man/FeatureStatPlot.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)