Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Oct 5, 2024
1 parent 7089af7 commit 3019667
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: scplotter
Title: Publication Quality Plots for Single Cell Data Analysis
Version: 0.0.1
Version: 0.0.2
Authors@R:
person("Panwen", "Wang", , "pwwang@pwwang.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4614-8970"))
Expand Down
10 changes: 5 additions & 5 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ reference:
- ClustreePlot
- EnrichmentPlot
- FeatureStatPlot
- title: data
desc: Built-in data sets
contents:
- ifnb_sub
- pancreas_sub
- title: Re-exports
desc: Functions that are re-exported from plotthis
contents:
- PrepareEnrichrResult
- GSEASummaryPlot
- GSEAPlot
- VolcanoPlot
- title: data
desc: Built-in data sets
contents:
- ifnb_sub
- pancreas_sub
30 changes: 28 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: r-scplotter
version: 0.0.1
version: 0.0.2

source:
git_url: https://github.com/pwwang/scplotter
git_rev: 3a79339f013ce0e9f4d67d09fc10e7b0470f315a # on 10/01/2024
git_rev: 0.0.2 # on 10/01/2024

build:
number: 1
Expand All @@ -17,11 +17,37 @@ requirements:
- r-base
- r-seurat
- pwwang::r-plotthis
- bioconda::bioconductor-complexheatmap
- r-clustree
- r-ggwordcloud
- r-ggalluvial
- r-ggvenndiagram
- r-ggupset
- r-ggpubr
- r-ggforce
- r-ggraph
- r-ggridges
- r-hexbin
- r-igraph
- r-scattermore

run:
- r-base
- r-seurat
- pwwang::r-plotthis
- bioconda::bioconductor-complexheatmap
- r-clustree
- r-ggwordcloud
- r-ggalluvial
- r-ggvenndiagram
- r-ggupset
- r-ggpubr
- r-ggforce
- r-ggraph
- r-ggridges
- r-hexbin
- r-igraph
- r-scattermore

test:
commands:
Expand Down
3 changes: 3 additions & 0 deletions man/FeatureStatPlot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3019667

Please sign in to comment.